Commit graph

19655 commits

Author SHA1 Message Date
Andreas Huber
dec723b1d5 The PingPong examples now link statically to the thread library.
[SVN r30511]
2005-08-08 21:46:03 +00:00
Andreas Huber
006c7d0d66 Minor clean up
[SVN r30510]
2005-08-08 21:44:37 +00:00
Andreas Huber
22148b5f2c Added comment
[SVN r30509]
2005-08-08 21:39:27 +00:00
Vladimir Prus
358f79e8d7 Fix using of 'glob' in project root rules.
There were two problems:
- 'glob' was using __name__ as the name of the project and not
  project.current, so it would search in project root, and not in child
  project that inherited project root rules.
- the 'import' that's overrided in project context used __name__ to
  restore the value of current project

Thanks to Emil Dotchevski for the bug report.


[SVN r30507]
2005-08-08 09:31:39 +00:00
Vladimir Prus
4e047ff393 Unbreak testing.
[SVN r30506]
2005-08-08 08:50:21 +00:00
Dave Abrahams
dae9ca2c5b Merged Daniel's unnamed parameter support.
[SVN r30501]
2005-08-07 20:26:31 +00:00
Paul Mensonides
2ed1cd65a9 added shifted binary params
[SVN r30499]
2005-08-06 21:55:13 +00:00
Hartmut Kaiser
e8e499a708 Applied a patch for FreeBSD removing a name clash wrt T_DIVIDE.
[SVN r30498]
2005-08-06 15:35:43 +00:00
Dave Abrahams
9e779e71f5 Fix up vertical ellipses for IE6 and dumb text-only browsers
[SVN r30488]
2005-08-05 15:01:19 +00:00
Dave Abrahams
5bd514693a Fix spelling of "Mnemnonic"
[SVN r30484]
2005-08-05 13:39:14 +00:00
John Maddock
5817d42521 Finished off normalising the library names.
[SVN r30481]
2005-08-05 12:40:23 +00:00
John Maddock
d74a96af83 Tidy up references to Boost libraries.
Minor improvement to Jamfile.


[SVN r30480]
2005-08-05 12:25:24 +00:00
John Maddock
2e98ec82f0 Improved local documentation build.
[SVN r30479]
2005-08-05 11:44:32 +00:00
Vladimir Prus
0060de4816 Cleanup toolset.using. We tries to conditionally call 'init',
which both unnecessary, and incorretly coded.

Thanks for Craig Rodrigues for spotting it.


[SVN r30478]
2005-08-05 09:43:15 +00:00
Daniel James
3530b43b45 Revert a mistake in the previous commit of the hash documentation.
[SVN r30477]
2005-08-04 22:44:34 +00:00
Daniel James
057fa686d3 Update hash links page to more recent versions of the papers.
[SVN r30476]
2005-08-04 22:39:41 +00:00
Daniel James
2e4b4e6633 Fix broken link in hash documentation source.
[SVN r30475]
2005-08-04 22:16:22 +00:00
Andreas Huber
2cbe69ff70 Added missing include.
[SVN r30473]
2005-08-04 20:55:17 +00:00
Ralf W. Grosse-Kunstleve
fde81548c2 bug fix: friend class def_visitor_access; -> friend class python::def_visitor_access; This fix enables us to remove an EDG specific workaround.
[SVN r30471]
2005-08-04 20:15:35 +00:00
Joel de Guzman
d21786e910 Fixed missing forward declaration for quickbook::parse
[SVN r30465]
2005-08-04 17:42:22 +00:00
Daniel James
10e1180ad0 Fixed some of the include statements in the documentation.
[SVN r30464]
2005-08-04 17:39:42 +00:00
Jonathan Turkanis
519e731ec4 added photo size (turkanis)
[SVN r30462]
2005-08-04 16:50:37 +00:00
John Maddock
08b2da5094 Synch with release branch 1.33.0
[SVN r30461]
2005-08-04 16:28:34 +00:00
John Maddock
e51082c3fc Merged fixes to broken links from release branch.
[SVN r30458]
2005-08-04 16:06:27 +00:00
Vladimir Prus
1215f491c3 Switch to using os.environ, except of modules.peek. Document SHELL.
[SVN r30453]
2005-08-04 06:51:15 +00:00
Vladimir Prus
e6daf384bb Fix off-by-one error in builtin_shell. The result contained one random
character at the end.


