Hartmut Kaiser
019d1ee678
Spirit: This should fix the remaining regressions
...
[SVN r49332]
2008-10-14 16:42:26 +00:00
Hartmut Kaiser
f7efc1153d
Spirit: Fixing more regressions
...
[SVN r49331]
2008-10-14 16:37:41 +00:00
Hartmut Kaiser
550d420b0a
Spirit: Fixing more regressions
...
[SVN r49330]
2008-10-14 16:31:30 +00:00
Hartmut Kaiser
ca88d61d1c
Spirit: Fixed part of the current regressions
...
[SVN r49328]
2008-10-14 16:22:28 +00:00
Hartmut Kaiser
79709f9428
Spirit: Fixed part of the current regressions
...
[SVN r49327]
2008-10-14 16:19:05 +00:00
John Maddock
f86844465e
Merge fixes from Trunk.
...
Fixes #2392 .
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
[SVN r49314]
2008-10-13 09:00:03 +00:00
Hartmut Kaiser
e0faf49b0e
Spirit: Fixed conditional compilation problems in lexertl code
...
[SVN r49310]
2008-10-13 01:39:00 +00:00
Hartmut Kaiser
cf800c032a
Spirit: Fixed conditional compilation problems in lexertl code
...
[SVN r49309]
2008-10-13 01:37:47 +00:00
Joel de Guzman
3316a8acc2
Fix #2408
...
[SVN r49300]
2008-10-12 23:56:56 +00:00
John Maddock
fe7a2091c6
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Joel de Guzman
60012ad817
Merge from Trunk
...
[SVN r49250]
2008-10-10 14:47:53 +00:00
Joel de Guzman
f3851dcdf0
Merge from Trunk
...
[SVN r49249]
2008-10-10 14:38:57 +00:00
Daniel James
8b81731e75
Merge quickbook workaround and fix some links.
...
Merged revisions 48987,49230-49231 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r48987 | danieljames | 2008-09-28 13:21:39 +0100 (Sun, 28 Sep 2008) | 1 line
Clean up some link errors.
........
r49230 | danieljames | 2008-10-09 23:13:48 +0100 (Thu, 09 Oct 2008) | 1 line
position_iterator is meant to be a forward iterator, so avoid using operator+ with it.
........
r49231 | danieljames | 2008-10-09 23:14:14 +0100 (Thu, 09 Oct 2008) | 4 lines
Work around the problems with window newlines in position_iterator. (I'm
about to fix them, but this will get quickbook working immediately).
Fixes #2155
........
[SVN r49242]
2008-10-10 09:29:21 +00:00
Daniel James
3374392764
Remove tabs.
...
[SVN r49235]
2008-10-09 22:26:02 +00:00
Daniel James
bbd5584421
Change position_iterator so that it doesn't count '\n\r' as a single
...
newline and doesn't change the sequence at all (which was conflicting
with spirit's newline handling).
[SVN r49234]
2008-10-09 22:16:26 +00:00
Daniel James
db190604c2
Add some extra checks to position_iterator tests, and fix an incorrect character count.
...
[SVN r49233]
2008-10-09 22:16:11 +00:00
Daniel James
ffadf75e91
position_iterator is a forward iterator, so tag it appropriately. 'operator-' was giving incorrect results when there were windows newlines which can cause all sorts of problems.
...
[SVN r49232]
2008-10-09 22:15:57 +00:00
Hartmut Kaiser
857625f845
Spirit: Fixed initialization sequence in what_function avoiding some warnings...
...
[SVN r49140]
2008-10-06 11:26:32 +00:00
Hartmut Kaiser
0352f405ad
Disambiguated calls to spirit::left and spirit::right
...
[SVN r49139]
2008-10-05 13:51:21 +00:00
Joel de Guzman
af93eb6bd4
restored orig version without local_reference
...
[SVN r49131]
2008-10-04 12:32:19 +00:00
Joel de Guzman
bf700e4c36
More include file fixes
...
[SVN r49123]
2008-10-03 02:55:29 +00:00
Joel de Guzman
754d085a9b
allow multiple inclusion let.hpp and lambda.hpp will have the guards
...
[SVN r49122]
2008-10-03 02:49:38 +00:00
Joel de Guzman
7730e41185
fix for vc9
...
[SVN r49121]
2008-10-03 02:01:25 +00:00
Joel de Guzman
f315840bca
fixed wrong include
...
[SVN r49120]
2008-10-03 01:53:05 +00:00
Joel de Guzman
9c4e826596
Bug fix (reported by Steven Watanabe)
...
[SVN r49119]
2008-10-02 22:30:53 +00:00
Joel de Guzman
9acddcc466
Bug fix (reported by Steven Watanabe)
...
[SVN r49118]
2008-10-02 22:30:31 +00:00
Joel de Guzman
46d6284494
fix for vc7.1 when boost.function is included
...
[SVN r49111]
2008-10-02 15:44:37 +00:00
Daniel James
5b01bace7c
Clean up some link errors.
...
[SVN r48987]
2008-09-28 12:21:39 +00:00
Joel de Guzman
60f86c9707
fixed bug. missing specialization for nullary version.
...
[SVN r48974]
2008-09-26 12:37:38 +00:00
Joel de Guzman
bcc28450de
fixed bug. missing specialization for nullary version.
...
[SVN r48973]
2008-09-26 12:37:27 +00:00
Joel de Guzman
c215b4fbc2
added support.hpp forwarding include
...
[SVN r48972]
2008-09-26 10:15:02 +00:00
Joel de Guzman
de8703d806
added test from review of Giovanni Piero Deretta
...
[SVN r48969]
2008-09-26 00:58:27 +00:00
Joel de Guzman
9cc8c00549
bugfix: std::basic_string<Char>() instead of ""
...
[SVN r48937]
2008-09-24 06:37:19 +00:00
Joel de Guzman
ca46634eed
workaround for sun compiler
...
[SVN r48631]
2008-09-06 15:22:21 +00:00
Hartmut Kaiser
c74dfcb21f
Spirit: Renamed test to match Jamfile
...
[SVN r48406]
2008-08-27 16:42:27 +00:00
Hartmut Kaiser
6727e65d7b
Spirit.Lex: Fixed a problem with in_state()
...
[SVN r48400]
2008-08-27 00:18:19 +00:00
Hartmut Kaiser
c47a24f646
Spirit.Qi: Added confix parser
...
[SVN r48399]
2008-08-27 00:17:06 +00:00
Hartmut Kaiser
40c3592c16
Spirit.Karma: Added confix generator
...
[SVN r48398]
2008-08-27 00:15:36 +00:00
Hartmut Kaiser
8199f8911b
Spirit.Karma: made certain error messages more consistent
...
[SVN r48329]
2008-08-23 20:43:47 +00:00
Hartmut Kaiser
1b544b1144
Spirit: some comment fixes
...
[SVN r48328]
2008-08-23 20:38:34 +00:00
Hartmut Kaiser
730cfeaa70
Spirit.Karma: Fixed optional to accept non-optional attributes.
...
[SVN r48327]
2008-08-23 20:37:36 +00:00
Joel de Guzman
e95182c44b
fix #1617
...
[SVN r48178]
2008-08-16 23:20:46 +00:00
Hartmut Kaiser
88ede1d199
Fixed a bug in ISO8859/1 character case conversion.
...
[SVN r48161]
2008-08-15 14:13:25 +00:00
Joel de Guzman
28b7105273
fix: when testing for equality, always check the underlying iterators when _isend is not the same for the LHS and the RHS
...
[SVN r48157]
2008-08-15 12:13:59 +00:00
Hartmut Kaiser
7cd35e6802
Spirit: Applied pending commits from release branch
...
[SVN r47860]
2008-07-29 02:12:59 +00:00
Hartmut Kaiser
e33075a2bb
Spirit: Added missing file
...
[SVN r47859]
2008-07-29 02:08:58 +00:00
Joel de Guzman
a2ae55708e
update docs for changes in include paths
...
[SVN r47730]
2008-07-23 17:30:44 +00:00
Joel de Guzman
9b7a2c0bbc
update docs for changes in include paths
...
[SVN r47729]
2008-07-23 17:30:13 +00:00
Joel de Guzman
015b91c07a
switching docs back to "classic"
...
[SVN r47683]
2008-07-22 09:39:09 +00:00
Joel de Guzman
832d4328b2
copyright/license
...
[SVN r47667]
2008-07-22 01:34:21 +00:00