Vladimir Prus
4f08be9586
Implemented DEF file support.
...
Patch from Kirill Lapshin.
[SVN r20452]
2003-10-22 06:11:10 +00:00
Vladimir Prus
d2a9da07a8
Implemented DEF file support.
...
Patch from Kirill Lapshin.
[SVN r20452]
2003-10-22 06:11:10 +00:00
Vladimir Prus
07e1e527a3
Handle hardcode-dll-paths a little bit differently.
...
* new/targets.jam
(basic-target.compute-usage-requirements): Add second parameter 'targets'.
* new/builtin.jam
(lib-target-class.compute-usage-requirements): Add proper <dll-path>
properties when <hardcode-dll-paths> in in properties.
(lib-target.adjust-properties): Don't handle <hardcode-dll-paths>.
[SVN r20441]
2003-10-21 10:44:06 +00:00
Vladimir Prus
31f991df08
Handle hardcode-dll-paths a little bit differently.
...
* new/targets.jam
(basic-target.compute-usage-requirements): Add second parameter 'targets'.
* new/builtin.jam
(lib-target-class.compute-usage-requirements): Add proper <dll-path>
properties when <hardcode-dll-paths> in in properties.
(lib-target.adjust-properties): Don't handle <hardcode-dll-paths>.
[SVN r20441]
2003-10-21 10:44:06 +00:00
Vladimir Prus
700492c830
Allow alias to have usage-requirements.
...
[SVN r20440]
2003-10-21 09:25:20 +00:00
Vladimir Prus
1bb41e4189
Allow alias to have usage-requirements.
...
[SVN r20440]
2003-10-21 09:25:20 +00:00
Vladimir Prus
a5e699ac5c
Fix a problem with 'use-project' which refers to child project. Thanks
...
to Austin Bingham for the bug report.
* new/project.jam
(load): Don't mark project as loaded here.
(load-jamfile): Mark it as loaded here.
[SVN r20439]
2003-10-21 09:24:47 +00:00
Vladimir Prus
2eb6750dbd
Fix a problem with 'use-project' which refers to child project. Thanks
...
to Austin Bingham for the bug report.
* new/project.jam
(load): Don't mark project as loaded here.
(load-jamfile): Mark it as loaded here.
[SVN r20439]
2003-10-21 09:24:47 +00:00
Vladimir Prus
75beb85dcd
* new/class.jam
...
(is-instance): Tighten the check.
[SVN r20438]
2003-10-21 07:48:58 +00:00
Vladimir Prus
75046002a2
* new/class.jam
...
(is-instance): Tighten the check.
[SVN r20438]
2003-10-21 07:48:58 +00:00
Vladimir Prus
718b09e6b1
Tweak.
...
* new/generators.jam
(generator.convert-multiple-sources-to-consumable-types): New parameter
'multiple'.
[SVN r20437]
2003-10-21 07:47:33 +00:00
Vladimir Prus
b17027983d
Tweak.
...
* new/generators.jam
(generator.convert-multiple-sources-to-consumable-types): New parameter
'multiple'.
[SVN r20437]
2003-10-21 07:47:33 +00:00
Vladimir Prus
1eac6ccbb0
Optimize generators. Don't create vectors and call virtual-target.str all
...
over the place, which effort is wasted in we're no outputting debug info.
[SVN r20436]
2003-10-21 07:46:36 +00:00
Vladimir Prus
61991baf6b
Optimize generators. Don't create vectors and call virtual-target.str all
...
over the place, which effort is wasted in we're no outputting debug info.
[SVN r20436]
2003-10-21 07:46:36 +00:00
Vladimir Prus
f4c350524f
Bugfix. It was not possible to specify empty suffix to a type if
...
base type had nonempty suffix.
[SVN r20435]
2003-10-21 07:24:28 +00:00
Vladimir Prus
65f1575010
Bugfix. It was not possible to specify empty suffix to a type if
...
base type had nonempty suffix.
[SVN r20435]
2003-10-21 07:24:28 +00:00
Vladimir Prus
0e023e35f0
Optimize the numbers module by new CALC builtin.
...
Patch from Pedro Ferreira.
[SVN r20434]
2003-10-21 06:48:04 +00:00
Vladimir Prus
5d9f30ac29
Optimize the numbers module by new CALC builtin.
...
Patch from Pedro Ferreira.
[SVN r20434]
2003-10-21 06:48:04 +00:00
Vladimir Prus
e65d8f5965
Remove two unused imports.
...
[SVN r20433]
2003-10-21 06:29:42 +00:00
Vladimir Prus
c44d62be50
Remove two unused imports.
...
[SVN r20433]
2003-10-21 06:29:42 +00:00
Vladimir Prus
2f1119297f
Remove support for using project-root.jam in place of Jamfile.
...
* new/project-roots.jam
(project-root-context.project): Remove.
* new/project.jam
(find): Simplify.
(find-jamfile): Optimize.
[SVN r20432]
2003-10-21 06:12:49 +00:00
Vladimir Prus
27feec6546
Remove support for using project-root.jam in place of Jamfile.
...
* new/project-roots.jam
(project-root-context.project): Remove.
* new/project.jam
(find): Simplify.
(find-jamfile): Optimize.
[SVN r20432]
2003-10-21 06:12:49 +00:00
Vladimir Prus
ab988525ec
Grab gcc threading support from V1.
...
[SVN r20431]
2003-10-21 05:50:33 +00:00
Vladimir Prus
27255fc93b
Grab gcc threading support from V1.
...
[SVN r20431]
2003-10-21 05:50:33 +00:00
Vladimir Prus
47aa5f97b7
Fix a bug which caused double loading of Jamfile in some cases. Also,
...
simplify some things.
* new/project.jam
(load): Tweak
(lookup): Remove.
(find): Simplify.
[SVN r20430]
2003-10-21 05:47:39 +00:00
Vladimir Prus
e1855f185b
Fix a bug which caused double loading of Jamfile in some cases. Also,
...
simplify some things.
* new/project.jam
(load): Tweak
(lookup): Remove.
(find): Simplify.
[SVN r20430]
2003-10-21 05:47:39 +00:00
Rene Rivera
9a75d3bb35
Fix multiple inclusion by "import" when relative paths to modules are specified. Changes so that in the direcotry specified case it fully normalizes the path to be absolute.
...
[SVN r20354]
2003-10-11 18:21:00 +00:00
Rene Rivera
d92777a940
Fix the setting of early exit on error for compile actions, to only happen when we are on a *nix shell. THis fixes building on mingw.
...
[SVN r20353]
2003-10-11 16:58:09 +00:00
Rene Rivera
b1539ce5de
Fix stage disregarding ALL_LOCATE_TARGET when set. Stage now will locate itself at the ALL_LOCATE_TARGET relative location.
...
[SVN r20352]
2003-10-11 16:34:15 +00:00
Rene Rivera
a91d952180
Fix C & C++ compile actions so that they abort on an error and not try and execute the objcopy command.
...
[SVN r20344]
2003-10-10 22:20:04 +00:00
Vladimir Prus
ddbed52272
Update download locations.
...
[SVN r20338]
2003-10-10 13:23:41 +00:00
Vladimir Prus
7708a95e5a
Update download locations.
...
[SVN r20338]
2003-10-10 13:23:41 +00:00
Vladimir Prus
14699c4a67
Bump version.
...
[SVN r20337]
2003-10-10 13:23:16 +00:00
Vladimir Prus
9da06ea65f
Bump version.
...
[SVN r20337]
2003-10-10 13:23:16 +00:00
Vladimir Prus
cb50ed0edd
Don't run 'regression' on win, since it's not working there, yet.
...
[SVN r20336]
2003-10-10 13:18:22 +00:00
Vladimir Prus
c680a9f536
Don't run 'regression' on win, since it's not working there, yet.
...
[SVN r20336]
2003-10-10 13:18:22 +00:00
Vladimir Prus
1048d58831
Rename <dependency> to <use>.
...
[SVN r20335]
2003-10-10 12:49:06 +00:00
Vladimir Prus
a1b29a83bf
Rename <dependency> to <use>.
...
[SVN r20335]
2003-10-10 12:49:06 +00:00
Vladimir Prus
c159616543
Drop useless test which causes problems on windows.
...
[SVN r20334]
2003-10-10 12:28:04 +00:00
Vladimir Prus
8f266da2f3
Drop useless test which causes problems on windows.
...
[SVN r20334]
2003-10-10 12:28:04 +00:00
Vladimir Prus
28c9d29fb7
Tweak wording.
...
[SVN r20333]
2003-10-10 12:19:17 +00:00
Vladimir Prus
b2a27c059b
Tweak wording.
...
[SVN r20333]
2003-10-10 12:19:17 +00:00
Vladimir Prus
f7964e634f
Make the test platform-neutral.
...
[SVN r20332]
2003-10-10 12:18:40 +00:00
Vladimir Prus
be6d8827f8
Make the test platform-neutral.
...
[SVN r20332]
2003-10-10 12:18:40 +00:00
Vladimir Prus
503da68bc4
Improve alternative selection.
...
* new/targets.jam
(main-target.select-alternative): Rewrite.
(main-target.generate-really): Issue error in all cases where best
alternative could not be found.
(basic-target.match): Renamed from 'match-rank' and changed.
* boost_build_v2.html: Document new algorithm.
* test/alternatives.py: More tests.
[SVN r20331]
2003-10-10 12:14:59 +00:00
Vladimir Prus
d8e841f82b
Improve alternative selection.
...
* new/targets.jam
(main-target.select-alternative): Rewrite.
(main-target.generate-really): Issue error in all cases where best
alternative could not be found.
(basic-target.match): Renamed from 'match-rank' and changed.
* boost_build_v2.html: Document new algorithm.
* test/alternatives.py: More tests.
[SVN r20331]
2003-10-10 12:14:59 +00:00
Vladimir Prus
914fcb5194
* new/generators.jam
...
(register-standard, register-composing): Return the created instance.
[SVN r20329]
2003-10-10 10:33:33 +00:00
Vladimir Prus
800c6da493
* new/generators.jam
...
(register-standard, register-composing): Return the created instance.
[SVN r20329]
2003-10-10 10:33:33 +00:00
Rene Rivera
f9797fb791
Add objcopy post-processing of compiled .o files to remove read-only status of debug strings. This is to prevent the linker from running the constant string merge algorithm which is very slow (n^2). The problem is most obvious when dealing with template C++ code which produces large numbers of debug symbols.
...
[SVN r20327]
2003-10-09 23:22:58 +00:00
Vladimir Prus
ada627ba32
Make the 'regression' test case work on windows with gcc.
...
[SVN r20299]
2003-10-08 05:49:57 +00:00