6dfa7ef86cAdded explicit bounds to arrays, as patch for broken compilers that can't otherwise cope.
John Maddock
2003-06-09 11:56:15 +0000
eb91bf612aFixed allocator type.
John Maddock
2003-06-05 11:56:59 +0000
e016ef8e21Added minor bug fixes (some expressions starting with ^ were not being found), plus a few warning suppressions.
John Maddock
2003-06-05 10:46:03 +0000
ca984697f0Add <no-warn> so como can compile winnt.h
Beman Dawes
2003-06-03 20:07:02 +0000
2f9da388c1Added fix for IBM C++
John Maddock
2003-05-28 11:38:00 +0000
f50f35d1fcAdded <ios> include for KCC
John Maddock
2003-05-25 11:16:14 +0000
df4b8e696fAdded patch for gcc 2.95 and get_line under cygwin
John Maddock
2003-05-25 10:58:24 +0000
3673a0a888Added support for BOOST_DEDUCED_TYPENAME
John Maddock
2003-05-25 10:54:03 +0000
a69678c3c6stripped tabs from files
John Maddock
2003-05-24 11:14:53 +0000
8fb69853fcFixed broken links, added copyright declarations, renamed some long file names
John Maddock
2003-05-24 11:13:26 +0000
9aa18a159dAdded como warning suppression.
John Maddock
2003-05-23 11:31:00 +0000
4122e8f08dFixed VC warning
John Maddock
2003-05-23 10:57:04 +0000
922322b644Updated install docs.
John Maddock
2003-05-22 11:20:26 +0000
89d445c1b6Tweaked dll selection code, Fixed various errors detected by MWCW and Como
John Maddock
2003-05-22 11:19:58 +0000
31d1dc1182Removed external templates for unknown compilers. Fixed std conformance bugs in v4 code (shown up by metrowerks compiler).
John Maddock
2003-05-20 11:28:47 +0000
8bb6861595Updated Jamfile to use simplified naming scheme on Unix platforms. Updated build docs.
John Maddock
2003-05-20 11:27:29 +0000
11ddff601bAdded new makefile
John Maddock
2003-05-19 11:57:32 +0000
088b492987changed lib names, minor gcc3.3 warning patches
John Maddock
2003-05-19 11:56:17 +0000
535e1b05ccUpdated library names, minor fixes for gcc2.95
John Maddock
2003-05-19 11:55:23 +0000
1f15026060Merged regex-4 branch.
John Maddock
2003-05-17 11:55:51 +0000
f0f32bdda1Merged regex-4 branch.
John Maddock
2003-05-17 11:45:48 +0000
a81a1ea30frestore from disk crash
Dave Abrahams
2003-05-08 02:19:10 +0000
640f633395Patched boost-base.jam to allow rules in stage target requirements Fixed grammar in build_system.htm Added vc7.1-tools.jam/.html for msvc 7.1 Updated the regex lib Jamfile to build correctly-named libraries
Dave Abrahams
2003-04-27 14:10:52 +0000
0ed72c37e4Fixed nasty typo
John Maddock
2003-03-30 10:30:16 +0000
5cf85df857Changed name of getlocale proc to avoid HP OS clash.
John Maddock
2003-03-25 11:43:57 +0000
3819294ac1Added check to verify that we have something to clean up before calling do_free
John Maddock
2003-03-24 12:36:55 +0000
ea96eafaccFixed bug that effect some searches
John Maddock
2003-03-19 12:19:14 +0000
a31ae14cf8added extra tests to test new fixes
John Maddock
2003-03-13 13:45:44 +0000
158c26d85cMisc. new fixes:
John Maddock
2003-03-13 12:50:54 +0000
86e5251979Fix for broken std::setlocale implementations (MacOS X ?)
John Maddock
2003-02-21 12:43:49 +0000
cebaf09b5dcleanup
Dave Abrahams
2003-02-19 13:56:27 +0000
d0ba00a2e7Fixed bug in match_continuous code
John Maddock
2003-02-08 12:30:57 +0000
75293e9854Fixed by adding BOOST_REGEX_NO_EXTERNAL_TEMPLATES define and extra error checks.
John Maddock
2003-02-07 12:16:40 +0000
45e593c4feAdded copyright statement
Björn Karlsson
2003-02-04 12:24:06 +0000
251099c828OpenBSD fixes
John Maddock
2003-01-22 12:38:54 +0000
5705d52e84Added threading build options.
John Maddock
2003-01-21 12:21:35 +0000
88a0f9d75aAdded multithreaded build options.
John Maddock
2003-01-21 12:20:20 +0000
fbb087dec9fix misspelled dir name
Beman Dawes
2003-01-19 20:21:36 +0000
c84ebf1c5bUpdate V2 Jamfile for Boost.
Vladimir Prus
2003-01-13 10:05:01 +0000
1eec12f177Modified regression program arguments, so they work when called from some other path.
John Maddock
2003-01-12 12:29:49 +0000
82ad27c468Modified Jamfile to use testing.jam
John Maddock
2003-01-11 11:52:19 +0000
897c33be2aUpdated test lib names
John Maddock
2002-12-28 12:51:48 +0000
2ecd905fb2add or update See www.boost.org comments
Beman Dawes
2002-12-27 16:51:53 +0000
abef9c7249removed calls to wprintf: Linux doesn't have that API. removed calls to assert: MWCW can't cope with it when UNICODE is defined.
John Maddock
2002-11-24 11:48:36 +0000
0e37a76df0Fix for MWCW which doesn't like incomplete array type.
John Maddock
2002-11-23 11:30:36 +0000
adc4ee41e3Fixed using declarations (some types are no longer in the library).
John Maddock
2002-11-20 12:08:43 +0000
9a4e5d29c1tentative fix for VC7
John Maddock
2002-11-15 11:50:41 +0000
ff4890b2e2Changed detail/ to v3/ in dependency list.
John Maddock
2002-11-11 12:15:04 +0000
3a5f4775f7changed boost/regex/detail to boost/regex/v3
John Maddock
2002-11-10 11:37:08 +0000
5a65397974Changed boost/regex/detail to boost/regex/v3
John Maddock
2002-11-10 11:35:53 +0000
e5d9c95456Fixed header include after recent changes
John Maddock
2002-11-08 11:55:49 +0000
b6a13dd215Added check for BOOST_NO_STD_DISTANCE
John Maddock
2002-11-07 12:59:57 +0000
cf285ed3e5Changes made in preparation for new regex version.
John Maddock
2002-11-07 12:50:29 +0000
66ddab7faeFixes for Intel C++
John Maddock
2002-10-31 12:13:56 +0000
09bfc7f853Merged changes from the RC_1_29_0 branch.
John Maddock
2002-10-21 11:03:05 +0000
13df8a293bAdd missing typename
Dave Abrahams
2002-10-11 20:46:12 +0000
40ab965ee9Added V2 Jamfile.
Vladimir Prus
2002-10-07 16:45:38 +0000
0fec291b28changes to use boost test system
John Maddock
2002-09-17 10:58:25 +0000
6ee955be5fTweeked number of states that cause a throw to occur during search.
John Maddock
2002-09-17 10:57:26 +0000
eeae9a0762Added try catch block to catch runtime errors thrown from matching algorithms
John Maddock
2002-09-16 11:55:23 +0000
c7c8400efaVACPP fix
John Maddock
2002-09-16 11:54:41 +0000
a7f8f56d92Added throw if the number of searched states grows too large.
John Maddock
2002-09-16 11:54:00 +0000
66ac67533cVACPP fixes (second try)
John Maddock
2002-09-16 11:53:07 +0000
d9694bbc1fFixed regex makefiles to work nice with the new boost.test lib. Added tentative VACPP fix.
John Maddock
2002-09-13 11:52:11 +0000
f81bdae7f1Fixed forward declarations, added tentative IBM C++ fix
John Maddock
2002-09-13 11:41:21 +0000
aebf86bbe5removed MSVC warning suppression - it causes the compiler to ICE under some conditions
John Maddock
2002-09-07 10:47:06 +0000
de9ecb7407Fixed MSVC warnings
John Maddock
2002-09-03 10:14:30 +0000
fa43c7ab1dMisc Kylix fixes
John Maddock
2002-08-25 11:57:37 +0000
5f0f6fa8f1Updated Jamfile to use new test suite. Updated docs to reflect recent changes.
John Maddock
2002-08-24 11:57:10 +0000
81f404ec69Disabled automatic lib selection on non-windows platforms for Borland
John Maddock
2002-08-24 11:56:11 +0000
38b55d0db8Added missing break statements
John Maddock
2002-08-24 11:25:01 +0000
bed785ad19Added GCC warning suppression
John Maddock
2002-08-21 11:05:30 +0000
bb711db956Added new state information for forthcomming new algorithms
John Maddock
2002-08-15 11:30:08 +0000
13f9af564dAdded some new state information for forthcomming new algorithms.
John Maddock
2002-08-13 11:47:41 +0000
2767f7f6baTentative MWCW fixes
John Maddock
2002-08-02 11:59:22 +0000
035e752ed2Added minor doc fixes
John Maddock
2002-07-31 11:24:41 +0000
753a3d6584Removed duplicate declaration.
John Maddock
2002-07-29 11:04:14 +0000
ab0051399eAdded como and metrowerks to list of compilers that can't handle the template specialisations used in instances.hpp.
John Maddock
2002-07-27 11:42:04 +0000
61ea1b566aAdded workaround for gcc2.91 bug
John Maddock
2002-07-18 11:07:46 +0000
1ad6328d33Added BOOST_NO_STD_WSTREAMBUF guard
John Maddock
2002-07-17 11:39:15 +0000
e6a371c6d6Added MSVC version check.
John Maddock
2002-07-16 11:15:30 +0000
ee59983ea9Oops, messed up previous commit.
John Maddock
2002-07-14 10:56:58 +0000
ad769fcfdbAdded needed Como options
John Maddock
2002-07-13 10:58:11 +0000
2468d450f2Added -Ve and -Vx options to bcb makefiles.
John Maddock
2002-07-07 10:28:32 +0000
d47f20f147Added | to the list of characters that are not literals.
John Maddock
2002-06-13 11:27:56 +0000
0575e50ddbChanged template function overload to wchar_t overload.
John Maddock
2002-06-13 10:30:46 +0000
de40dac5d1Fixed test program after changes to regex_match code.
John Maddock
2002-06-08 10:37:47 +0000
b2c4abc9cfFixed partial match bug:
John Maddock
2002-06-08 10:36:54 +0000
b856079e74Added C++ Builder 6 binary compatibilty fixes, Updated gcc makefiles to build archive index.
John Maddock
2002-06-06 11:33:46 +0000
293b945785Added fixes for C++ Builder 6 alignment (binary compatibility) issues.
John Maddock
2002-06-06 11:32:45 +0000
998f94ffe9vc7 warning suppression.
John Maddock
2002-05-30 11:07:55 +0000
53de3c4ae6Fixed more warnings, rolled back some regex changes that seem to be causing problems on 64-bit platforms.
John Maddock
2002-05-30 11:07:05 +0000
bbbd65c2e4Hopefully fixed some minor bugs: added missing typesnames. Changed iterator to Iterator to hopefully keep aCC happy.
John Maddock
2002-05-23 11:43:27 +0000
129cf61f65respect <sysinclude>
Dave Abrahams
2002-05-21 16:24:07 +0000
992eb043afConfig updates/patches
John Maddock
2002-05-18 11:33:30 +0000
084af757b4Misc. fixes and new config options.
John Maddock
2002-05-18 11:30:49 +0000
1035f25b65Disabled template specialisations on AIX with IBM Visual Age
John Maddock
2002-05-14 10:44:21 +0000
eacf31772bFixed Mingw32 build
John Maddock
2002-05-10 11:37:32 +0000