Commit Graph

2382 Commits

Author SHA1 Message Date
Hartmut Kaiser
51fe5711ea Removed the specializations for unsigned char.
[SVN r17269]
2003-02-07 18:20:37 +00:00
Hartmut Kaiser
1bb51d1a26 Fixed the unresolved externals linker errors.
[SVN r17266]
2003-02-07 14:45:56 +00:00
Martin Wille
82efa97796 -- added cloning for parsers embeded within a rule
[SVN r17263]
2003-02-07 11:33:56 +00:00
Joel de Guzman
f352f4f2ca placed the inclusion of attribute.hpp in a guard to avoid making MSVC choke
[SVN r17256]
2003-02-06 18:15:11 +00:00
Juan Carlos Arevalo-Baeza
5ed1e3c87d Fixed a bug in one of the include guards.
[SVN r17254]
2003-02-06 17:06:14 +00:00
Hartmut Kaiser
74d32e6adc Added a specialization for the is*_(unsigned char) functions.
[SVN r17253]
2003-02-06 15:32:19 +00:00
Hartmut Kaiser
c16c57ba9a Added a specialization for the is*_(unsigned char) functions.
[SVN r17252]
2003-02-06 15:25:51 +00:00
Joel de Guzman
da8809288c fixed _GNUC_ to __GNUC__
[SVN r17247]
2003-02-06 06:27:34 +00:00
Joel de Guzman
c22d7e9872 Added smiley.gif to quickdoc, removed the redundant quickdoc.txt, borland workarounds, etc.
[SVN r17246]
2003-02-06 04:41:17 +00:00
Joel de Guzman
f4f51e1897 Numerics strict reals added
[SVN r17245]
2003-02-06 04:39:15 +00:00
Hartmut Kaiser
fffcce73ca Added a missing typename and an additional set of is*_() functions for an int parameter.
[SVN r17244]
2003-02-05 21:05:12 +00:00
Markus Schöpflin
b45dde8409 Added helper function to_int_type() to fix the conversion problems
from char_type to int_type. The helper uses std::char_traits when
available. A workaround for platforms where no std::char_traits is
available is provided as well. The workaround is triggered by the
define BOOST_SPIRIT_NO_CHAR_TRAITS.


[SVN r17225]
2003-02-05 09:42:25 +00:00
Joel de Guzman
85d87e450c More MSVC and Borland Fixes
[SVN r17210]
2003-02-04 20:45:30 +00:00
Joel de Guzman
7f6409f2af bug-fix
[SVN r17207]
2003-02-04 18:16:37 +00:00
Joel de Guzman
d470567979 Borland workarounds (must wait for boost::is_convertible to be fixed). In the meantime, revert to a previous working is_convertible version.
[SVN r17206]
2003-02-04 18:09:14 +00:00
Joel de Guzman
441edc70cd simplified implementation of is_parser by using boost::is_base_and_derived
[SVN r17205]
2003-02-04 17:55:49 +00:00
Joel de Guzman
7261ddbcdc Move to MPL
[SVN r17186]
2003-02-04 08:33:27 +00:00
Joel de Guzman
b6bfe546c6 move to MPL
[SVN r17185]
2003-02-04 07:31:00 +00:00
Martin Wille
707ca79299 -- changed the smart pointer used for holding the conrete parser
of rule<> from boost::shared_ptr to std::auto_ptr.
   This should help to decrease compile time and executable size
   while not changing the semantics of rule<>


[SVN r17175]
2003-02-03 15:19:14 +00:00
Hartmut Kaiser
594eb1c0f1 Fixed minor problems.
[SVN r17169]
2003-02-03 10:49:14 +00:00
Hartmut Kaiser
1019968c59 Deleted not needed file.
[SVN r17158]
2003-02-01 23:14:13 +00:00
Hartmut Kaiser
9db6aa141a Added missing typename's.
[SVN r17149]
2003-02-01 14:51:20 +00:00
Hartmut Kaiser
6214b28340 Added missing typename's.
[SVN r17148]
2003-02-01 14:50:49 +00:00
Joel de Guzman
2d0499840d Added copyrights where appropriate
[SVN r17144]
2003-02-01 04:42:01 +00:00
Martin Wille
30af135167 -- made condition_evaluator inherit publicly from non_empty_subject
[SVN r17140]
2003-01-31 22:40:14 +00:00
Martin Wille
3015b7badc -- tab -> spaces
[SVN r17123]
2003-01-31 17:53:34 +00:00
Joel de Guzman
f7aca4aa8c regression testing
[SVN r17119]
2003-01-31 15:44:26 +00:00
Joel de Guzman
1d97a9595c Moved assert.hpp to core
[SVN r17116]
2003-01-31 14:17:03 +00:00
Martin Wille
c379415c44 -- adjusted #includes to reflect the location change of Phoenix
[SVN r17115]
2003-01-31 14:01:09 +00:00
Joel de Guzman
b44334af6a Bumped version to 1.5.2
[SVN r17112]
2003-01-31 11:40:40 +00:00
Joel de Guzman
cab9f1597a First commit from BOOST_REVIEW branch spirit.sf.net
[SVN r17108]
2003-01-31 10:56:44 +00:00
Joel de Guzman
8190791653 First commit from BOOST_REVIEW branch spirit.sf.net
[SVN r17107]
2003-01-31 10:44:50 +00:00