8b4495559c* build/project.jam (load-parent): New rule, extracted from 'initilize'. (load-jamfile): If loading project-root.jam, check for Jamfile and load it in the same module. (inherit-attributes): Simplify. (project-rules.constant, project-rules.path-constant): New rules.
Vladimir Prus
2004-11-19 09:51:54 +0000
93cd588e96Bugfix: correctly handle project references with absolute paths on Windows.
Vladimir Prus
2004-11-19 08:19:13 +0000
dd8ab4b49bBugfix: correctly handle project references with absolute paths on Windows.
Vladimir Prus
2004-11-19 08:19:13 +0000
fad89f9023Fix a bug which caused child project to be loaded before parents.
Vladimir Prus
2004-11-17 13:12:29 +0000
64801c209cFix a bug which caused child project to be loaded before parents.
Vladimir Prus
2004-11-17 13:12:29 +0000
af9048847cFix extra updates on targets when a header has the same name as a directory which is in the headers search path.
Rene Rivera
2004-11-17 08:30:18 +0000
0356b3403dMore docs for stage
Vladimir Prus
2004-11-15 08:06:50 +0000
8c430c6945More docs for stage
Vladimir Prus
2004-11-15 08:06:50 +0000
ba23dabcc2Fix typo.
Vladimir Prus
2004-11-15 07:22:47 +0000
a21b636efdFix typo.
Vladimir Prus
2004-11-15 07:22:47 +0000
5b52f4260fExpand information about types
Vladimir Prus
2004-11-13 09:32:16 +0000
f6bf284e9eExpand information about types
Vladimir Prus
2004-11-13 09:32:16 +0000
762595b919Revive boostbook.
Vladimir Prus
2004-11-13 09:29:55 +0000
25f6fb91e3Revive boostbook.
Vladimir Prus
2004-11-13 09:29:55 +0000
0163ad7514toolset definition for gnu fortran compiler
Toon Knapen
2004-11-12 13:41:45 +0000
7e76d6cd3atoolset definition for gnu fortran compiler
Toon Knapen
2004-11-12 13:41:45 +0000
5379e5fc67common settings for all fortran toolsets
Toon Knapen
2004-11-12 13:41:28 +0000
00b76d8f50common settings for all fortran toolsets
Toon Knapen
2004-11-12 13:41:28 +0000
40a504ed4fAllow a generator's 'run' method to return additional usage requirements as the first elements of result. Those usage requirements will be combined with explicitly specified for the main target.
Vladimir Prus
2004-11-12 08:11:14 +0000
28867fecacAllow a generator's 'run' method to return additional usage requirements as the first elements of result. Those usage requirements will be combined with explicitly specified for the main target.
Vladimir Prus
2004-11-12 08:11:14 +0000
db35bd11a1Add comment.
Vladimir Prus
2004-11-09 08:02:43 +0000
1c17c6acfdAdd comment.
Vladimir Prus
2004-11-09 08:02:43 +0000
8bdc17447fDisabled auto-linking with versioned Intel toolsets: the toolsets use a naming convention that is inconsistent with auto-linking.
John Maddock
2004-11-08 12:22:29 +0000
29e9030d95Eat error output from HardLink for file delete, to prevent ominous messages during install about nonexistant files.
Rene Rivera
2004-11-07 16:52:46 +0000
a832e2bbe0Make gettext use generator, not main target class.
Vladimir Prus
2004-11-03 09:42:57 +0000
1ccdad1403Make gettext use generator, not main target class.
Vladimir Prus
2004-11-03 09:42:57 +0000
b513faf988Unbreak notfile targets and gettext message catalog update.
Vladimir Prus
2004-11-03 09:29:35 +0000
14ce4c5cacUnbreak notfile targets and gettext message catalog update.
Vladimir Prus
2004-11-03 09:29:35 +0000
1ea56cea6c* tools/boostbook.jam Use generator instead of main target class.
Vladimir Prus
2004-11-03 08:51:06 +0000
3d42ee5bea* tools/boostbook.jam Use generator instead of main target class.
Vladimir Prus
2004-11-03 08:51:06 +0000
52e3699547* tools/fop.jam: Cleanup. Accept command, not path, just like other toolsets. Check for duplicate initialization.
Vladimir Prus
2004-11-03 08:23:04 +0000
4bfc1df6d5* tools/fop.jam: Cleanup. Accept command, not path, just like other toolsets. Check for duplicate initialization.
Vladimir Prus
2004-11-03 08:23:04 +0000
fb138e9dedWhen 'stage' is used with <traverse-dependencies>on, do not follow the <use> property, since it's typically used when only headers are used.
Vladimir Prus
2004-11-01 16:10:41 +0000
22c6f4e4c0When 'stage' is used with <traverse-dependencies>on, do not follow the <use> property, since it's typically used when only headers are used.
Vladimir Prus
2004-11-01 16:10:41 +0000
531b6ff80bmake fop work on Windows
Aleksey Gurtovoy
2004-10-31 08:00:46 +0000
194581f65cmake fop work on Windows
Aleksey Gurtovoy
2004-10-31 08:00:46 +0000
03b220a037Fix some broken links
Vladimir Prus
2004-10-30 09:32:04 +0000
e8a1bc9841Fix some broken links
Vladimir Prus
2004-10-30 09:32:04 +0000
461a95fbc4Remove tabs
Vladimir Prus
2004-10-30 08:31:48 +0000
a464067c67Remove tabs
Vladimir Prus
2004-10-30 08:31:48 +0000
f932c4f401Fix some links
Vladimir Prus
2004-10-30 08:28:12 +0000
481a0b655fFix some links
Vladimir Prus
2004-10-30 08:28:12 +0000
b507305306Fixed header scanning to restore detection of secondary header dependencies. Three basic problems fixed: * The scan regex had spaces instead of tabs in some places. So if an include happen to have tabs it would never be detected. * The matching for <>, and "" includes generated extra matches with and without the brakets, or quotes. * The SYSHDRS were not getting added, and hence not considered in search.
Rene Rivera
2004-10-30 06:26:11 +0000
a570e12d88Fix missing logo
Vladimir Prus
2004-10-29 10:43:37 +0000
c99b338f8bFix missing logo
Vladimir Prus
2004-10-29 10:43:37 +0000
288f6e4e7fMake the example compile
Vladimir Prus
2004-10-29 09:55:13 +0000
072d359630Make the example compile
Vladimir Prus
2004-10-29 09:55:13 +0000
19d4780c0cUpdate download locations
Vladimir Prus
2004-10-29 09:35:13 +0000
baee13fa10Update download locations
Vladimir Prus
2004-10-29 09:35:13 +0000
c74f457053Bump version
Vladimir Prus
2004-10-29 09:34:15 +0000
be5659180eBump version
Vladimir Prus
2004-10-29 09:34:15 +0000
5969534549Revert part of the previous commit. This caused problems in case of:
Vladimir Prus
2004-10-29 09:25:33 +0000
3d8e910ab2Revert part of the previous commit. This caused problems in case of:
Vladimir Prus
2004-10-29 09:25:33 +0000
6b210ab851Fix target-id-of and target-path-of to not throw away extra grist prefixes when more than on is present.
Rene Rivera
2004-10-28 20:04:58 +0000
7a2951d87fDon't generate confusing "Home"/"Libraries"/"More" links.
Vladimir Prus
2004-10-28 10:31:38 +0000
5c24317ec4Don't generate confusing "Home"/"Libraries"/"More" links.
Vladimir Prus
2004-10-28 10:31:38 +0000
585b0a6523Explain portable/raw features.
Vladimir Prus
2004-10-28 10:16:24 +0000
2b3fdd6af3Explain portable/raw features.
Vladimir Prus
2004-10-28 10:16:24 +0000
85b48961f8Add a link.
Vladimir Prus
2004-10-28 09:22:25 +0000
24619596ebAdd a link.
Vladimir Prus
2004-10-28 09:22:25 +0000
04e3e65901Bugfix: on windows, when building a path from root = "h:\" and base "user-config.jam", the result was "h:\\user-config.jam", which was not found.
Vladimir Prus
2004-10-28 08:47:15 +0000
b9aa85925aBugfix: on windows, when building a path from root = "h:\" and base "user-config.jam", the result was "h:\\user-config.jam", which was not found.
Vladimir Prus
2004-10-28 08:47:15 +0000
a89259ec36Added original jam copyrights.
John Maddock
2004-10-27 11:45:36 +0000
b5b4145076Added original jam copyrights.
John Maddock
2004-10-27 11:45:36 +0000
cd3ac4b96aExplain build process. More spelling fixes from Jurko Gospodnetic.
Vladimir Prus
2004-10-27 09:19:10 +0000
b4e4e8be0dExplain build process. More spelling fixes from Jurko Gospodnetic.
Vladimir Prus
2004-10-27 09:19:10 +0000
753826ca71* build/build-request.jam (expand): Remove, it's not unused.
Vladimir Prus
2004-10-27 08:23:55 +0000
24141f5696* build/build-request.jam (expand): Remove, it's not unused.
Vladimir Prus
2004-10-27 08:23:55 +0000
7157685742* tools/qt.jam (directory): New rule.
Vladimir Prus
2004-10-26 14:28:47 +0000
a12633e324* tools/qt.jam (directory): New rule.
Vladimir Prus
2004-10-26 14:28:47 +0000
7f61f5acc1Document VMS path support
Vladimir Prus
2004-10-26 14:18:14 +0000
fc6219c275Document VMS path support
Vladimir Prus
2004-10-26 14:18:14 +0000
09f523e5c7Support for VMS paths.
Vladimir Prus
2004-10-26 11:43:19 +0000
22a67d8185Support for VMS paths.
Vladimir Prus
2004-10-26 11:43:19 +0000
c01429c735Merged fix from RC_1_32_0.
Markus Schöpflin
2004-10-26 10:20:43 +0000
13409e54faSpelling corrections.
Vladimir Prus
2004-10-26 08:04:37 +0000
3623647e60Spelling corrections.
Vladimir Prus
2004-10-26 08:04:37 +0000
dca0bc3739Generate PDF manual and link to it from the site.
Vladimir Prus
2004-10-22 12:29:48 +0000
4a8a01fa6fGenerate PDF manual and link to it from the site.
Vladimir Prus
2004-10-22 12:29:48 +0000
68f8a5cdddFix a broken link
Vladimir Prus
2004-10-22 12:14:31 +0000
4852103cacFix a broken link
Vladimir Prus
2004-10-22 12:14:31 +0000
dc483ef631chmod u+w to avoid putting read-only files to SF
Vladimir Prus
2004-10-21 10:42:09 +0000
d7b7771515chmod u+w to avoid putting read-only files to SF
Vladimir Prus
2004-10-21 10:42:09 +0000
1bed6192cdExpand extenders manual
Vladimir Prus
2004-10-21 10:05:15 +0000
666f0757aaExpand extenders manual
Vladimir Prus
2004-10-21 10:05:15 +0000
6b4df87b7bDon't duplicate flags when two version of 'darwin' or 'intel-linux' are configured.
Vladimir Prus
2004-10-21 08:13:34 +0000
29985d877eDon't duplicate flags when two version of 'darwin' or 'intel-linux' are configured.
Vladimir Prus
2004-10-21 08:13:34 +0000
72d8614ab1Fixes related to init-link-flags * tools/gcc.jam (init): passing $(condition) to init-link-flags (init-link-flags): now takes new condition parameter moved common flags out of it * tools/intel-linux.jam (init): moved call to inherit-flags into it because we need to call gcc.init-link-flags with the 'condition' parameter. * tools/darwin.jam (init): moved call to inherit-flags into it because we need to call gcc.init-link-flags with the 'condition' parameter.
Vladimir Prus
2004-10-21 07:39:11 +0000
b38c1978d3Fixes related to init-link-flags * tools/gcc.jam (init): passing $(condition) to init-link-flags (init-link-flags): now takes new condition parameter moved common flags out of it * tools/intel-linux.jam (init): moved call to inherit-flags into it because we need to call gcc.init-link-flags with the 'condition' parameter. * tools/darwin.jam (init): moved call to inherit-flags into it because we need to call gcc.init-link-flags with the 'condition' parameter.
Vladimir Prus
2004-10-21 07:39:11 +0000
240f712559Fixes related to change in 'rule flags' * build/toolset.jam (inherit-flags): corrected check for prohibited properties corrected call to add-flags
Vladimir Prus
2004-10-21 07:23:34 +0000
bd3dc13b9bFixes related to change in 'rule flags' * build/toolset.jam (inherit-flags): corrected check for prohibited properties corrected call to add-flags
Vladimir Prus
2004-10-21 07:23:34 +0000
51be536d45Clarify alias/usage-requirements
Vladimir Prus
2004-10-21 07:05:39 +0000
e8e4dbc96dClarify alias/usage-requirements
Vladimir Prus
2004-10-21 07:05:39 +0000
c3185c4128Exclude 'profile' variant from test, since it causes unidentified problems on cygwin/gcc. The problem does not look to be related to V2.
Vladimir Prus
2004-10-20 12:06:20 +0000
93f3c9c3a9Exclude 'profile' variant from test, since it causes unidentified problems on cygwin/gcc. The problem does not look to be related to V2.
Vladimir Prus
2004-10-20 12:06:20 +0000
5052d76b52Fix toolset.flags so that it's possible to specify both condition and a feature:
Vladimir Prus
2004-10-20 11:53:23 +0000