Commit Graph

111 Commits

Author SHA1 Message Date
John Fletcher
acfb8d2c3a test/scope/lambda_tests.cpp Remove unused phoenix/bind.hpp 2014-12-31 10:52:08 +00:00
John Fletcher
b188482b60 scope/more_let_tests.cpp Clean up unused variables. 2014-12-30 12:41:41 +00:00
John Fletcher
dc7563497d Take out both vector tests and change test to < 1800 2014-12-27 11:24:03 +00:00
John Fletcher
f3f6113743 Take out vector<vector> > test to for MSVC 12 and 14 2014-12-26 17:10:16 +00:00
John Fletcher
77dc84c48a remove tabs 2014-03-17 14:11:45 +00:00
John Fletcher
edc1da013e test/scope/more_let_tests.cpp Add more tests. 2014-03-02 23:30:44 +00:00
John Fletcher
083c8b6316 test/scope/more_let_tests.cpp Adjust test 2014-02-21 15:47:33 +00:00
John Fletcher
6b22931891 test/scope/more_let_tests.cpp Correction for warnings. 2014-02-17 13:19:32 +00:00
John Fletcher
3593269f1c test/scope/more_let_tests.cpp New file to check for bugs. 2014-02-17 13:17:17 +00:00
John Fletcher
59312928cb test/scope/more_lambda_tests.cpp New file 2014-02-15 00:07:33 +00:00
John Fletcher
9ba0b5c36a test/scope/lambda_tests.cpp Fix tabs 2014-02-14 14:04:16 +00:00
John Fletcher
dddc362f5f test/scope/lambda_tests.cpp Take out mysterious test. 2014-02-09 13:09:55 +00:00
John Fletcher
863bbd6879 test/scope/lambda_tests.cpp Enable previously failing test. 2014-02-09 12:50:51 +00:00
John Fletcher
419d158bd2 test/scope/bug8298f.cpp fails as expected 2014-02-07 23:06:20 +00:00
John Fletcher
0151f7a99c test/scope/bug8298f.cpp case to fail 2014-02-07 23:01:05 +00:00
John Fletcher
45cca55833 test/scope/8298.cpp remove header 2014-02-07 23:00:38 +00:00
John Fletcher
8efea2be69 test/scope/bug8298.cpp New test file for #8298 2014-02-07 22:45:35 +00:00
John Fletcher
22d4dfb843 Tabs taken out of test files. 2014-01-24 14:17:46 +00:00
John Fletcher
64f483db39 test/scope/bug_000008.cpp Modified file now runs with gcc 4.6 2014-01-23 17:31:53 +00:00
John Fletcher
7423dcd8b3 test/scope/bug_000008.cpp Altered to use Phoenix 2014-01-23 17:23:10 +00:00
Thomas Heller
ab1a6a2c3c [phoenix]
Fixing bug #5782



[SVN r74041]
2011-08-24 09:52:58 +00:00
Thomas Heller
ab8efbceee [phoenix]
- Doc updates
    - Fixed a minor bug in the creating scopes with lambda and let
    - Speed up of the lambda and let compile times
    - Made use of the new proto::basic_default_domain



[SVN r72178]
2011-05-26 10:55:03 +00:00
Thomas Heller
74722b8e46 [phoenix]
- Added documention for the function adaption macros
    - Added the What's new section
    - Fixed some bugs
    - Added basic support for phx2 result type deduction, not in production yet

[spirit]
    - Made necessary changes that reflect latest phoenix internal changes



[SVN r71227]
2011-04-13 19:09:59 +00:00
Thomas Heller
31eee0f607 [phoenix]
- took car of some more failing tests



[SVN r70218]
2011-03-20 09:23:22 +00:00
Thomas Heller
a23962112f tried to fix some failures in the regression test matrix
[SVN r70133]
2011-03-18 17:41:47 +00:00
Thomas Heller
366a22d712 Removing phoenix from the main inspect offenders
[SVN r70128]
2011-03-18 15:53:14 +00:00
Thomas Heller
3f108186bd [phoenix]
- Fixed some regressions
- added phoenix to maintainers.txt



[SVN r70083]
2011-03-17 21:31:00 +00:00
Thomas Heller
a3e1c883b1 [phoenix]
- merged V3 into trunk.
- some minor fixes regarding result type calculation




