Commit Graph

50051 Commits

Author SHA1 Message Date
John Maddock
8daba3a835 made local variables static, so that the code can be reused by regex_config_info.
[SVN r19316]
2003-07-26 11:11:54 +00:00
Joel de Guzman
f874563156 linked in the indexing suite documentation
[SVN r19315]
2003-07-26 05:49:57 +00:00
Joel de Guzman
0b004043ac Initial commit of indexing suite documentation
[SVN r19314]
2003-07-26 05:48:59 +00:00
Joel de Guzman
be412579e0 Minor tweaks
[SVN r19313]
2003-07-26 05:47:11 +00:00
Eric Friedman
a42a628503 Added BOOST_TEMPLATED_STREAM_* helper macros.
[SVN r19312]
2003-07-26 04:26:58 +00:00
Joel de Guzman
b97018c5ff added __iter__ and __contains__
[SVN r19311]
2003-07-26 01:50:35 +00:00
Eric Friedman
5d04013f2e Moved variant_io.hpp into detail (now always included).
[SVN r19310]
2003-07-25 21:29:21 +00:00
Beman Dawes
7635be0b5b Add Bibliography page
[SVN r19309]
2003-07-25 19:40:33 +00:00
Beman Dawes
7400a4e7ce Update library TR text
[SVN r19308]
2003-07-25 19:39:49 +00:00
Beman Dawes
f3ccffb567 Fix F before G
[SVN r19307]
2003-07-25 12:35:14 +00:00
John Maddock
cd7569106f Added needed const qualifier on out of line deffinition.
[SVN r19306]
2003-07-25 11:57:19 +00:00
John Maddock
0c67239577 Added fix for SGI64 (std::messages::open appears to require a non-const reference on that platform :-( )
[SVN r19305]
2003-07-25 11:27:17 +00:00
John Maddock
efb4025408 Added out of line deffinition for integral constant.
[SVN r19304]
2003-07-25 11:20:39 +00:00
Vladimir Prus
2dcddec561 Weaken multiple main target default build check. Must be identical
rather then only defined on first.

The previous behaviour did not work when there were "default-build" attribute
on project and two alternatives for a main target.

Patch from Michael Stevens.


[SVN r19303]
2003-07-25 07:58:47 +00:00
Vladimir Prus
bc73b02b1a Quote filenames when needed.
[SVN r19302]
2003-07-25 06:55:42 +00:00
Eric Friedman
91139e7416 Fixed error w/ nondependent static assertion in assigner.
[SVN r19301]
2003-07-25 05:46:53 +00:00
Dave Abrahams
b80be85218 Added RationalDiscovery
[SVN r19300]
2003-07-24 16:38:23 +00:00
Ralf W. Grosse-Kunstleve
5d53af90af fixing some trivial bugs (missing or misplaced typename); work around gcc 3.2 bug
[SVN r19299]
2003-07-24 15:07:05 +00:00
Vladimir Prus
d5499adea8 Patch from Pedro Ferreira to implement <tag> feature.
* new/targets.jam
  (basic-target.tag-name): New rule.
  (basic-target.generate-really): Temporary change self.name

* test/tag.py: New test.


[SVN r19298]
2003-07-24 13:57:45 +00:00
Ralf W. Grosse-Kunstleve
7134b6dfbf flotsam removed
[SVN r19297]
2003-07-24 13:51:06 +00:00
Joel de Guzman
63771da74d Initial Commit of Indexing Suite
[SVN r19296]
2003-07-24 12:02:57 +00:00
Eric Friedman
68658b484e Renamed visitation unrolling limit macro.
[SVN r19295]
2003-07-24 08:17:16 +00:00
Toon Knapen
dfb6cbc437 take setup of version 60 if not STRICT_CONFIG
[SVN r19294]
2003-07-24 07:52:37 +00:00
Toon Knapen
66703f8031 use *almost* ideal world implementation of is_convertible_basic_impl for IBM VisualAge compiler
[SVN r19293]
2003-07-24 07:41:44 +00:00
Toon Knapen
977d8270a9 BOOST_NO_MEMBER_TEMPLATE_KEYWORD not defined anymore starting from version 60
[SVN r19292]
2003-07-24 07:37:57 +00:00
Eric Friedman
52dae534f9 Bug fix and workarounds.
[SVN r19291]
2003-07-24 07:21:26 +00:00
Eric Friedman
468189ead7 Added comparison and streaming operators.
[SVN r19290]
2003-07-24 07:10:51 +00:00
Vladimir Prus
bcd9d9ac09 Bugfixes.
Don't use TEMPORARY, since it blocks updates for some reason.
Fix path computations.


[SVN r19289]
2003-07-24 06:17:56 +00:00
Joel de Guzman
347c079975 Added generic visitation mechanism.
[SVN r19288]
2003-07-24 01:44:18 +00:00
Ralf W. Grosse-Kunstleve
12197c911a unused variable removed (to avoid MIPSpro warning)
[SVN r19287]
2003-07-23 19:00:55 +00:00
Dave Abrahams
86ee65d8f4 Stop printing return types in error messages.
[SVN r19286]
2003-07-23 17:04:05 +00:00
Jeff Garland
c6e087026b additional tests
[SVN r19285]
2003-07-23 16:02:18 +00:00
Jeff Garland
747553aa7d fix MS compiler problems with operators
[SVN r19284]
2003-07-23 15:56:08 +00:00
Jeff Garland
c97cde4f87 remove dividable to fix MS compilers
[SVN r19283]
2003-07-23 15:48:31 +00:00
Dave Abrahams
4584b71fe8 Added cross-module exception test
[SVN r19282]
2003-07-23 15:17:03 +00:00
Dave Abrahams
141630f842 remove (again!) extra diagnostic info
[SVN r19281]
2003-07-23 14:14:00 +00:00
Dave Abrahams
798005a349 Give feedback about the name and namespace of functions in error messages.
[SVN r19280]
2003-07-23 13:08:59 +00:00
John Maddock
93bc1e6bd7 Updated SGI version checks
[SVN r19279]
2003-07-23 12:12:10 +00:00
Dave Abrahams
7a95da966f Added Metafaq link
[SVN r19278]
2003-07-23 11:43:06 +00:00
Dave Abrahams
b2464cdbd4 Kill off nasty diagnostic printing.
[SVN r19277]
2003-07-23 11:11:56 +00:00
Eric Friedman
cc1e5a6396 Fixed variant<> (i.e. variant<empty>) syntax.
[SVN r19276]
2003-07-23 06:50:59 +00:00
Eric Friedman
a2ebab03e0 Added missing dependency.
[SVN r19275]
2003-07-23 06:50:10 +00:00
Dave Abrahams
1546c0ee2a Attempt to work around a GCC EH problem by sticking a virtual function
in error_already_set and defining it in the library.

Removed some flotsam


[SVN r19274]
2003-07-23 03:00:48 +00:00
Eric Friedman
cd94f57b53 Moved variant streaming support into variant_io.hpp.
[SVN r19273]
2003-07-23 02:42:36 +00:00
Eric Friedman
f08656ae41 Added missing dependency.
[SVN r19272]
2003-07-23 02:40:47 +00:00
Dave Abrahams
f73765f535 Implemented better error reporting for argument match errors.
[SVN r19271]
2003-07-23 01:31:34 +00:00
Eric Friedman
5894bdbbdf Added missing dependency.
[SVN r19270]
2003-07-23 01:05:12 +00:00
Dave Abrahams
5daba27423 Remove bad #includes
[SVN r19269]
2003-07-22 23:55:09 +00:00
Dave Abrahams
9486d6e026 initial commit
[SVN r19267]
2003-07-22 23:53:06 +00:00
Dave Abrahams
9781f2826c Fixed editing error
[SVN r19265]
2003-07-22 20:12:39 +00:00