Commit Graph

438 Commits

Author SHA1 Message Date
Thomas Heller
4f4f2a8b61 val(foo) fixed
[SVN r64294]
2010-07-23 11:59:30 +00:00
Thomas Heller
ea12d16a16 minor tweaks, errors are gone, added missing tests to jamfile
[SVN r64289]
2010-07-23 10:26:55 +00:00
Thomas Heller
3238cc819c finished scope port
[SVN r64288]
2010-07-23 10:17:53 +00:00
Thomas Heller
031749cb6e let implementation basics
[SVN r64154]
2010-07-19 12:13:08 +00:00
Thomas Heller
01a349b68e minor error fix
[SVN r64153]
2010-07-19 10:18:48 +00:00
Thomas Heller
1717f413df fixed compile error on gcc-4.2
[SVN r64152]
2010-07-19 10:16:46 +00:00
Thomas Heller
e6ddf62d0c started lambda implementation, basic stuff working
[SVN r64150]
2010-07-19 08:23:28 +00:00
Thomas Heller
c0e3b93b20 minor tweaks
[SVN r63800]
2010-07-09 22:18:20 +00:00
Thomas Heller
4f0d6249a9 + added full support for function composition/chaining
[SVN r63785]
2010-07-09 18:24:28 +00:00
Thomas Heller
1b02224e75 adapted header
[SVN r63773]
2010-07-09 00:10:00 +00:00
Thomas Heller
eb4063075e + implementation of switch/case statements finished
[SVN r63772]
2010-07-09 00:05:00 +00:00
Thomas Heller
7167b7d97e phoenix stl port finished
[SVN r63702]
2010-07-06 16:23:50 +00:00
Thomas Heller
bf06c15c5f + some code clean up
[SVN r63522]
2010-07-02 12:52:26 +00:00
Thomas Heller
47491bb69f some minor tweaks
[SVN r63519]
2010-07-02 08:37:09 +00:00
Thomas Heller
ce8b9d5f01 fixed copyright header
[SVN r63516]
2010-07-02 08:03:45 +00:00
Thomas Heller
9af262204f + finished try/catch
[SVN r63515]
2010-07-02 08:00:43 +00:00
Thomas Heller
84a70423f0 + finished porting a whole bunch of stuff:
- fusion
	- operator
	- statement (not complete: switch and try/catch)
	- object
+ some minor tweaks
+ reverted bind to fully rely on proto again (might break MSVC, further investigation needed)



[SVN r63512]
2010-07-02 05:55:02 +00:00
Thomas Heller
ba66c3cb9f + Fixed issue with member object pointers and MSVC
+ Other minor tweaks


[SVN r63068]
2010-06-17 22:13:58 +00:00
Thomas Heller
55e744d5a2 + cleaned up file iteration defines
+ minor macro tweaks to improve compile times


[SVN r63058]
2010-06-17 19:25:59 +00:00
Joel de Guzman
83947882d6 minor tweaks
[SVN r63030]
2010-06-17 01:35:10 +00:00
Thomas Heller
398579a251 + implemented PP file iterations with predefined macros for typenames etc.
+ added full support for member operator
+ added full support for std::iostream operator
+ implemented perfect forwarding for actor
+ adapted some test cases for "best-practice"
+ implemented variadic arguments for all actors based on phoenix/core/limits.h
+ added proper boost build handling
+ arity calculation tweak from Eric



[SVN r63027]
2010-06-16 21:43:16 +00:00
Joel de Guzman
975f5c69aa more environment integration
[SVN r63013]
2010-06-16 03:55:40 +00:00
Joel de Guzman
592aa5b415 minor tweaks
[SVN r63011]
2010-06-16 02:46:50 +00:00
Eric Niebler
f667bc7ca5 avoid use of incomplete actor<> type when computing nullary_result
[SVN r62988]
2010-06-15 17:38:24 +00:00
Joel de Guzman
c9d8c7f634 tweaks -- conformance to standard protocol
[SVN r62958]
2010-06-14 23:47:27 +00:00
Eric Niebler
8f21e0b8cf store children and terminal values by-value, use basic_expr as extension base
[SVN r62904]
2010-06-13 12:44:53 +00:00
Eric Niebler
51a0f3fd52 disable stupid nanny warning on msvc
[SVN r62852]
2010-06-12 15:13:50 +00:00
Thomas Heller
3ac6e7c264 + added arity calculation for phoenix expressions
+ brought back nullary expressions



[SVN r62790]
2010-06-11 10:32:51 +00:00
Joel de Guzman
795f10e842 + renamed as_actor to compose
+ removed actor template argument to compose
+ added compose_ex which accepts the actor template argument

[SVN r62714]
2010-06-10 07:35:15 +00:00
Joel de Guzman
22d6f01ca0 + the environment concept
+ better result_of modularization

[SVN r62713]
2010-06-10 06:59:07 +00:00
Joel de Guzman
024f81c3ee + the environment concept
+ better result_of modularization

[SVN r62712]
2010-06-10 06:52:06 +00:00
Joel de Guzman
b4cde4f58b + the environment concept
+ better result_of modularization

[SVN r62711]
2010-06-10 06:11:39 +00:00
Joel de Guzman
4326fafa26 missed merge
[SVN r62544]
2010-06-08 02:30:51 +00:00
Joel de Guzman
9aa0047bd0 First shot by Thomas Heller
[SVN r62538]
2010-06-08 01:39:36 +00:00
Joel de Guzman
0ffb77664a First shot by Thomas Heller
[SVN r62537]
2010-06-08 01:31:35 +00:00
Joel de Guzman
1cc585cb36 First shot by Thomas Heller
[SVN r62536]
2010-06-08 01:27:59 +00:00
Joel de Guzman
a2557cce96 start of phoenix-3 core
[SVN r62422]
2010-06-04 06:02:29 +00:00
Joel de Guzman
e42ef08568 Phoenix3 GSOC dev
[SVN r62340]
2010-05-31 11:07:00 +00:00