53724b79e2Allow gcc,borland/runtime-link=static to work on command line.
Vladimir Prus
2002-08-15 08:29:45 +0000
3c331ef644Doc updates, based on comments from Dave.
Vladimir Prus
2002-08-15 08:19:06 +0000
67e483b3e2Doc updates, based on comments from Dave.
Vladimir Prus
2002-08-15 08:19:06 +0000
3ea6e58550Allow loading modules in the same directory to work in all cases.
Vladimir Prus
2002-08-15 07:11:29 +0000
348fd8be34Allow loading modules in the same directory to work in all cases.
Vladimir Prus
2002-08-15 07:11:29 +0000
7057010d9bForgotten change for V2 example.
Vladimir Prus
2002-08-15 07:09:22 +0000
50c79c69fdForgotten change for V2 example.
Vladimir Prus
2002-08-15 07:09:22 +0000
72049e24eaSolaris G++ bug workaround
Dave Abrahams
2002-08-14 20:24:22 +0000
1484ad7ec4Added an V2 example.
Vladimir Prus
2002-08-14 11:45:35 +0000
da38c67930Added an V2 example.
Vladimir Prus
2002-08-14 11:45:35 +0000
84abc8e0b9Incremented version to 3.1.2, in anticipation of upcoming Boost release.
Vladimir Prus
2002-08-14 10:15:30 +0000
42de522df6Incremented version to 3.1.2, in anticipation of upcoming Boost release.
Vladimir Prus
2002-08-14 10:15:30 +0000
ccc3499bcfUpdated debian files.
Vladimir Prus
2002-08-14 10:01:32 +0000
22d30f81dcUpdated debian files.
Vladimir Prus
2002-08-14 10:01:32 +0000
04e36986deFixed formatting.
Vladimir Prus
2002-08-14 10:00:24 +0000
7db103a85bFixed formatting.
Vladimir Prus
2002-08-14 10:00:24 +0000
10be219d62Automatic class def_init(), abstract class __init__ errors Fixed line endings Suppressed warnings
Dave Abrahams
2002-08-14 06:26:33 +0000
8575980b41Automatic class def_init(), abstract class __init__ errors Fixed line endings Suppressed warnings
Dave Abrahams
2002-08-14 06:26:33 +0000
2dd84eb017Documentation update.
Vladimir Prus
2002-08-12 10:35:24 +0000
a0cfe4076eDocumentation update.
Vladimir Prus
2002-08-12 10:35:24 +0000
3918fe7e04Allow to associate rules with features/properties, to be used for special things like stlport.
Vladimir Prus
2002-08-12 10:28:08 +0000
5375bed958Allow to associate rules with features/properties, to be used for special things like stlport.
Vladimir Prus
2002-08-12 10:28:08 +0000
c6194960eaMake 'path.jam' documentation parsable by doc.jam and tweak them.
Vladimir Prus
2002-08-09 14:37:14 +0000
f8f524cf9aMake 'path.jam' documentation parsable by doc.jam and tweak them.
Vladimir Prus
2002-08-09 14:37:14 +0000
04f57ff5caRenamed 'os.path.jam' to 'path.jam'.
Vladimir Prus
2002-08-09 11:43:47 +0000
07284ad6a7Renamed 'os.path.jam' to 'path.jam'.
Vladimir Prus
2002-08-09 11:43:47 +0000
4c32eba667Introduce 'incidental' features.
Vladimir Prus
2002-08-09 11:37:59 +0000
80c96a8efeIntroduce 'incidental' features.
Vladimir Prus
2002-08-09 11:37:59 +0000
4f0c6787e0Damn, CVS!!! Fix the previous commit to correctly restore/merge 1.10 changes.ck lim
Rene Rivera
2002-08-09 05:28:12 +0000
2d809ddc44Damn, CVS!!! Fix the previous commit to correctly restore/merge 1.10 changes.ck lim
Rene Rivera
2002-08-09 05:28:12 +0000
93f5bc163aThis is a reworking of make1 to be non-recursive. Pros: 1) Removes bug in stack limited platforms of blowing the stack limits. Like win32.tLiek win32. 2) Slightly faster (10% or so). Cons: 1) More heap usage.
Rene Rivera
2002-08-09 05:14:21 +0000
7d72ad9899This is a reworking of make1 to be non-recursive. Pros: 1) Removes bug in stack limited platforms of blowing the stack limits. Like win32.tLiek win32. 2) Slightly faster (10% or so). Cons: 1) More heap usage.
Rene Rivera
2002-08-09 05:14:21 +0000
80f0d11f1eFix, by removing, resetting of RUN_PATH. The VC_STDLIB_PATH setting was already accounting for the path to the libraries.
Rene Rivera
2002-08-09 03:58:04 +0000
9b0eb0bedeFix, by removing, declare default for user-interface free feature. Implement flags for user-interface feature in msvc and metrowerks.
Rene Rivera
2002-08-09 03:21:52 +0000
757cfebf9dFix needed to link with offline libraries with main()
Gennadiy Rozental
2002-08-08 16:47:53 +0000
7d286e6f9fAdded import of user project-root rules into projects.
Rene Rivera
2002-08-07 03:45:45 +0000
eb2959e2d3Added import of user project-root rules into projects.
Rene Rivera
2002-08-07 03:45:45 +0000
2fe9600256Kill all uses of SUBST, which fails on long input.
Vladimir Prus
2002-08-06 15:21:02 +0000
728a621cfbMore checks for 'use-project' in project root module.
Vladimir Prus
2002-08-06 07:01:19 +0000
c4ca067b26More checks for 'use-project' in project root module.
Vladimir Prus
2002-08-06 07:01:19 +0000
f4e446ad15Respect blank lines in printed sections to separate paragraphs.
Rene Rivera
2002-08-06 05:43:39 +0000
301ad67f12Respect blank lines in printed sections to separate paragraphs.
Rene Rivera
2002-08-06 05:43:39 +0000
52f28e78efAdd call to project root use-project for testing.
Rene Rivera
2002-08-06 04:10:55 +0000
99da6d0a8bAdd call to project root use-project for testing.
Rene Rivera
2002-08-06 04:10:55 +0000
35f3e6b800Refactor to minimize the number of symbols in the user modules. Add use-project rule in project root context. Add project-root rule in project context.
Rene Rivera
2002-08-06 04:10:21 +0000
9f9a0190ccRefactor to minimize the number of symbols in the user modules. Add use-project rule in project root context. Add project-root rule in project context.
Rene Rivera
2002-08-06 04:10:21 +0000
eeeb3c402cImproved 'vector'.
Vladimir Prus
2002-07-19 12:57:23 +0000
224a7f7741Improved 'vector'.
Vladimir Prus
2002-07-19 12:57:23 +0000
e3ff3521dfreduce max errs to 5
Beman Dawes
2002-07-18 20:41:11 +0000
6679d0720breduce max errs to 5
Beman Dawes
2002-07-18 19:16:04 +0000
ee5e021b0eWorkaround NT line-length limitation
Dave Abrahams
2002-07-18 16:02:56 +0000
7db9a91ae0Used -noimplicit_include to suppress the compiler from finding our .cpp files when searching for angle-includes(!) Not sure what ill effects this might have, though...
Dave Abrahams
2002-07-18 12:17:54 +0000
3d408cbe74Attempts at creating Debian package.
Vladimir Prus
2002-07-17 16:10:51 +0000
8aac1788ffAttempts at creating Debian package.
Vladimir Prus
2002-07-17 16:10:51 +0000
650a824995Made names of preserved directories printed by tests.
Vladimir Prus
2002-07-17 09:16:37 +0000
0239d83337Made names of preserved directories printed by tests.
Vladimir Prus
2002-07-17 09:16:37 +0000
d23ce1e620An attempt at documenting features.
Vladimir Prus
2002-07-16 08:47:09 +0000
bf2af771ccAn attempt at documenting features.
Vladimir Prus
2002-07-16 08:47:09 +0000
e33d9340e5Example on how to use selection of sources in stage targets.
Rene Rivera
2002-07-16 05:47:26 +0000
1b1840afe2Added support for selection of sources based on toolset and/or variant for stage targets. See examples/stage_source_selection.
Rene Rivera
2002-07-16 05:43:54 +0000
4f8c144cb6fix provided by Dan <gohmandj@mrs.umn.edu>
Ralf W. Grosse-Kunstleve
2002-07-16 01:11:44 +0000
58b9bd2be3Fix subvariant calculation to not "forget" ungristed properties to make let property rules work. Fix subvariant overrides to owork only when needed
Rene Rivera
2002-07-15 02:06:02 +0000
b9687a4679Fix up RUN_PATH for testing
Dave Abrahams
2002-07-14 22:09:22 +0000
c2eaee4aafAllow multiple elements in RUN_PATH
Dave Abrahams
2002-07-14 21:58:14 +0000
6a918fb0a4Regression example for Rene
Dave Abrahams
2002-07-14 20:03:56 +0000
a0a6ba0478Documentation, and removed tabs.
Rene Rivera
2002-07-14 18:18:54 +0000
349e68b6deRegenerated jambase.c.
Vladimir Prus
2002-07-12 15:54:58 +0000
020c9e4185Regenerated jambase.c.
Vladimir Prus
2002-07-12 15:54:58 +0000
abf39d0ff1Simple sub-project that builds a library and and an exe that depends on it.
Rene Rivera
2002-07-12 15:22:06 +0000
1af9a139d6Fix mistaken commit
Dave Abrahams
2002-07-12 14:52:01 +0000
2c056ca135Fix mistaken commit
Dave Abrahams
2002-07-12 14:52:01 +0000
f5663382cbtru64cxx6.5 fixes
Dave Abrahams
2002-07-12 14:32:20 +0000
426164ef04tru64cxx6.5 fixes
Dave Abrahams
2002-07-12 14:32:20 +0000
13a796d5ba"Dan Gohman" <gohmandj@mrs.umn.edu>
Dave Abrahams
2002-07-12 10:37:50 +0000
93a0c1ece1Fixed finding compatible subvariants to link against when there are required overrides.
Rene Rivera
2002-07-12 06:35:26 +0000
8e64eb262dDeleted project_test2 and moved the interesting tests from it to project_test4.
Vladimir Prus
2002-07-11 10:01:53 +0000
38a1af562fDeleted project_test2 and moved the interesting tests from it to project_test4.
Vladimir Prus
2002-07-11 10:01:53 +0000
8ccb3666b2Renamed the 'subproject' rule to 'build-project' in UI.
Vladimir Prus
2002-07-11 09:41:29 +0000
5f0728f3faRenamed the 'subproject' rule to 'build-project' in UI.
Vladimir Prus
2002-07-11 09:41:29 +0000
77c5930fc8Recover project_test3 to life.
Vladimir Prus
2002-07-10 16:27:25 +0000
5dfeb8a97fRecover project_test3 to life.
Vladimir Prus
2002-07-10 16:27:25 +0000
8c70c8b287Work on issue 577833: Finish target paths.
Vladimir Prus
2002-07-10 16:05:15 +0000
8c2434fe71Work on issue 577833: Finish target paths.
Vladimir Prus
2002-07-10 16:05:15 +0000
6813d7ce77Changed reporting of unability to satisfy a build request.
Vladimir Prus
2002-07-10 09:06:24 +0000
668108dda5Changed reporting of unability to satisfy a build request.
Vladimir Prus
2002-07-10 09:06:24 +0000
47f95f3528Forgotten file.
Vladimir Prus
2002-07-10 08:43:11 +0000