Commit Graph

  • e191dbc542 updated concepts docs Thomas Heller 2010-08-13 22:36:39 +0000
  • 7284414e33 update concept documentation Thomas Heller 2010-08-13 21:58:40 +0000
  • 98a185e6bb update concept documentation Thomas Heller 2010-08-13 21:40:08 +0000
  • d7276c523a started on concept documentation Thomas Heller 2010-08-13 21:11:51 +0000
  • d32a8ac074 corrected error Thomas Heller 2010-08-11 15:12:28 +0000
  • 73256791b7 continued documentation - finished porting the phoenix2 docs Thomas Heller 2010-08-11 14:00:31 +0000
  • 651e0eed51 started with port of pheonix2 docs Thomas Heller 2010-08-10 15:29:07 +0000
  • 030fc30969 fixed let to work with arbitrary environments Thomas Heller 2010-08-03 06:17:11 +0000
  • 9af767657f fixed switch (but not for gcc-4.2) Thomas Heller 2010-07-27 13:06:38 +0000
  • ed9eaf1882 forgot some files Thomas Heller 2010-07-27 10:28:56 +0000
  • a25c8ac309 adapted boost.bind tests Thomas Heller 2010-07-27 10:05:29 +0000
  • a875985e08 + minor tweaks to improve compile time Thomas Heller 2010-07-26 10:35:59 +0000
  • 4dcfa56c50 + minor tweaks + added tests to ensure every header is includable by itself, also for compile time optimizations Thomas Heller 2010-07-26 09:03:56 +0000
  • 040e568f03 minor tweaks Thomas Heller 2010-07-26 06:00:45 +0000
  • 4f4f2a8b61 val(foo) fixed Thomas Heller 2010-07-23 11:59:30 +0000
  • ea12d16a16 minor tweaks, errors are gone, added missing tests to jamfile Thomas Heller 2010-07-23 10:26:55 +0000
  • 3238cc819c finished scope port Thomas Heller 2010-07-23 10:17:53 +0000
  • 031749cb6e let implementation basics Thomas Heller 2010-07-19 12:13:08 +0000
  • 01a349b68e minor error fix Thomas Heller 2010-07-19 10:18:48 +0000
  • 1717f413df fixed compile error on gcc-4.2 Thomas Heller 2010-07-19 10:16:46 +0000
  • e6ddf62d0c started lambda implementation, basic stuff working Thomas Heller 2010-07-19 08:23:28 +0000
  • c0e3b93b20 minor tweaks Thomas Heller 2010-07-09 22:18:20 +0000
  • 4f0d6249a9 + added full support for function composition/chaining Thomas Heller 2010-07-09 18:24:28 +0000
  • 1b02224e75 adapted header Thomas Heller 2010-07-09 00:10:00 +0000
  • eb4063075e + implementation of switch/case statements finished Thomas Heller 2010-07-09 00:05:00 +0000
  • 7167b7d97e phoenix stl port finished Thomas Heller 2010-07-06 16:23:50 +0000
  • bf06c15c5f + some code clean up Thomas Heller 2010-07-02 12:52:26 +0000
  • 47491bb69f some minor tweaks Thomas Heller 2010-07-02 08:37:09 +0000
  • ce8b9d5f01 fixed copyright header Thomas Heller 2010-07-02 08:03:45 +0000
  • 9af262204f + finished try/catch Thomas Heller 2010-07-02 08:00:43 +0000
  • 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) Thomas Heller 2010-07-02 05:55:02 +0000
  • 7ca7c32e04 minor tweaks Joel de Guzman 2010-06-18 01:13:15 +0000
  • ba66c3cb9f + Fixed issue with member object pointers and MSVC + Other minor tweaks Thomas Heller 2010-06-17 22:13:58 +0000
  • 55e744d5a2 + cleaned up file iteration defines + minor macro tweaks to improve compile times Thomas Heller 2010-06-17 19:25:59 +0000
  • 83947882d6 minor tweaks Joel de Guzman 2010-06-17 01:35:10 +0000
  • 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 Thomas Heller 2010-06-16 21:43:16 +0000
  • 975f5c69aa more environment integration Joel de Guzman 2010-06-16 03:55:40 +0000
  • 592aa5b415 minor tweaks Joel de Guzman 2010-06-16 02:46:50 +0000
  • f667bc7ca5 avoid use of incomplete actor<> type when computing nullary_result Eric Niebler 2010-06-15 17:38:24 +0000
  • c9d8c7f634 tweaks -- conformance to standard protocol Joel de Guzman 2010-06-14 23:47:27 +0000
  • 8f21e0b8cf store children and terminal values by-value, use basic_expr as extension base Eric Niebler 2010-06-13 12:44:53 +0000
  • 51a0f3fd52 disable stupid nanny warning on msvc Eric Niebler 2010-06-12 15:13:50 +0000
  • 3dac20cf5c add missing project include requirement, comment out bind_member_variable_tests that is crashing on msvc Eric Niebler 2010-06-12 15:10:53 +0000
  • c859af8341 + added arity calculation for phoenix expressions + brought back nullary expressions Thomas Heller 2010-06-11 10:33:43 +0000
  • 3ac6e7c264 + added arity calculation for phoenix expressions + brought back nullary expressions Thomas Heller 2010-06-11 10:32:51 +0000
  • 795f10e842 + renamed as_actor to compose + removed actor template argument to compose + added compose_ex which accepts the actor template argument Joel de Guzman 2010-06-10 07:35:15 +0000
  • 22d6f01ca0 + the environment concept + better result_of modularization Joel de Guzman 2010-06-10 06:59:07 +0000
  • 024f81c3ee + the environment concept + better result_of modularization Joel de Guzman 2010-06-10 06:52:06 +0000
  • b4cde4f58b + the environment concept + better result_of modularization Joel de Guzman 2010-06-10 06:11:39 +0000
  • b4154c46e0 started phoenix3 documentation. Added first attempt to formalizing the actor concept Thomas Heller 2010-06-08 11:16:00 +0000
  • 4326fafa26 missed merge Joel de Guzman 2010-06-08 02:30:51 +0000
  • 4bfa9c9b9a renaming jamfile Joel de Guzman 2010-06-08 01:54:15 +0000
  • 9aa0047bd0 First shot by Thomas Heller Joel de Guzman 2010-06-08 01:39:36 +0000
  • 0ffb77664a First shot by Thomas Heller Joel de Guzman 2010-06-08 01:31:35 +0000
  • 1cc585cb36 First shot by Thomas Heller Joel de Guzman 2010-06-08 01:27:59 +0000
  • a2557cce96 start of phoenix-3 core Joel de Guzman 2010-06-04 06:02:29 +0000
  • e42ef08568 Phoenix3 GSOC dev Joel de Guzman 2010-05-31 11:07:00 +0000
  • 88da98e37b Move top-level boost directory over to "devel" (temporarily) Douglas Gregor 2007-07-31 20:32:15 +0000