[SVN r30452]
2005-08-04 06:38:41 +00:00
Dave Abrahams
18bf5dda5e Fix some problems pointed out by Pavel Chikulaev
[SVN r30450]
2005-08-04 05:07:25 +00:00
Robert Ramey
a65c381f2e fix derivedpointer link
[SVN r30449]
2005-08-04 03:58:18 +00:00
Hartmut Kaiser
fb04f2c03a Fixed broken links.
[SVN r30445]
2005-08-04 01:47:16 +00:00
Robert Ramey
b57974184f update serialization auto-link status
[SVN r30439]
2005-08-04 00:19:05 +00:00
Jonathan Turkanis
6a26caf962 corrected spelling of NO_COMPRESSION
[SVN r30432]
2005-08-03 22:49:33 +00:00
Andreas Huber
cb3a1ab8b1 Reformatted example code
[SVN r30428]
2005-08-03 21:05:48 +00:00
Andreas Huber
c6f98fd85c Removed the to-do item "Eliminate the need to wrap a single templated inner initial state into an mpl::list".
Added to-do item to clarify the requirements on the user-supplied mpl containers + compile time performance measurements.


[SVN r30427]
2005-08-03 20:42:16 +00:00
Andreas Huber
f5985ac2f5 Put all remarks about code as comments inside the code.
[SVN r30426]
2005-08-03 20:35:58 +00:00
Andreas Huber
51592ab7d3 Minor clarifications
[SVN r30425]
2005-08-03 20:31:49 +00:00
Andreas Huber
536813c72b No longer provides multiple test-suites
[SVN r30424]
2005-08-03 20:27:32 +00:00
Rene Rivera
ec32da71a1 Fix missing name of tool when setting up with a user specified binary of quickbook.
[SVN r30422]
2005-08-03 19:45:41 +00:00
Jonathan Turkanis
6610d6d0c7 added comments linking to docs
[SVN r30416]
2005-08-03 18:36:05 +00:00
Dave Abrahams
38150ef348 Fix footnote size
[SVN r30413]
2005-08-03 17:29:30 +00:00
Vladimir Prus
bf6baf59c0 Support assembler sources with gcc.
Patch from Craig Rodrigues.


[SVN r30406]
2005-08-03 13:33:45 +00:00
Hartmut Kaiser
efe8134f53 Fixed broken links.
[SVN r30405]
2005-08-03 13:30:26 +00:00
Dave Abrahams
f76d91a57a Fix broken links
[SVN r30403]
2005-08-03 13:01:57 +00:00
Dave Abrahams
b8cc7dac09 Fix broken links
[SVN r30401]
2005-08-03 12:25:30 +00:00
Vladimir Prus
a3ed030136 Add missing call to 'virtual-target.register' when symlinking targets.
Otherwise, if we build 'install' target twice, we'll get two different
symlink targets.


[SVN r30400]
2005-08-03 11:43:04 +00:00
Dave Abrahams
adc07894b6 Fix broken links
[SVN r30398]
2005-08-03 11:39:39 +00:00
Dave Abrahams
5df5a9ee00 Clean up index.
Recategorize parameter library.


[SVN r30396]
2005-08-03 11:09:03 +00:00
John Maddock
2eaaa1791a Added information about building regex with ICU support.
[SVN r30395]
2005-08-03 10:16:23 +00:00
Aleksey Gurtovoy
a07c13077a Fix MetaCommunications spelling
[SVN r30390]
2005-08-03 01:58:20 +00:00
Jaakko Järvi
b9b2cb31d0 Fixed typos in comments
[SVN r30381]
2005-08-02 17:43:37 +00:00
Jeff Garland
9bf1f851b2 Remove localtime_r functions for borland compilers.
[SVN r30374]
2005-08-02 13:02:41 +00:00