2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Commit Graph

102 Commits

Author SHA1 Message Date
Steven Watanabe
87c62c82d1 Merge Boost.Build from the trunk.
[SVN r84398]
2013-05-21 04:14:18 +00:00
Steven Watanabe
e5dbf2f4db Fix unit-tests when running on Linux with Windows \r\n new lines.
[SVN r75852]
2011-12-07 17:14:57 +00:00
Stefan Seefeld
07320c0ebc Fixes #5709
[SVN r73215]
2011-07-18 12:37:04 +00:00
Jürgen Hunold
c123c1e1fa Fix: adjust toolset-tag to changed toolset definition.
[SVN r65838]
2010-10-08 17:48:40 +00:00
Douglas Gregor
8d6d34446e Experimental Boost.Build configuration for Clang.
[SVN r61377]
2010-04-18 19:43:40 +00:00
Vladimir Prus
eff932a571 Fix unit tests
[SVN r54973]
2009-07-15 19:16:49 +00:00
Jürgen Hunold
86a27f8424 Add tag rules for <qt> and <address-model>
[SVN r54371]
2009-06-26 09:16:31 +00:00
Vladimir Prus
15ac3aad53 Fix quoting
[SVN r54302]
2009-06-24 13:49:46 +00:00
Vladimir Prus
4717c579af Quote environement variable assignements.
[SVN r54299]
2009-06-24 10:01:10 +00:00
Vladimir Prus
61f55cb9f4 Make common.format-name don't check target type.
The use in Jamroot calls it only for library targets,
and other projects might want to call the function for
other target types.


[SVN r54298]
2009-06-24 08:08:23 +00:00
Vladimir Prus
9a98265e69 Properly tag libraries with QCC toolset.
Fixes #2191.


[SVN r53384]
2009-05-29 08:48:44 +00:00
Jurko Gospodnetić
dfa3eb2afb Added a comment specifying several alternative implementations for the common.file-creation-command rule on Windows.
[SVN r51395]
2009-02-22 17:34:25 +00:00
Vladimir Prus
583d6b2732 Use 'common.mkdir' as the name of the action shown to user.
There's no need to include 'quick-fix' in that text :-)


[SVN r50174]
2008-12-07 08:55:43 +00:00
Vladimir Prus
915022e92f Use or not use escape sequences depending on availability.
Emit warning only on cygwin.


