Commit Graph

47 Commits

Author SHA1 Message Date
Camille Brugel
22e8e35069 Fix "standalone" include issue by adding header boost/type_traits/is_pointer.hpp (#10) 2018-10-22 13:18:50 -04:00
dami
7775794a2d Fix uninitialized boolean flag in the char_separator constructor - trac/103073 2017-06-16 23:06:42 +01:00
Gregor Jasny
81818d7b63 Use BOOST_THROW_EXCEPTION macro to throw
Signed-off-by: Gregor Jasny <gregor.jasny@citrix.com>
2014-05-16 07:59:31 -06:00
Stephen Kelly
32c7a54233 Tokenizer: Remove obsolete MSVC version check.
[SVN r86037]
2013-09-30 00:21:08 +00:00
Vicente J. Botet Escriba
756ff7dcbf Tokenizer: fix minor warnings.
[SVN r83981]
2013-04-20 13:50:43 +00:00
Marshall Clow
f17e70a091 Applied patch; Refs #4649
[SVN r71006]
2011-04-05 17:33:50 +00:00
Marshall Clow
8355a34b81 Applied patch from #4791; will close after merging to release
[SVN r66802]
2010-11-27 20:46:51 +00:00
Andrey Semashev
3042689054 Worked around annoying "deprecated" warnings on MSVC.
[SVN r64931]
2010-08-19 20:02:59 +00:00
Andrey Semashev
f996d6e6c3 One last missing cosmetic change.
[SVN r62750]
2010-06-10 17:15:22 +00:00
Andrey Semashev
c9f8e001fa Fixed tabs, removed unneeded spaces. Silenced a few warnings on MSVC and made the code compilable if no cwctype header is available.
[SVN r62749]
2010-06-10 17:13:14 +00:00
Andrey Semashev
aa38596da8 Fixed missing include for wide-charader classification functions.
[SVN r62747]
2010-06-10 16:31:38 +00:00
K. Noel Belcourt
21ed84e634 Fix ticket 1755 by applying the attached patch.
[SVN r62706]
2010-06-10 02:04:40 +00:00
Marshall Clow
4eadadb5a1 Changed spelling of Jouaquin's name to remove non-ASCII chars in Tokenizer
[SVN r49211]
2008-10-09 16:04:37 +00:00
John Maddock
114e59f833 Fixes #501 #1334.
[SVN r41302]
2007-11-22 10:38:48 +00:00
Gennaro Prota
25d14f6bde added final slash to library url; fixed -Wshadow warning with gcc ('what' shadows member function)
[SVN r34755]
2006-07-28 00:36:59 +00:00
Markus Schöpflin
0863039336 Replaced <cassert> with boost version.
[SVN r31739]
2005-11-22 10:00:50 +00:00
John Maddock
4ad66f6c9c Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
2005-08-25 16:27:28 +00:00
Joaquín M. López Muñoz
348845132c reworded explanation for a workaround
[SVN r25510]
2004-10-01 12:44:44 +00:00
Joaquín M. López Muñoz
60f12c43e0 workaround for a problem with string::assign in msvc-stlport
[SVN r25499]
2004-10-01 07:38:02 +00:00
Jeff Garland
9e93efc857 fix unused variable warnings on gcc with -Wall
[SVN r24793]
2004-08-27 23:44:52 +00:00
Douglas Gregor
8fb15d50ea License update
[SVN r24598]
2004-08-19 15:23:47 +00:00
Rene Rivera
0f43483595 Remove tabs in file.
[SVN r24043]
2004-07-25 17:12:17 +00:00
John R. Bandela
4e7357c63e Fixed a bug involving using char_delimiter with a true input iterator.
Thanks to David Abrahams for sending a example that demonstrated the problem


[SVN r22615]
2004-04-07 01:51:37 +00:00
Beman Dawes
6719c70d3f clear gcc warnings, taking VC++ 6.0 into account (Marshall Clow)
[SVN r22158]
2004-02-04 01:18:42 +00:00
John R. Bandela
b1f97fa633 Coverted to Robert Zeh's fast tokenizer. New dependency on MPL
[SVN r21780]
2004-01-15 22:34:57 +00:00
Beman Dawes
219f7cc772 add #include <algorithm> for find_if
[SVN r19127]
2003-07-15 13:37:37 +00:00
Björn Karlsson
cf4a5e51b9 Untabified
[SVN r17194]
2003-02-04 12:14:34 +00:00
Beman Dawes
2eba86bce3 add or update See www.boost.org comments
[SVN r16708]
2002-12-27 16:51:53 +00:00
Dave Abrahams
fac0fa0e2e Fix unversioned VC++ checks
[SVN r14436]
2002-07-13 12:26:19 +00:00
John Maddock
2abb508a7e Fixed use of BOOST_NO_STDC_NAMESPACE so that tokenizer can live with regex.
[SVN r12872]
2002-02-21 11:33:06 +00:00
Jeremy Siek
ffdc6884ac *** empty log message ***
[SVN r12746]
2002-02-06 21:51:40 +00:00
Jeremy Siek
b3f83152f0 *** empty log message ***
[SVN r12745]
2002-02-06 21:33:47 +00:00
Jeremy Siek
6df5fa22b0 *** empty log message ***
[SVN r12744]
2002-02-06 20:01:09 +00:00
Jeremy Siek
f020ec062d mods with respect to isspace and ispunct behaviour of char_separator
[SVN r12738]
2002-02-06 03:32:49 +00:00
Jeremy Siek
b9b48781c4 added new class char_separator
[SVN r12736]
2002-02-06 02:11:09 +00:00
John R. Bandela
7cd1847786 Reverted to previous version
[SVN r12055]
2001-12-14 02:51:49 +00:00
John R. Bandela
e286f26cf4 offset_separator and char_delimiters_separator now use
tok.assign(cur,next)
to assign the token sequence for all iterator types except input iterators where
tok+=*next
is used
There is a workaround for Borland C++ and strings (see code)

Thanks to Gennadiy E. Rozental for pointing this out

-John R. Bandela


[SVN r11868]
2001-12-03 04:56:50 +00:00
John R. Bandela
05c488b8e1 Fixed escape_list_separator bug with terminating empty field,
and enhanced it to allow strings as e,c,q
-jrb


[SVN r11130]
2001-09-16 00:00:04 +00:00
John R. Bandela
49bb549f94 Fixes for some warnings -JRB
[SVN r10976]
2001-08-31 16:46:10 +00:00
Darin Adler
812ae3abda Fix some broken links. Fix order of constructor initializers.
[SVN r10913]
2001-08-23 17:42:07 +00:00
John R. Bandela
2e4c6307ce Fixes by John for char_delimiters_separator constructor
[SVN r10652]
2001-07-17 22:43:47 +00:00
John R. Bandela
46e9ac548a Fix formatting attemp2
[SVN r10525]
2001-07-03 23:32:27 +00:00
John R. Bandela
200ff8375c Fixed formatting
[SVN r10524]
2001-07-03 23:19:08 +00:00
John R. Bandela
3d08372d80 VC typename fixes by John
[SVN r10510]
2001-07-03 04:47:06 +00:00
Jens Maurer
bf30ec31fd added missing "typename"s
[SVN r10411]
2001-06-24 15:37:23 +00:00
John R. Bandela
ec19fa571e John's fixes for BCC and GCC
[SVN r10400]
2001-06-22 20:45:11 +00:00
Beman Dawes
0854dc07e9 Tokenizer initial commit
[SVN r10319]
2001-06-13 00:46:03 +00:00