Eric Friedman
bd437d330f
Yet another attempt at Borland workarounds.
...
[SVN r18843]
2003-06-20 02:25:12 +00:00
Eric Friedman
df66225ac2
Initial attempt at MSVC6 workarounds.
...
[SVN r18842]
2003-06-19 23:19:53 +00:00
Eric Friedman
ede254fb40
Moved bad_visit into visitor_ptr.hpp.
...
[SVN r18841]
2003-06-19 22:38:09 +00:00
Eric Friedman
123572487a
Attempted fix to Borland/vc7 problem.
...
[SVN r18840]
2003-06-19 21:28:43 +00:00
Eric Friedman
ae40847caf
Warning 'elimination' only on Borland: *causes* warnings on gcc, etc.
...
[SVN r18839]
2003-06-19 20:58:16 +00:00
William E. Kempf
586c9bbd33
Attempted to fix race condition in test_tss.cpp.
...
[SVN r18838]
2003-06-18 20:50:15 +00:00
Peter Dimov
2eaca88efb
Detect the VC6 STL, not VC6 itself (for Intel)
...
[SVN r18837]
2003-06-18 16:03:09 +00:00
Dave Abrahams
bf88b885c3
added copyright/license
...
[SVN r18836]
2003-06-18 13:20:02 +00:00
Dave Abrahams
8ca34472db
Remove duplicated sections
...
[SVN r18835]
2003-06-18 12:22:28 +00:00
Vladimir Prus
1fa695e894
Enable 'custom_generator' test.
...
[SVN r18833]
2003-06-18 06:37:43 +00:00
Vladimir Prus
faff1a7e01
Improve docs.
...
[SVN r18832]
2003-06-18 06:32:04 +00:00
Vladimir Prus
63e6b96f0c
Kill MinGW warning.
...
[SVN r18831]
2003-06-18 05:54:21 +00:00
Vladimir Prus
6beb64e887
Improve warning message.
...
[SVN r18830]
2003-06-18 05:31:19 +00:00
Vladimir Prus
4d348b0c6d
Change "new" to "kernel" in "boost-build.jam" files.
...
[SVN r18829]
2003-06-18 05:29:40 +00:00
Bruno da Silva de Oliveira
74dbcaabbb
*** empty log message ***
...
[SVN r18828]
2003-06-18 00:05:01 +00:00
Bruno da Silva de Oliveira
b427c53e13
- Changed "no_override" to "final"
...
[SVN r18826]
2003-06-17 23:25:16 +00:00
Eric Friedman
424d6bd306
Eliminated warnings on Borland.
...
[SVN r18825]
2003-06-17 22:08:59 +00:00
Dave Abrahams
236a73af02
Fix errors reported by John Torjo <john-at-torjo.com>.
...
[SVN r18824]
2003-06-17 14:16:16 +00:00
John Maddock
549b235065
Stop running example1 in the tests: it's intentionally non-portable.
...
[SVN r18823]
2003-06-17 10:50:02 +00:00
John Maddock
bdd4984d89
Updated performance figures for GRETA.
...
[SVN r18822]
2003-06-17 10:30:08 +00:00
John Maddock
e2fdc5ad1d
Fixed bug in token_iterator that caused it to miss items when field splitting.
...
[SVN r18821]
2003-06-17 10:28:51 +00:00
Daryle Walker
deb631df53
Optimized reading loop
...
[SVN r18820]
2003-06-17 06:47:11 +00:00
Vladimir Prus
614e98798e
Bump version.
...
[SVN r18819]
2003-06-17 06:28:07 +00:00
Vladimir Prus
ca50322f78
Tweak release procedure more.
...
[SVN r18818]
2003-06-17 05:40:25 +00:00
Eric Friedman
892f636ffa
Borland workarounds.
...
[SVN r18817]
2003-06-17 02:27:45 +00:00
Bruno da Silva de Oliveira
315947a831
- Added a new test exercising the new automatic inheritation
...
[SVN r18815]
2003-06-17 01:56:45 +00:00
Bruno da Silva de Oliveira
4b5c6886dc
- If you export a derived class without exporting its base classes, the derived class will explicitly export the bases's methods and attributes. Before, if you were interested in the bases's methods, you had to export the base classes too.
...
- Added a new function, no_override. When a member function is specified as "no_override", no virtual wrappers are generated for it, improving performance and letting the code more clean.
- There was a bug in which the policy of virtual member functions was being ignored (patch by Roman Sulzhyk).
[SVN r18814]
2003-06-17 01:34:26 +00:00
Eric Friedman
1595467b80
Borland workarounds.
...
[SVN r18813]
2003-06-16 23:47:06 +00:00
Eric Friedman
7611273d25
Eliminated unused argument warning.
...
[SVN r18812]
2003-06-16 22:47:36 +00:00
Eric Friedman
c7cd200672
Bug fix: argument forwarding was broken.
...
[SVN r18811]
2003-06-16 22:28:38 +00:00
Eric Friedman
489f800cbd
Bug fix: did not return visitation result.
...
[SVN r18810]
2003-06-16 21:28:08 +00:00
Bruno da Silva de Oliveira
abb819cbc5
Added tests for linux.
...
[SVN r18809]
2003-06-16 20:36:36 +00:00
Beman Dawes
f9cd20b158
Add <note> feature
...
[SVN r18808]
2003-06-16 16:36:02 +00:00
Vladimir Prus
286b96df66
Tweak release procedure.
...
[SVN r18807]
2003-06-16 15:01:59 +00:00
Vladimir Prus
ca315f6a48
Change revision date.
...
[SVN r18806]
2003-06-16 13:09:40 +00:00
Vladimir Prus
d8e940e700
Use exact location for tarballs, so that user don't have to scroll long
...
download page to find Boost.Build.
[SVN r18805]
2003-06-16 13:08:55 +00:00
Vladimir Prus
5cf1223dbc
Use new target-id syntax in docs.
...
[SVN r18804]
2003-06-16 13:01:04 +00:00
Vladimir Prus
af9c9a7873
Update for recent changes.
...
[SVN r18803]
2003-06-16 12:54:05 +00:00
Vladimir Prus
1a6116fdbe
Minor bugfix.
...
[SVN r18802]
2003-06-16 12:50:55 +00:00
Vladimir Prus
405ebf830b
STLport works with msvc now.
...
[SVN r18801]
2003-06-16 12:34:49 +00:00
Vladimir Prus
200744e6d2
Don't error out if msvc is not found: just give a warning. This helps people
...
which use the same user-config.jam from different machines.
[SVN r18800]
2003-06-16 12:21:49 +00:00
Vladimir Prus
ec115a2d5c
Robustify 'print' module a little: print.text works okay even if empty
...
list of strings is passed.
[SVN r18799]
2003-06-16 12:13:38 +00:00
Rene Rivera
51eb5922b6
Some movement towards the new style of options for the help system.
...
- boostrap.jam; Modified the parsing of options to accept the syntax that the help system requires.
- doc.jam; Removed the option parsing code.
- doc.jam; Added some rules to set documentation options.
- help.jam; Move in code from doc.jam to parse options.
[SVN r18798]
2003-06-16 07:04:30 +00:00
Daryle Walker
4393ca3e8e
Adjusted to changes in Boost.Test
...
[SVN r18797]
2003-06-15 22:29:44 +00:00
Eric Friedman
98b054612f
Visitation implementation handles end-case without throwing exception.
...
[SVN r18796]
2003-06-15 21:32:57 +00:00
Rene Rivera
f030ff5c34
Fix bad output when the output target has a location. Now both the body and tail variants shared the same LOCATE. But only if the LOCATE is done before printing.
...
[SVN r18795]
2003-06-15 18:59:02 +00:00
Jeff Garland
08a3c6c78c
add copyright
...
[SVN r18794]
2003-06-15 14:37:58 +00:00
Daryle Walker
42cb2ddbfc
Added CRC example
...
[SVN r18793]
2003-06-15 07:28:00 +00:00
Gennadiy Rozental
ba824da87e
Boo.Test docs root updated
...
[SVN r18792]
2003-06-15 01:58:58 +00:00
Daryle Walker
fe7e113159
Expanded base-from-member constructors to 10 arguments; did minor tweaks
...
[SVN r18791]
2003-06-15 01:16:49 +00:00