bd0e76f42f
Correct example/Jamfile.v2 so that grep gets valid command line argum… ( #229 )
...
* Correct example/Jamfile.v2 so that grep gets valid command line arguments.
2024-11-02 18:29:39 +00:00
cd92ca1ed0
Update build deps.
2024-08-07 23:46:57 -05:00
e5a7bbd399
Change all <source> references to <library>.
2024-07-20 19:42:20 -05:00
8e2a51e905
Add missing lib reference.
2024-04-25 22:56:00 -05:00
e5ac7686cd
Sync from upstream.
2024-04-10 08:40:31 -05:00
571fbaf80d
Sync from upstream.
2024-03-23 13:52:44 -05:00
6579375f35
Remove outdated C++03 code.
2024-03-23 17:45:04 +00:00
1e0938cca6
Try again with CI.
...
Suppress some warnings.
2024-03-19 17:14:25 +00:00
b99ec17c8e
Allow use of deprecated header for now.
2024-03-16 19:33:50 +00:00
85580fd1ea
Make the library modular usable.
2024-03-11 08:38:17 -05:00
21e1ea0877
Fix typo in copyright headers.
2020-10-11 17:22:32 +02:00
f307ef8353
Turn off testing wide character regexes when not appropriate.
2020-04-19 16:01:21 -04:00
31646aefa7
Always use __cdecl as the calling convention for the Embarcadero C++ clang-based compilers
2020-04-19 15:29:03 -04:00
cc09733d03
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
2020-03-31 17:42:38 -04:00
3d44eca405
[CMake] Add option to build some of the examples
2019-12-08 16:11:45 +01:00
cc5a4e85ae
Inheriting std::iterator is deprecated in c++17.
...
Therefore replace the inheritance by lifting std::iterator's members into the derived class. Fortunately, this is already done in Boost.Regex so that dropping the inheritance is a no-brainer.
Signed-off-by: Daniela Engert <dani@ngrt.de >
2017-12-22 15:59:49 +01:00
e62d8b5332
Regex.C++17: Fix iterator usage.
2017-12-16 09:26:33 +00:00
289ce86488
Regex: move boost headers to top of list to work around clang issue which requires workarounds present in config.hpp.
2017-09-21 17:15:51 +01:00
b9cad50387
Conditionally replace deprecated/removed C++98 std::bind1st by std::bind.
...
Signed-off-by: Daniela Engert <dani@ngrt.de >
2017-05-14 16:20:21 +02:00
a35cb5b902
Shared libraries now finally work with Mingw GCC-4.5.0.
...
[SVN r65807]
2010-10-07 15:40:24 +00:00
f4d925ad3b
Up the warning level, and fix the resulting warnings with msvc, gcc and Intel.
...
Fix bug in docs and regenerate.
[SVN r65208]
2010-09-03 08:33:13 +00:00
2b2fbdb026
Add Cygwin/Mingw linkage requirements.
...
Fixes #4498 .
[SVN r64627]
2010-08-06 09:26:12 +00:00
05636b5c89
Fix numerous VC-10 compiler warnings.
...
Rewrite ICU configuration to use the new Boost.Build configuration logic.
[SVN r61893]
2010-05-10 12:13:49 +00:00
4a826c1ade
Speed up the code a little, and stop swapping stream buffers around in case that's the cause of some test failures.
...
[SVN r58789]
2010-01-07 16:47:02 +00:00
97005c2017
Suppress external templates with Mingw32 - it seems to cause issues with dll's.
...
Fix match_results.swap.
Add missing namespace qualifiers to ICU code: fixes #3631 .
[SVN r57739]
2009-11-18 09:59:42 +00:00
6e1f3dcceb
Improved error messages generated for thrown exceptions.
...
Suppressed "gcc -Wall -Wextra -pedantic" and "msvc /W4" warnings.
Updated and rebuilt docs.
[SVN r57451]
2009-11-07 15:32:45 +00:00
831156d759
Replace a couple of non-ascii symbols.
...
[SVN r46943]
2008-07-01 09:58:27 +00:00
f72c7518be
Fixes #1455 .
...
[SVN r41970]
2007-12-11 17:19:03 +00:00
2995393609
Oops, previous commit messed up POSIX timing code, now fixed.
...
[SVN r41359]
2007-11-25 15:47:58 +00:00
4199529fd0
Apply patches for building regex on WinCE see: http://lists.boost.org/Archives/boost/2007/11/130839.php
...
[SVN r41327]
2007-11-24 12:25:25 +00:00
f11333d352
Added license info.
...
[SVN r40900]
2007-11-07 18:26:11 +00:00
73e23ab857
Updates to build system: Sun and SGI compilers have a problem doing a shared link, and some platforms don't have an icudata library.
...
[SVN r40128]
2007-10-17 17:15:53 +00:00
d647ba206d
Touched files to force tests to be re-run with new Jamfile.
...
[SVN r39260]
2007-09-14 09:25:29 +00:00
bf301b3175
Oops, doc update broke the tests, fixed now.
...
[SVN r39181]
2007-09-10 16:22:35 +00:00
ff24e8f7e8
Fix for http://svn.boost.org/trac/boost/ticket/1075 .
...
[SVN r38924]
2007-08-25 08:53:29 +00:00
f4877f6698
Added new example.
...
Updated ICU support for VC8
[SVN r37738]
2007-05-22 09:47:28 +00:00
4f787b3c60
bbv2 updates.
...
[SVN r36549]
2006-12-31 17:25:39 +00:00
b8dce0792f
Added needed license info.
...
[SVN r34563]
2006-07-16 17:24:25 +00:00
c666793a92
Changed test names to prevent directory/test name conflict.
...
[SVN r34221]
2006-06-07 16:38:23 +00:00
4a02d7ecde
Fixed silly bug in example.
...
[SVN r33609]
2006-04-09 10:07:08 +00:00
f847503cc4
Fixed typo.
...
[SVN r32965]
2006-02-16 13:14:46 +00:00
e6aad1cb3d
Statically link to program_options
...
[SVN r32955]
2006-02-16 09:21:55 +00:00
90f4367b8d
Ported ICU integration code to VC6/7.
...
Added some needed std lib #includes.
Reworked gcc separate file template instantiation code.
[SVN r30791]
2005-09-03 11:13:28 +00:00
ec74461c36
Undo previous Borland fix, it turns out not to be standards conforming!
...
[SVN r29657]
2005-06-17 16:35:38 +00:00
a97324c1c4
Some slight cleanup of vc7 vs. vc-7_0, and msvc vs. vc-6_5.
...
[SVN r29487]
2005-06-09 00:52:17 +00:00
df966c1410
Fix for Borland C++.
...
[SVN r28984]
2005-05-17 10:24:49 +00:00
0d5dcf41d9
Add std::locale-support to grep test as it uses codecvt.
...
[SVN r28723]
2005-05-07 21:33:22 +00:00
7775706a95
Spell "boost_program_options" correctly.
...
[SVN r28528]
2005-04-29 15:16:14 +00:00
077f211f2f
Compiler specific fixes and workarounds.
...
[SVN r27273]
2005-02-09 13:16:39 +00:00
56fadadba8
More Sunpro std::distance fixes.
...
Changed Dr John Maddock to John Maddock
[SVN r26793]
2005-01-21 17:28:42 +00:00