[SVN r49846]
2008-11-19 18:20:39 +00:00
Vladimir Prus
882d6bf192 Use \n, not various tricks that depend on eof style of common.jam itself.
[SVN r49776]
2008-11-15 22:10:18 +00:00
Steven Watanabe
ad70071286 Make common.copy set the timestamp of the destination to the current time on windows
[SVN r49463]
2008-10-27 16:27:53 +00:00
Jurko Gospodnetić
a29eaff127 Fixed a syntax error that slipped in in the previous revision in the Boost Build tools/common.jam module.
[SVN r48570]
2008-09-03 21:34:45 +00:00
Jurko Gospodnetić
627ef555f6 Minor stylistic changes in the Boost Build tools/common.jam module.
[SVN r48569]
2008-09-03 21:06:58 +00:00
Jurko Gospodnetić
3910145693 Corrected a syntax error committed in the last revision in the tools/common.jam Boost Build module.
[SVN r48338]
2008-08-24 00:59:05 +00:00
Jurko Gospodnetić
ca24308be6 Minor stylistic changes and code cleanup in several internal Boost Build modules.
[SVN r48337]
2008-08-24 00:51:06 +00:00
Jurko Gospodnetić
26af1e1984 Minor stylistic changes made to several Boost Build implementation & toolset modules.
[SVN r48297]
2008-08-22 22:14:23 +00:00
Jurko Gospodnetić
bd213a62da Fixed a typo in code for setting the default tag joiner character in the Boost Build tools/common.jam module. Caught and reported by Steven Watanabe.
[SVN r47370]
2008-07-13 00:42:50 +00:00
Jurko Gospodnetić
9838fecf04 Minor stylistic comment change in tools/build/v2/tools/common.jam.
[SVN r47369]
2008-07-13 00:40:56 +00:00
Jurko Gospodnetić
05bb8f1aa7 Minor stylistic comment change in the build/v2/tools/common.jam Boost Build module.
[SVN r47330]
2008-07-11 22:57:54 +00:00
Steven Watanabe
d065bf4c46 Fix misleading comment for find-tool
[SVN r47281]
2008-07-10 02:47:51 +00:00
Jurko Gospodnetić
0ab5db7932 Quick-fix for a Boost 1.36 accumulators library documentation build failing because Boost Jam treats different paths to the same target as two separate targets and attempts to build both. This patch simply makes mkdir commands not fail in case the target folder already exist. Should be removed once Boost Jam has been updated to correctly detect different paths to the same target.
[SVN r47260]
2008-07-09 08:06:29 +00:00
Jurko Gospodnetić
f46b4e3daa Corrected a Windows OS detection bug in the MkDir rule located in the Boost Build common.jam module.
[SVN r47174]
2008-07-07 09:39:56 +00:00
Jurko Gospodnetić
b6eb658a80 Minor stylistic changes in the Boost Build tools/common.jam module.
[SVN r47173]
2008-07-07 09:36:57 +00:00
Jurko Gospodnetić
653dde80b2 Minor stylistic comment change in the Boost Build tools/common.jam script.
[SVN r47069]
2008-07-04 06:47:03 +00:00
Jurko Gospodnetić
f67be1b096 Minor stylistic comment change in the Boost Build tools/common.jam script.
[SVN r47068]
2008-07-04 06:05:42 +00:00
Rene Rivera
ca86302804 Cleanup of darwin/xcode toolset. Now much more sensible support for multiple versions of both the compiler and the accompanying SDKs. Also assign the 'xgcc' tag the toolset as it was missing.
[SVN r46793]
2008-06-27 21:10:57 +00:00
Jurko Gospodnetić
a92894bb17 Updated the common.handle-options() rule comment in the tools/common.jam Boost Build module. Minor stylistic changes.
[SVN r46717]
2008-06-26 15:32:11 +00:00
Jurko Gospodnetić
b94fe3475c Corrected a typo in the tools/build/v2/tools/common.jam __test__ rule causing it to mess up the global .name variable in the os.jam module. This was effectively causing an internal os.jam module test to fail when you ran 'bjam --debug'.
[SVN r45121]
2008-05-04 23:59:21 +00:00
Jurko Gospodnetić
776ab9e539 Minor stylistic comment changes.
[SVN r44980]
2008-05-01 17:01:03 +00:00
Jurko Gospodnetić
42c2a9072b Boost Build comment typo corrections and minor stylistic changes.
[SVN r44975]
2008-05-01 15:09:58 +00:00
Jurko Gospodnetić
021297d25c Minor stylistic comment changes.
[SVN r44436]
2008-04-15 17:44:31 +00:00
Rene Rivera
7ec865e5bc Add multiple requirements for toolset subconditions instead of one composite as they are not supported for conditional requirements. Thanks to Roland for finding the problem.
[SVN r44354]
2008-04-12 19:44:47 +00:00
Roland Schwarz
3d2aeda1dc Fixed a bug in for seldom used argument <property:/property-name/> in rule format-name.
Added /property-name/ may be a regex.

[SVN r44343]
2008-04-12 11:02:35 +00:00
Jurko Gospodnetić
b43a22503d Comment typo correction.
[SVN r44172]
2008-04-11 10:51:43 +00:00
Rene Rivera
6affa2ddcc Add support for toolset requirements at the definition level.
[SVN r44166]
2008-04-11 05:36:28 +00:00
Vladimir Prus
a195eb88b2 Recognize that fact, for that for intel-win, <runtime-debuggin>
matters and should be added to the library name.


[SVN r43405]
2008-02-24 12:59:04 +00:00
Jurko Gospodnetić
dafd4d0cc7 Minor stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, etc.
[SVN r42494]
2008-01-05 20:02:24 +00:00
Vladimir Prus
a544c46fb3 Fix detection of RC compiler presense, and null obj fallback.
Thanks to Juergen Hunold for the bug report.


[SVN r42295]
2007-12-25 09:11:37 +00:00
Vladimir Prus
86e98a42e7 * common.jam (get-invocation-command): When
we cannot find a specified tool, return
   tool's name so that the command line looks sane,
   even if it does not work.
   (handle-options): Report which command will
   be used, in debug mode.


[SVN r40008]
2007-10-14 09:55:41 +00:00
Dave Abrahams
4f0eaeede0 Bringing forward BBv2/Python support and a few other things that were
obviously more up-to-date on the RC branch.

Removed the Boost.Python v1 zip archive.


[SVN r37346]
2007-04-03 17:10:53 +00:00
Vladimir Prus
4797d12c0b New rule common.hard-link
[SVN r35972]
2006-11-10 08:45:03 +00:00
Rene Rivera
3b73c71ee5 Add/update copyrights+license (with help of a shell script).
[SVN r35851]
2006-11-05 07:13:39 +00:00
Vladimir Prus
516aea6e37 Ugly trick to handle <runtime-debugging> like in V1
[SVN r35769]
2006-10-28 19:23:12 +00:00
Rene Rivera
5e4b178fa6 Output the initialized toolsets when given "--show-configuration" option.
[SVN r35726]
2006-10-24 18:07:50 +00:00
Rene Rivera
b56d2d0b55 Add MinGW tag from BBv1 (mgw) when the gcc flavor indicates it's the MinGW compiler.
[SVN r35715]
2006-10-24 04:15:26 +00:00