2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-23 15:42:14 +00:00
Commit Graph

10944 Commits

Author SHA1 Message Date
Vladimir Prus
85d6f7708c *** empty log message ***
[SVN r36079]
2006-11-18 19:13:21 +00:00
Vladimir Prus
ab4d1b8b99 Robustify the test
[SVN r36078]
2006-11-18 19:11:53 +00:00
Vladimir Prus
df8a9d9f5c Robustify the test
[SVN r36078]
2006-11-18 19:11:53 +00:00
Vladimir Prus
c3aff43843 Add toolset requirements that specify that shared runtime
is multithreaded, for most windows toolsets.


[SVN r36077]
2006-11-18 18:47:22 +00:00
Vladimir Prus
5fc2fd4d63 Add toolset requirements that specify that shared runtime
is multithreaded, for most windows toolsets.


[SVN r36077]
2006-11-18 18:47:22 +00:00
Vladimir Prus
9c65d5b982 Introduce 'toolset requirements'
[SVN r36076]
2006-11-18 18:34:42 +00:00
Vladimir Prus
44dc085a7e Introduce 'toolset requirements'
[SVN r36076]
2006-11-18 18:34:42 +00:00
Vladimir Prus
0803ff39b0 Merge: Don't remove python scripts for Python tests.
[SVN r36074]
2006-11-18 09:00:49 +00:00
Vladimir Prus
e3ba2edc70 Merge: Don't remove python scripts for Python tests.
[SVN r36074]
2006-11-18 09:00:49 +00:00
Vladimir Prus
be5b9377d6 Don't remove python scripts for Python tests.
[SVN r36073]
2006-11-18 08:56:43 +00:00
Vladimir Prus
c98a5494f8 Don't remove python scripts for Python tests.
[SVN r36073]
2006-11-18 08:56:43 +00:00
Vladimir Prus
ad50b36289 Merge
[SVN r36065]
2006-11-17 06:27:53 +00:00
Vladimir Prus
870ad3b226 Merge
[SVN r36065]
2006-11-17 06:27:53 +00:00
Vladimir Prus
f2e4ab9ae9 Fix typo that causes all run tests to be always relinked and rerun.
Thanks to Juergen Hunold for the bug report.


[SVN r36064]
2006-11-17 06:26:12 +00:00
Vladimir Prus
a46f365ed6 Fix typo that causes all run tests to be always relinked and rerun.
Thanks to Juergen Hunold for the bug report.


[SVN r36064]
2006-11-17 06:26:12 +00:00
Vladimir Prus
194faaf501 Implement automatic removal of test executables
[SVN r36048]
2006-11-15 19:05:45 +00:00
Vladimir Prus
83c74aca84 Implement automatic removal of test executables
[SVN r36048]
2006-11-15 19:05:45 +00:00
Vladimir Prus
c8f6d39cae Implement automatic removal of test executables
[SVN r36048]
2006-11-15 19:05:45 +00:00
Vladimir Prus
f4921e09ed Implement automatic removal of test executables
[SVN r36048]
2006-11-15 19:05:45 +00:00
Rene Rivera
e621d1697d (merge from head) Add 6.5 as an alias to 6.0.
[SVN r36032]
2006-11-14 05:41:13 +00:00
Rene Rivera
78244144bc (merge from head) Add 6.5 as an alias to 6.0.
[SVN r36032]
2006-11-14 05:41:13 +00:00
Rene Rivera
df091e4c9b Add 6.5 as an alias to 6.0.
[SVN r36031]
2006-11-14 05:39:26 +00:00
Rene Rivera
108eecf3d4 Add 6.5 as an alias to 6.0.
[SVN r36031]
2006-11-14 05:39:26 +00:00
Rene Rivera
6f7f38647c (merge from head) Add generic <flags> feature. Fix minor validation problem with boostbook.
[SVN r36030]
2006-11-14 05:37:44 +00:00
Rene Rivera
35d358b50b (merge from head) Add generic <flags> feature. Fix minor validation problem with boostbook.
[SVN r36030]
2006-11-14 05:37:44 +00:00
Rene Rivera
271a66777a Add generic <flags> feature. Fix minor validation problem with boostbook.
[SVN r36029]
2006-11-14 05:35:45 +00:00
Rene Rivera
be59a5498b Add generic <flags> feature. Fix minor validation problem with boostbook.
[SVN r36029]
2006-11-14 05:35:45 +00:00
Dave Abrahams
bbdbfbd4fd Slightly less hack-y: stop poke-ing the toolset into argv just to get
it into the build request.


