William E. Kempf
db70f98798
Removed new(nothrow) calls.
...
[SVN r17586]
2003-02-22 04:54:19 +00:00
Dave Abrahams
0e2f79c733
mpl-ish cleanup
...
[SVN r17585]
2003-02-22 01:02:31 +00:00
Beman Dawes
5e49da9bce
VC++ 7.1 build 2292 workaround
...
[SVN r17584]
2003-02-21 22:23:18 +00:00
Beman Dawes
5a873ac0ff
See format_test1 for example of why needed
...
[SVN r17583]
2003-02-21 22:08:01 +00:00
Hartmut Kaiser
5a64c442d4
Feature complete!
...
[SVN r17582]
2003-02-21 21:22:51 +00:00
Beman Dawes
b81e671afb
Disable Intel 7.0 on Win32 because of loop
...
[SVN r17581]
2003-02-21 19:24:36 +00:00
Beman Dawes
bc796e9912
fix compilers not putting clib in std
...
[SVN r17580]
2003-02-21 18:48:56 +00:00
Rene Rivera
023bc56592
Cleanup.
...
[SVN r17579]
2003-02-21 18:30:58 +00:00
Rene Rivera
7dcf19a4cc
Removed outdated build scripts.
...
[SVN r17578]
2003-02-21 17:22:21 +00:00
Beman Dawes
0b9aeebef0
initial commit
...
[SVN r17577]
2003-02-21 16:55:47 +00:00
Dave Abrahams
7fac5c155c
Fix cargill reference
...
[SVN r17576]
2003-02-21 15:28:52 +00:00
John Maddock
caae214907
Fix for broken std::setlocale implementations (MacOS X ?)
...
[SVN r17575]
2003-02-21 12:43:49 +00:00
Vladimir Prus
499e92faea
Implement the 'alias' main target. This closes BB12.
...
[SVN r17574]
2003-02-21 09:25:43 +00:00
Vladimir Prus
a036aac263
Bugfix: make Tester.ignore* methods really work.
...
[SVN r17573]
2003-02-21 09:22:35 +00:00
Vladimir Prus
3d0f635668
Say goodbye to the composing-generator class.
...
* new/generators.jam
(generator): New argument 'composing'
(run): Use 'self.composing'.
(convert-multiple-sources-to-consumable-types): Moved from
composing-generator.
(composing-generator): Remove
* new/builtin.jam
(linking-generator, register-linker): Use the argument to generator's
ctor. Allow to make generator non-composing.
* new/msvc.jam: Make msvc.link generator non-composing.
[SVN r17572]
2003-02-21 08:29:34 +00:00
Vladimir Prus
3dbd5088b8
Fix syntax of variable setting on jam command line for windows.
...
[SVN r17571]
2003-02-21 08:23:07 +00:00
Dave Abrahams
435e37f209
Fixups for cygwin
...
[SVN r17570]
2003-02-21 08:10:55 +00:00
Dave Abrahams
c9d2adee87
Fixups for building under Cygwin
...
[SVN r17569]
2003-02-21 07:51:06 +00:00
Vladimir Prus
70ad488ccd
Really start the last failed test as soon as possible.
...
[SVN r17568]
2003-02-21 07:49:14 +00:00
Joel de Guzman
1dd0802849
Phoenix fixes
...
[SVN r17567]
2003-02-21 01:01:42 +00:00
Joel de Guzman
af0e64a815
patch for g++3.2
...
[SVN r17566]
2003-02-21 00:43:21 +00:00
Beman Dawes
02e31870b2
typo spotted by Gennaro Prota
...
[SVN r17565]
2003-02-20 22:01:48 +00:00
Aleksey Gurtovoy
cbad0180a8
remove old MSVC 6.5 workaround
...
[SVN r17564]
2003-02-20 21:31:46 +00:00
Aleksey Gurtovoy
e9ec65bd9e
ETI fixes
...
[SVN r17563]
2003-02-20 21:29:39 +00:00
Dave Abrahams
c0053489ef
Automatically add library-path values to RUN_PATH/RUN_LD_LIBRARY_PATH
...
[SVN r17562]
2003-02-20 20:28:05 +00:00
Gennaro Prota
9c4bf53075
Eliminated tabs and spaces at EOL
...
[SVN r17561]
2003-02-20 18:51:35 +00:00
Gennaro Prota
faf5307284
Merged changes from the 1.29.0 branch
...
[SVN r17560]
2003-02-20 18:27:20 +00:00
Hartmut Kaiser
83462967e9
Documentation, fixed re2c lexer for VC7.1
...
[SVN r17559]
2003-02-20 16:27:16 +00:00
Vladimir Prus
254acc7287
More testing improvements.
...
* new/build-system.jam: Try to load 'test-config.jam'. If successfull,
don't load site-config.jam/user-config.jam.
* test/BoostBuild.py: Add directory where test is invoked to BOOST_BUILD_PATH,
so that test-config.jam can be dropped to "test" dir.
[SVN r17558]
2003-02-20 15:58:02 +00:00
Jaakko Järvi
716b31e297
typofix
...
[SVN r17557]
2003-02-20 15:30:48 +00:00
Aleksey Gurtovoy
46e5c1b4b1
MSVC 7.0 ETI workaround
...
[SVN r17556]
2003-02-20 13:35:16 +00:00
Vladimir Prus
95da6f6e7d
Towards really cross-toolset testing system.
...
- Allow to specify toolset name on the command line
- Expand $toolset in paths
- Pass toolset name to bjam invocations.
[SVN r17555]
2003-02-20 13:08:51 +00:00
Vladimir Prus
c5d25c6bdc
Add minimal DLL support.
...
[SVN r17554]
2003-02-20 12:50:40 +00:00
Hubert Holin
deda8bc384
*** empty log message ***
...
[SVN r17553]
2003-02-20 12:48:58 +00:00
Aleksey Gurtovoy
25ae6559e2
pp.py fixes
...
[SVN r17552]
2003-02-20 12:47:15 +00:00
Aleksey Gurtovoy
4d0490a716
some ETI-related fixes
...
[SVN r17551]
2003-02-20 12:46:26 +00:00
Hubert Holin
d53d1ac78c
Migrated to the Unit Test Framework.
...
[SVN r17550]
2003-02-20 12:29:58 +00:00
Aleksey Gurtovoy
833d237ee0
some ETI-related fixes
...
[SVN r17549]
2003-02-20 12:23:55 +00:00
Aleksey Gurtovoy
82c4f37de3
minor preprocessed headers update
...
[SVN r17548]
2003-02-20 12:22:14 +00:00
Vladimir Prus
8760a6e26c
Force C++ compiles for borland.
...
[SVN r17547]
2003-02-20 11:51:29 +00:00
Hubert Holin
ddcd915429
Now includes the configuration header.
...
[SVN r17546]
2003-02-20 11:44:24 +00:00
Vladimir Prus
a7ec52400c
Stage improvements: exes are now relinked when staging.
...
* new/generators.jam
(construct-with-caching): Don't try to cache transformation when source
target has action (i.e is not plain file).
* new/stage.jam: Try converting stages targets to special staged type.
Provide STAGED_EXE type.
[SVN r17545]
2003-02-20 10:15:38 +00:00
Vladimir Prus
07c744304b
Fix the V2 jamfile name so that it works on Windows as well.
...
[SVN r17544]
2003-02-20 08:06:25 +00:00
Vladimir Prus
c15cc7abaa
Allow additional argument for user rule, with "make" main target.
...
* new/make.jam
(make): Change name only of the first element in 'generating-rule'
* new/virtual-target.jam
(action.actualize): Pass only first element of action name to
toolset.set-target-variables.
* test/make_rule.py: New test.
[SVN r17543]
2003-02-20 07:20:52 +00:00
Aleksey Gurtovoy
cce1897c89
mangle a parameter name; to make MSVC 6.5 happy
...
[SVN r17542]
2003-02-20 04:46:55 +00:00
Aleksey Gurtovoy
bc5e810e9b
mangle a parameter name; to make MSVC 6.5 happy
...
[SVN r17541]
2003-02-20 04:09:13 +00:00
Ronald Garcia
861e0addd0
Must have forgot to check in this change.
...
[SVN r17540]
2003-02-19 23:42:32 +00:00
Hartmut Kaiser
35f2f250b5
Added a fix for IntelV7 compiler.
...
[SVN r17539]
2003-02-19 23:01:30 +00:00
Hartmut Kaiser
54ed8e165f
Completed the macro expansion engine (almost).
...
[SVN r17538]
2003-02-19 23:00:49 +00:00
Dave Abrahams
075db848fd
Use downcased globbing on NT/Cygwin
...
[SVN r17537]
2003-02-19 16:43:55 +00:00