35abde763fadd missing include, refers #3915
Eric Niebler
2010-02-10 14:42:50 +0000
6b2e6e94cdassorted fixes to proto and xpressive merged to release from trunk
Eric Niebler
2009-12-13 07:29:08 +0000
317bf29683eliminate gcc warning
Eric Niebler
2009-12-13 02:06:50 +0000
8cc700cf80eliminate gcc warning in mark_tag constructor, code reorg, references #3734
Eric Niebler
2009-12-12 10:23:02 +0000
ff2065f885disable proto's unary operator& for basic_regex objects, references #3712
Eric Niebler
2009-12-11 01:10:03 +0000
7b590523ceeliminate warning on darwin-4.2.1 toolset
Eric Niebler
2009-11-26 08:38:50 +0000
08629e8fb6use boost::optional's swap instead of std::swap
Eric Niebler
2009-11-14 08:24:35 +0000
7da3ff4effremove tabs, s/malloc/operator new/
Eric Niebler
2009-11-12 02:41:19 +0000
34c3ceee38do NOT copy singular iterators, fixes#3538
Eric Niebler
2009-11-12 02:18:37 +0000
84a895224asmall doc tweak
Eric Niebler
2009-11-05 06:01:42 +0000
2a718202a7small doc tweak
Eric Niebler
2009-11-05 05:54:36 +0000
a9f3024bd1xpressive documentation tweaks
Eric Niebler
2009-11-05 01:48:23 +0000
db22157874document named captures
Eric Niebler
2009-11-05 00:58:28 +0000
e64456a90fsmall, safe fixes for xpressive
Eric Niebler
2009-11-04 18:05:06 +0000
a13aa156b4eliminate unreachable code warnings on vc9
Eric Niebler
2009-11-04 00:32:07 +0000
b68fb7774ffix infinite loop with some uses of \Q...\E quotemeta, fixes#3586
Eric Niebler
2009-11-03 23:44:59 +0000
b93033d4a2document xpressive::mark_tag
Eric Niebler
2009-11-02 16:48:44 +0000
50e7dbd932updated vcproj file
Eric Niebler
2009-10-30 15:53:27 +0000
f0cf8680e5clean-up list implementation
Eric Niebler
2009-10-28 18:13:07 +0000
5520e641bdnested results uses a custom list type that allows incomplete types, does no dynamic allocation in the default constructor, and has a guarnteed O(1) splice; fixes#3278
Eric Niebler
2009-10-27 13:22:09 +0000
d408f17834rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
Troy D. Straszheim
2009-10-17 02:07:38 +0000
8f6ba00016rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
Troy D. Straszheim
2009-10-17 01:10:45 +0000
61e0951525xpressive passes its tests on gcc under c++0x mode
Eric Niebler
2009-09-18 20:22:47 +0000
02cf35a307reduce fusion, proto and xpressive warnings under msvc /Za switch
Eric Niebler
2009-08-28 16:45:21 +0000
344fdd079emerged various things from main
Eric Niebler
2009-08-09 15:20:56 +0000
34a9b1ad0dCopyrights on CMakeLists.txt to keep them from clogging up the inspect reports. This is essentially the same commit as r55095 on the release branch.
Troy D. Straszheim
2009-07-26 00:49:56 +0000
f84667a552Add basic copyright/license to keep cmake out of the inspection report
Troy D. Straszheim
2009-07-22 21:51:01 +0000
2399f0c2cbwork around gcc optimizer bug fixes#2655
Eric Niebler
2009-03-20 03:51:43 +0000
234f0f0382Merge PDF build changes from Trunk.
John Maddock
2009-02-23 18:39:32 +0000
ce69d63f27Add PDF generation options to fix external links to point to the web site. Added a few more Boostbook based libs that were missed first time around. Fixed PDF naming issues.
John Maddock
2009-02-17 10:05:58 +0000
145d606cf0merge of cmake build files from trunk per beman
Troy D. Straszheim
2009-01-24 18:57:20 +0000
5d6076f256remove old dead proto v2
Eric Niebler
2008-11-16 18:57:15 +0000
e4c08704a2merged latest xpressive from trunk (49436,49608,49626,49649,49781)
Eric Niebler
2008-11-16 08:42:34 +0000
6314a1f387regex_error gets a virtual destructor with an empty exception specifier to satisfy qcc
Eric Niebler
2008-11-16 08:05:50 +0000
274f18675eaccomodate latest proto tweaks
Eric Niebler
2008-11-08 17:03:28 +0000
2c50427d1eUpdating dependency information for modularized libraries.
Michael A. Jackson
2008-11-07 17:05:27 +0000
d1bc9aba82Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
Michael A. Jackson
2008-11-07 17:02:56 +0000
b42287c8e9eliminate some signed/unsigned warnings
Eric Niebler
2008-11-07 17:02:11 +0000
9c527a88cause the latest proto
Eric Niebler
2008-11-06 04:43:14 +0000
259391d272Merge [46445] - add line ending properties. Ref #2441.
Daniel James
2008-11-03 22:29:39 +0000
e946ee5f55Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
Michael A. Jackson
2008-11-01 13:15:41 +0000
8177b69f09add support for Boost.Exception
Eric Niebler
2008-10-22 19:17:43 +0000
8dbe26f290document formatter objects and formatter expressions, nuke trailing spaces
Eric Niebler
2008-06-12 22:40:00 +0000
818dc8f047formatters can return null-terminated strings in addition to ranges
Eric Niebler
2008-06-12 18:05:02 +0000
04215c124dget xpressive compiling on gcc-4.3 --std=c++0x
Eric Niebler
2008-06-12 17:05:38 +0000
b84d0b1bcbremove unused variable
Eric Niebler
2008-05-30 15:45:19 +0000
b5eab5fd19add missing include, fixes#1961
Eric Niebler
2008-05-27 23:25:19 +0000
2813dcd4d2make<_state> should evaluate the _state transform and make a new object of that type
Eric Niebler
2008-03-29 16:20:14 +0000
a382930438proto support for BOOST_PROTO_MAX_FUNCTION_CALL_ARITY
Eric Niebler
2008-03-28 06:10:55 +0000
7515d086c9Merged revisions 43177-43178,43180-43187,43194-43198,43201-43203,43208,43211,43214-43219,43222-43225,43227-43238,43242,43244-43245,43249-43250,43257-43259,43261,43263,43265,43267-43268,43270-43271,43273,43275-43279,43284-43289,43291,43295,43297-43298,43304-43305,43307,43313,43315,43324,43326-43327,43331,43333,43339-43343,43345,43348,43350,43352-43353,43355-43356,43358,43360,43366-43367,43369-43370,43372-43376,43378-43389,43394,43396-43398,43400-43401,43403-43404,43406-43408,43413-43415,43420,43425-43427,43429-43432,43436,43439-43440,43442-43457,43459-43460,43462-43463,43465-43466,43474-43475,43477,43479-43483,43486-43495,43497-43500,43504-43507,43510-43522,43529,43532-43533,43536,43543,43545,43547-43554,43556-43564,43567-43568,43571,43574-43585,43587-43589,43591,43594,43596-43599,43602-43604,43609-43618,43620,43623-43624,43626-43631,43634-43639,43648-43659,43664-43665,43667-43670,43672-43675,43677-43678,43681-43684,43688-43689,43697-43700,43703,43707-43708,43710-43713,43716,43718 via svnmerge from https://svn.boost.org/svn/boost/trunk
Eric Niebler
2008-03-19 16:18:58 +0000
35359f39adcorrect minor doc inaccuracies
Eric Niebler
2008-03-19 05:18:50 +0000
aa3a935e26better, restrict fix to gcc-4.0
Eric Niebler
2008-03-18 06:44:45 +0000
cb9a89873cwork around gcc-4.0.1 bug with const-qualified function references
Eric Niebler
2008-03-18 06:18:33 +0000