[SVN r36012]
2006-11-12 15:16:28 +00:00
Dave Abrahams
9162963fd4 Slightly less hack-y: stop poke-ing the toolset into argv just to get
it into the build request.


[SVN r36012]
2006-11-12 15:16:28 +00:00
Rene Rivera
dc12989ccb build.jam; enable gc debug info with debug build. mem.c; only enable gc debug mode with debug build, and fix compiling boehm gc with gcc/linux.
[SVN r36010]
2006-11-12 06:25:09 +00:00
Rene Rivera
28d815e843 build.jam; enable gc debug info with debug build. mem.c; only enable gc debug mode with debug build, and fix compiling boehm gc with gcc/linux.
[SVN r36010]
2006-11-12 06:25:09 +00:00
Dave Abrahams
9be6a0b049 Fixed various bugs in my last checkin, and one old one in assert.jam.
[SVN r36008]
2006-11-11 22:58:18 +00:00
Dave Abrahams
623528584c Fixed various bugs in my last checkin, and one old one in assert.jam.
[SVN r36008]
2006-11-11 22:58:18 +00:00
Dave Abrahams
cd67762d15 tools/build/v2/build-system.jam: Added support for toolset
autoconfiguration, both from the command-line, with toolset=xxx or
  --toolset=xxx, and by default when no tooset is specified.

tools/build/v2/build/feature.jam: added public is-subvalue rule and
  factored out guts into local rule.

tools/build/index.html: changed redirect to point at v2 docs


[SVN r36007]
2006-11-11 22:33:15 +00:00
Dave Abrahams
bf9a5bc0c3 tools/build/v2/build-system.jam: Added support for toolset
autoconfiguration, both from the command-line, with toolset=xxx or
  --toolset=xxx, and by default when no tooset is specified.

tools/build/v2/build/feature.jam: added public is-subvalue rule and
  factored out guts into local rule.

tools/build/index.html: changed redirect to point at v2 docs


[SVN r36007]
2006-11-11 22:33:15 +00:00
Vladimir Prus
d39b4b12a6 Merge: new main target rule 'generate'
[SVN r35985]
2006-11-10 17:25:31 +00:00
Vladimir Prus
a4f7cb298d Merge: new main target rule 'generate'
[SVN r35985]
2006-11-10 17:25:31 +00:00
nobody
4a52500d9f This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35984]
2006-11-10 17:24:17 +00:00
nobody
9097fad59d This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r35984]
2006-11-10 17:24:17 +00:00
Vladimir Prus
863701106e New main target rule 'generate'
[SVN r35983]
2006-11-10 17:24:16 +00:00
Vladimir Prus
37fecef749 New main target rule 'generate'
[SVN r35983]
2006-11-10 17:24:16 +00:00
Vladimir Prus
dbd30667c7 Merge: Make it possible to suppress generation of version symlinks
[SVN r35980]
2006-11-10 17:20:05 +00:00
Vladimir Prus
ed224a657a Merge: Make it possible to suppress generation of version symlinks
[SVN r35980]
2006-11-10 17:20:05 +00:00
Vladimir Prus
bdebe456af Make it possible to suppress generation of version symlinks
[SVN r35979]
2006-11-10 17:18:55 +00:00
Vladimir Prus
bf9418bb6a Make it possible to suppress generation of version symlinks
[SVN r35979]
2006-11-10 17:18:55 +00:00
Vladimir Prus
545cb53a24 Merge: New rule common.hard-link
[SVN r35973]
2006-11-10 08:45:45 +00:00
Vladimir Prus
2304eb4014 Merge: New rule common.hard-link
[SVN r35973]
2006-11-10 08:45:45 +00:00
Vladimir Prus
6b2aeb939c New rule common.hard-link
[SVN r35972]
2006-11-10 08:45:03 +00:00
Vladimir Prus
4797d12c0b New rule common.hard-link
[SVN r35972]
2006-11-10 08:45:03 +00:00
Vladimir Prus
6f512dce2c Merge change.txt from head
[SVN r35971]
2006-11-10 08:43:46 +00:00