8d8a209d8bAdded user-config macro BOOST_DISABLE_WIN32 (also set in the compiler 's strict mode). Modified Boost source not to use Win32 specific extentions in the presence of BOOST_DISABLE_WIN32.
John Maddock
2002-05-09 11:40:52 +0000
6b75e3962dFixed test programs (disabled separate file template instantiation for single file builds).
John Maddock
2002-05-04 11:00:48 +0000
1826080071Fixed erroneous functio signature
John Maddock
2002-05-04 10:55:51 +0000
2ee6dec715Fixed broken links.
John Maddock
2002-04-27 11:05:49 +0000
298651b2f6Turned off external templates for MWCW
John Maddock
2002-04-27 10:45:12 +0000
752c43f9d4Bug fix: changed int to std::ptrdiff_t
John Maddock
2002-04-27 10:38:47 +0000
976fb02a1bMoved some key template instances into the lib and out of user code. Updated makefiles: renamed lib files with new more systematic naming convention. Added bcb6 support. Rewritten automatic lib selection. Updated copyright declarations.
John Maddock
2002-04-24 10:50:23 +0000
d67a843d5aadd newline at end of file
Jens Maurer
2002-04-23 19:51:36 +0000
3e3752e992Added BOOST_NO_WREGEX guard.
John Maddock
2002-04-03 11:04:46 +0000
7c42b3aca6Moved is_combining inside BOOST_NO_WREGEX guard.
John Maddock
2002-04-03 11:03:13 +0000
bb89bbb29aAdded regex_fwd.hpp support.
John Maddock
2002-04-01 11:47:30 +0000
2035a49533Added support for regex_fwd.hpp
John Maddock
2002-04-01 11:46:04 +0000
6e82619133Added needed #ifdef
John Maddock
2002-03-28 12:47:47 +0000
1d560fae85Minor doc typo fixes. Fixed IA64 portability warnings from VC7
John Maddock
2002-03-19 11:31:52 +0000
b4cf815f7dFixed IA64 compatibility warnings from VC7, mainly changed unsigned int's to size_t and int's to ptrdiff_t.
John Maddock
2002-03-19 11:29:50 +0000
1d3653812aFixed broken link.
John Maddock
2002-03-01 12:26:01 +0000
9ef4719dffModified jamfiles to work with new updated build system
John Maddock
2002-02-27 12:37:28 +0000
e18c474222Updated regression tests with more non-marking parenthesis examples
John Maddock
2002-02-23 12:58:45 +0000
7f6be58d92Fixed Borland C++ config workarounds - so that _RWSTD_COMPILE_INSTANTIATE gets defined before any std lib includes
John Maddock
2002-02-21 11:31:48 +0000
11accf4a8bAdded more error checking for no-eh builds.
John Maddock
2002-02-21 11:30:41 +0000
b55cce9a42Fixed behaviour on Embedded VC++
John Maddock
2002-02-20 11:20:17 +0000
6f9658fa6cFixed VCL setup to come before lib selection
John Maddock
2002-02-17 12:05:59 +0000
936e0cfd99Added note about Koenig Lookup required for examples to compile
John Maddock
2002-02-14 12:56:37 +0000
290270440eUpdated the basic Jamfiles for the new Boost.Build changes.
Rene Rivera
2002-02-14 04:08:20 +0000
76c85c7c34Fixed regex example expression typo.
John Maddock
2002-02-13 12:30:22 +0000
44d33b20d5Can't declare a variable in a for-loop with the same name as a variable declared in the for loop initialization
Douglas Gregor
2002-02-09 16:37:56 +0000
98377b57aaStrange workaround for Comeau 4.2.45.2 so that it does get into an instantiation loop
Douglas Gregor
2002-02-09 15:49:04 +0000
43df21bca1Fixed incorrect iterator use - assumed random access iterator in one place rather than bidirectional.
John Maddock
2002-02-09 12:07:53 +0000
c8e9df8fa2Added support for compilers with no exception handling support.
John Maddock
2002-02-08 12:44:43 +0000
a5d1526fbbAdded docs for forward lookahead asserts.
John Maddock
2002-02-08 12:43:59 +0000
f79497c625Handle standard libraries that do not support std::iterator
Douglas Gregor
2002-02-04 12:54:17 +0000
a108657449Make string_out_iterator a full-fledged output iterator
Douglas Gregor
2002-02-03 17:30:13 +0000
9225fa8531Removed unnecessary template parameter from ostream_iterator so that it works with gcc2.9x now.
John Maddock
2002-02-03 11:44:37 +0000
07c20c1926Modified code that determines how long to loop for, with upper limit of 1s.
John Maddock
2002-02-03 11:43:23 +0000
d227059666New smart pointer documentation. Related clean-up of the smart pointer library. Changing includes to include the new individual smart pointer headers. Replacing old smart pointer library with an include of the new smart pointer headers. Simplify ifdefs that involve the member templates macros now that BOOST_MSVC6_MEMBER_TEMPLATES is also guaranteed to bet set for platforms that have full member templates.
Darin Adler
2002-02-02 18:36:12 +0000
f5082341c0changed all pointer casts to explicit static_cast or reinterpret_cast. Added more tests for forward lookahead asserts.
John Maddock
2002-01-30 12:17:51 +0000
5613d77433Changed all pointer casts to either static_cast or reinterpret_cast as appropriate.
John Maddock
2002-01-30 12:16:28 +0000
6463dcfb07regex_timer.cpp: - Head off some infinite looping on some platforms
Douglas Gregor
2002-01-29 13:38:30 +0000
c07c4e0a11Added support for forward lookahead asserts.
John Maddock
2002-01-23 12:42:31 +0000
e993619390Stripped tabs from source
John Maddock
2002-01-19 12:38:14 +0000
e22aaa9d20Fixed copy self assignment bug
John Maddock
2002-01-08 13:00:08 +0000
52dbd281caAdded checks to message loading code. Added extra members to RegEx class. Updated docs accordingly.
John Maddock
2002-01-07 13:03:50 +0000
e4138b5bdcAdded members RegEx::Match and RegEx::npos.
John Maddock
2002-01-07 13:02:37 +0000
534f6273c0No longer throws on copy-construct asserts when applying fixups (invariant checks) added
John Maddock
2002-01-07 13:01:31 +0000
b2dd7877daUpdated regex examples and Jamfiles so that they are run as tests.
John Maddock
2001-12-26 11:21:24 +0000
0cda8c8a2eInitial checkin
John Maddock
2001-12-19 11:57:20 +0000
04282b5d0aUpdated version numbers in docs.
John Maddock
2001-12-17 12:44:26 +0000
554832217cUpdated regex examples and Jamfiles so that most now run as tests.
John Maddock
2001-12-16 11:33:27 +0000
63130c1ef5Updated Jamfiles and tests so that they actually work now!
John Maddock
2001-12-09 12:50:46 +0000
edbc68df6cUpdated to reflect changes in STLport-4.5
John Maddock
2001-12-07 12:14:56 +0000
372a07902eMade string_compare functions inline (they should have been all along).
John Maddock
2001-12-06 12:39:31 +0000
4ae95dae74removed unneeded #if block
John Maddock
2001-12-04 12:23:28 +0000
277ca851c8Metrowerks needs BOOST_NO_STD_LOCALE in config to be able to compile regex regex test Jamfile updates so that some tests will actually run warning suppression for condition.cpp
Dave Abrahams
2001-12-02 17:43:45 +0000
f0d62fb2c0Updated changes log
John Maddock
2001-11-30 12:00:31 +0000
7104418bd5* Changed BOOST_RE_THREADS to BOOST_HAS_THREADS, * Updated allocator code to use SGI node based allocator when available.
John Maddock
2001-11-30 11:58:04 +0000
0bd54d3821Added optional code to time how long the test takes.
John Maddock
2001-11-30 11:56:35 +0000
c167b1f183changed BOOST_RE_THREADS to BOOST_HAS_THREADS
John Maddock
2001-11-30 11:56:02 +0000
52920ff98fAdded \ as a non-literal character (oversight).
John Maddock
2001-11-16 12:25:17 +0000
72c3b4ed13Fix for broken split (doesn't spit out all sub expressions).
John Maddock
2001-11-16 12:24:40 +0000
6cc5cf41d5Trivial fix for signed/unsigned comparison
John Maddock
2001-11-16 12:24:01 +0000
a7984bb149Updated Jamfiles with forced dynamic linking removed.
John Maddock
2001-11-10 12:12:38 +0000
876ff39307remove redundant <runtime-link>dynamic from default-BUILD section
Dave Abrahams
2001-11-09 15:30:45 +0000
79f80ad09dUpdated list of helpers
John Maddock
2001-10-26 11:58:59 +0000
19d8e96cf5Added workaround for Rogue Wave lib bug.
John Maddock
2001-10-16 11:36:47 +0000
e047b2b509Updated examples with better comment on expressions. Updated test program to test for apparent Rogur Wave bug (and it's workaround).
John Maddock
2001-10-16 11:36:00 +0000
28968bd2b6renamed "free" member functions to avoid conflicts with system macros.
John Maddock
2001-10-13 10:26:34 +0000
c4b295684bAdded docs for smatch and wsmatch typedefs, added warnings about using temporaries with regex_search/regex_match.
John Maddock
2001-10-13 10:24:55 +0000
33b6eb0637Renamed member functions "free" to prevent conflict with system macro.
John Maddock
2001-10-13 10:19:01 +0000
a042a0b6deRemoved spurious MSVC pragma
John Maddock
2001-10-09 11:25:43 +0000
f16f300347Fixed inclusion of windows.h
John Maddock
2001-10-08 11:32:22 +0000
a543dce5e3regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions.
Dave Abrahams
2001-10-06 18:19:15 +0000
fe45d5bf4aTweeked regex version number to reference <boost/version.hpp>
John Maddock
2001-09-30 10:30:14 +0000
4dd87c299fFixed iterator definition
John Maddock
2001-09-28 11:33:25 +0000
3d3f591516Fixed partial ordering macro names
John Maddock
2001-09-28 11:08:33 +0000
5b5d4c3145Fixed typo - \f is \x0C not \x08
John Maddock
2001-09-28 11:07:41 +0000
1c45c7a48dupdated makefiles to generate error if MSVCDIR not set
John Maddock
2001-09-28 11:06:57 +0000
4922ae784fFixed messed up c_regex_traits from previous commit, fixed Koenig lookup bug caused by presence of boost::re_detail::destroy
John Maddock
2001-09-25 11:48:21 +0000
007c0da3b2Add a workaround for platforms where <ctype.h> has macros only.
Darin Adler
2001-09-24 19:34:15 +0000
3fb0375da4Another attempt to fix the WinXP character class problems
John Maddock
2001-09-23 12:02:28 +0000
1d473147fdcommit of split-config, including any changes required to existing libraries (mainly regex).
John Maddock
2001-09-18 11:13:39 +0000
1be8e9241bPrevious update broke non-win32 support, now fixed.
John Maddock
2001-09-11 11:06:44 +0000
e60414a5e7Added regression tests
John Maddock
2001-09-08 12:04:25 +0000
7bd8e2a14dFixed to work with _UNICODE on Win32
John Maddock
2001-09-08 12:03:55 +0000
b2396011f9Fixed path to work from root directory
John Maddock
2001-09-08 12:02:47 +0000
b9628e449dFixed do that code compiles on Win32 with _UNICODE defined
John Maddock
2001-09-08 12:01:30 +0000
139a2f60fbUpdated build system (more or less works now)
John Maddock
2001-08-18 11:50:48 +0000
a4912a834eFixed initialisation order warnings (gcc)
John Maddock
2001-08-18 10:22:53 +0000
014b66b2f4Removed non-functioning msvc link command from Jamfile, added user32.lib forced link to w32_regex_traits.cpp
John Maddock
2001-08-18 10:22:10 +0000