[SVN r69826]
2011-03-10 21:01:28 +00:00
Thomas Heller
44510a9032 cleaned up code
[SVN r68800]
2011-02-12 14:11:15 +00:00
Thomas Heller
f817ce720f improved compile times, a bit
[SVN r68750]
2011-02-09 20:55:05 +00:00
Thomas Heller
c427d3b53a optimized compile times for local variable lookup
[SVN r68600]
2011-02-01 13:33:25 +00:00
Thomas Heller
28079a83ac self contained headers complete
[SVN r68583]
2011-01-31 13:09:31 +00:00
Thomas Heller
dc6f50b3f2 started to reduce includes
[SVN r68578]
2011-01-31 08:21:57 +00:00
Thomas Heller
f7cc706ae2 fixed context and environment stuff
[SVN r68550]
2011-01-29 20:40:37 +00:00
Thomas Heller
2ea31bee7b fixed nullary retrun type calculation, added some tests
[SVN r68466]
2011-01-27 09:38:32 +00:00
Thomas Heller
e9958b568b added support for recursion, added _this
[SVN r68464]
2011-01-27 08:03:25 +00:00
Thomas Heller
0516bce3f4 refactored to change env to context complete
[SVN r68433]
2011-01-25 15:56:46 +00:00
Thomas Heller
7711f4b714 fixed bug https://svn.boost.org/trac/boost/ticket/3289
[SVN r68316]
2011-01-20 08:04:27 +00:00
Thomas Heller
df752d1e1a added preprocessed files
[SVN r68203]
2011-01-17 08:05:50 +00:00
Thomas Heller
548af35f39 code clean up take 2
[SVN r67864]
2011-01-09 15:07:48 +00:00
Thomas Heller
be65b8f5e3 phoenix3 refactoring complete, all tests pass again
[SVN r67429]
2010-12-23 11:50:31 +00:00
Thomas Heller
c72e5cc907 temporary commit in lambda refactoring
[SVN r67410]
2010-12-22 09:16:51 +00:00
Thomas Heller
b11a6a8160 let completely working now
[SVN r67209]
2010-12-13 14:31:24 +00:00
Thomas Heller
e218afd25b let almost working, again
[SVN r67206]
2010-12-13 08:10:37 +00:00
Thomas Heller
47ba3e7b3e subdomained scope
[SVN r67088]
2010-12-07 19:31:12 +00:00
Thomas Heller
0b67a0820d some tweaks
[SVN r67080]
2010-12-07 06:15:28 +00:00
Thomas Heller
e69831abef let tests passing again
[SVN r67071]
2010-12-06 19:03:43 +00:00
Thomas Heller
13c878c92a scope, temporary, another attempt
[SVN r67061]
2010-12-06 09:55:29 +00:00
Thomas Heller
8eef0c2261 refactoring of let complete
[SVN r66977]
2010-12-02 17:01:09 +00:00
Thomas Heller
0e4f55eb4c let refactoring, temporary commit
[SVN r66967]
2010-12-02 08:17:25 +00:00
Thomas Heller
01bf15e2ae let almost working again
[SVN r66941]
2010-12-01 07:26:48 +00:00
Thomas Heller
b9a6cac7ec temporary commit for let refactoring
[SVN r66911]
2010-11-30 19:10:29 +00:00
Thomas Heller
53252eaa79 started implmentation of new extension mechanism
[SVN r66287]
2010-10-30 20:33:43 +00:00
Thomas Heller
651e0eed51 started with port of pheonix2 docs
[SVN r64726]
2010-08-10 15:29:07 +00:00
Thomas Heller
030fc30969 fixed let to work with arbitrary environments
[SVN r64557]
2010-08-03 06:17:11 +00:00
Thomas Heller
a25c8ac309 adapted boost.bind tests
[SVN r64380]
2010-07-27 10:05:29 +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
e6ddf62d0c started lambda implementation, basic stuff working
[SVN r64150]
2010-07-19 08:23:28 +00:00
Thomas Heller
7167b7d97e phoenix stl port finished
[SVN r63702]
2010-07-06 16:23:50 +00:00
Joel de Guzman
0ffb77664a First shot by Thomas Heller
[SVN r62537]
2010-06-08 01:31:35 +00:00