Rene Rivera
0a82ecf0d6
Apply typo fixes from Julio M. Merino Vidal
...
[SVN r27513]
2005-02-27 17:28:24 +00:00
Rene Rivera
3aafe8fa4e
More changes to cope with CW on MacOSX.
...
allyourbase.jam:
* Make it possible to customize Ranlib per toolset.
cw-tools.jam:
* Fix the checks for osx to use OS as that works best.
* Add in explicit support for building MSL/Carbon/Mach-O targets.
* Add in explicit support for console apps in that target, taken from what the IDE does to build that type of target.
* Reduce code by re-using the actions that dealt with command files.
* Disable running of ranlib, as CW doesn't produce the right libs, and doesn't need it anyway.
[SVN r27511]
2005-02-27 08:24:43 +00:00
Samuel Krempp
bb7a514fd4
. made many casts explicit to avoid warnings on MSVC7, and changed a few types for more coherence
...
. minor changes
[SVN r27510]
2005-02-27 02:06:57 +00:00
Dave Abrahams
bf8a779c03
Fix docs
...
[SVN r27509]
2005-02-26 14:58:12 +00:00
Beman Dawes
0f84ad5489
fix typos (Julian Vidal)
...
[SVN r27508]
2005-02-26 01:58:30 +00:00
Jonathan Turkanis
cae79eab78
fix for random_shuffle on Borland 5.x w/ STLPort
...
[SVN r27507]
2005-02-25 21:27:44 +00:00
Dave Abrahams
6f4f13b0b2
Add testing jamfile and player2.cpp
...
[SVN r27506]
2005-02-25 19:37:28 +00:00
Samuel Krempp
fdc918661a
uses std::string::size_type directly instead of thru chained typedef, to workaround MSVC7+ bug
...
[SVN r27505]
2005-02-25 15:19:15 +00:00
João Abecasis
b50919bd08
fixed indentation
...
[SVN r27504]
2005-02-25 13:24:05 +00:00
John Maddock
aec2d03806
Don't test locales with MSVC: setlocale sometimes bombs out.
...
[SVN r27503]
2005-02-25 11:04:11 +00:00
Hartmut Kaiser
cd6eaea00e
Updated changelog.
...
[SVN r27502]
2005-02-25 09:07:53 +00:00
Robert Ramey
55aca33e6a
small changes to accomodate gcc 2.95
...
[SVN r27501]
2005-02-25 04:31:11 +00:00
Joel de Guzman
3ffd78c773
removing old changelog.txt
...
[SVN r27500]
2005-02-24 23:00:43 +00:00
Jonathan Turkanis
76e019df4d
removed redundant copy ctors, except for VC6
...
[SVN r27499]
2005-02-24 19:28:17 +00:00
João Abecasis
590fc5a186
this is the log message for adding missing log messages to the change_log :p
...
[SVN r27498]
2005-02-24 18:54:07 +00:00
Hartmut Kaiser
5df3f39f36
Committed Stefan Slapeta's AST optimisation fixes.
...
[SVN r27497]
2005-02-24 16:45:49 +00:00
Robert Ramey
3f3c4d3280
small syntax change to accomodate gcc 2.95
...
[SVN r27496]
2005-02-24 16:35:57 +00:00
Fernando Cacciola
be9b80c274
ADL problem (with VC7.1) fixed
...
[SVN r27495]
2005-02-24 16:04:49 +00:00
Vladimir Prus
91367d81a7
Remove a couple of unused option_description members.
...
[SVN r27494]
2005-02-24 12:57:07 +00:00
Jaakko Järvi
e766fc4017
class to struct
...
[SVN r27493]
2005-02-24 05:27:28 +00:00
Hubert Holin
278e0bf795
Moved to newer version of Boost.Test (provisional).
...
[SVN r27492]
2005-02-23 13:37:22 +00:00
Samuel Krempp
c571a8f984
fixed typo in macro name BOOST_NO_LOCALE_ISDIGIT (the typo was consistent where it matters,
...
had no effect on compilation)
[SVN r27491]
2005-02-23 13:10:36 +00:00
Joel de Guzman
728a490250
allow evaluation to int as condition to if_p parser
...
[SVN r27490]
2005-02-23 12:06:25 +00:00
Joel de Guzman
447bb462f8
Fixed match_attr_traits.ipp to allow non-POD to pass through.
...
[SVN r27489]
2005-02-23 11:42:08 +00:00
Jeff Garland
b6d12818ad
make output of generators have a 2 digit day in all cases
...
[SVN r27488]
2005-02-23 10:07:53 +00:00
Victor A. Wagner Jr.
82416c7044
Deleted - extraneous \r in the files
...
[SVN r27487]
2005-02-23 06:36:33 +00:00
Victor A. Wagner Jr.
2334e4bbbf
Deleted - extraneous \r characters in the file
...
[SVN r27486]
2005-02-23 06:36:01 +00:00
Robert Ramey
2ba8c2883b
correction for borland
...
[SVN r27485]
2005-02-23 06:33:19 +00:00
Robert Ramey
5e1171097f
reformat
...
[SVN r27484]
2005-02-23 03:19:14 +00:00
Robert Ramey
db459fe5cd
fix errors in gcc 2.95
...
[SVN r27483]
2005-02-23 03:13:52 +00:00
Rene Rivera
fd904412f2
Fix breakage when raw input files are also other types of targets.
...
Fix ordering so that the input files order is kept regardless of type of file.
[SVN r27482]
2005-02-22 16:24:35 +00:00
Rene Rivera
f8b3446b74
Make it possible to pass in dependent targets as input files to run-test targets.
...
[SVN r27480]
2005-02-22 05:34:24 +00:00
Rene Rivera
6551b79cbb
Example to illustrate using dependent targets as test input files.
...
[SVN r27479]
2005-02-22 05:33:03 +00:00
Rene Rivera
ecb4458935
Fix subproject path after restructure.
...
[SVN r27478]
2005-02-22 05:29:46 +00:00
Victor A. Wagner Jr.
2deed740e2
Corrected a spelling error on one of the includes
...
[SVN r27477]
2005-02-22 01:33:13 +00:00
Andreas Huber
3270f2f641
Corrected the review period length.
...
[SVN r27476]
2005-02-21 18:21:19 +00:00
Robert Ramey
84eec51b14
added test_derived
...
[SVN r27475]
2005-02-21 16:56:39 +00:00
Robert Ramey
6014f0e6f4
remove -used- attribute for MWERKS compiler
...
[SVN r27474]
2005-02-21 16:35:29 +00:00
Beman Dawes
424e1c9b76
Add comment explaining use of assert.h
...
[SVN r27473]
2005-02-21 12:32:20 +00:00
John Maddock
1b959ab9fa
Updated concepts to match the TR.
...
[SVN r27472]
2005-02-21 12:27:23 +00:00
Gennadiy Rozental
5990441202
no message
...
[SVN r27471]
2005-02-21 10:29:10 +00:00
Gennadiy Rozental
9b3dd91014
use std::vector so we could employ random_shuffle
...
[SVN r27470]
2005-02-21 10:25:54 +00:00
Gennadiy Rozental
f8eca4cbee
remove const during ParamType deduction
...
[SVN r27469]
2005-02-21 10:25:04 +00:00
Gennadiy Rozental
4364d9361f
major issue with TT redesign causing TT to reevaluate it's arguments fixed
...
FP precision extended
[SVN r27468]
2005-02-21 10:23:54 +00:00
Gennadiy Rozental
b6f6293727
check_is_small implemented
...
check functions implemented as function objects
[SVN r27467]
2005-02-21 10:21:40 +00:00
Gennadiy Rozental
cc276c78c3
ignore unused vars helper
...
[SVN r27466]
2005-02-21 10:20:04 +00:00
Gennadiy Rozental
b17fa239fe
random cla support
...
[SVN r27465]
2005-02-21 10:18:30 +00:00
Gennadiy Rozental
e826b709aa
base reference renamed (borland bug fix)
...
[SVN r27464]
2005-02-21 10:17:27 +00:00
Gennadiy Rozental
a09a2eb6b3
vc 7.1 workaround
...
[SVN r27463]
2005-02-21 10:15:45 +00:00
Gennadiy Rozental
77e77f47ac
CHECK_SMALL tool implemented
...
[SVN r27462]
2005-02-21 10:14:04 +00:00