2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-24 03:52:12 +00:00
Commit Graph

4866 Commits

Author SHA1 Message Date
Jürgen Hunold
c9c181da31 Fixed shadowing of rc variable in if-clause.
[SVN r33714]
2006-04-16 18:15:30 +00:00
Rene Rivera
6fdf3148af [merge from head] Fix RC tool to fallback to the null rc type when a real one can't be found.
[SVN r33700]
2006-04-14 20:12:11 +00:00
Rene Rivera
664b30e0e3 Fix RC tool to fallback to the null rc type when a real one can't be found.
[SVN r33699]
2006-04-14 20:07:35 +00:00
Eric Niebler
14993206c0 fix boost/doc build breakage
[SVN r33684]
2006-04-12 22:38:10 +00:00
Eric Niebler
1f4ad31bbc fix boost/doc build breakage
[SVN r33684]
2006-04-12 22:38:10 +00:00
Rene Rivera
f818cb1606 Merge from head.
[SVN r33679]
2006-04-12 15:25:08 +00:00
Rene Rivera
ddf2e4e8dc Revert error message, using "error" rule.
[SVN r33678]
2006-04-12 15:23:15 +00:00
Vladimir Prus
90b319210d Merge from trunk.
[SVN r33676]
2006-04-12 07:13:52 +00:00
Vladimir Prus
34ef669b17 Ignore <runtime-link>static and don't pass -static to linker on Darwin,
as it's not supported by the toolset.

Thanks to Doug Gregor for diagnosing this.


[SVN r33675]
2006-04-12 07:12:52 +00:00
Vladimir Prus
3c56507060 Clarify comment
[SVN r33659]
2006-04-11 08:17:22 +00:00
Vladimir Prus
e4cd4dfb03 Disable 'deprecation' warnings when warnings=off. Otherwise, user building
with warnings=off will still get some warnings.


[SVN r33658]
2006-04-11 08:16:35 +00:00
Vladimir Prus
6586766e5c Merge from trunk.
[SVN r33657]
2006-04-11 07:31:55 +00:00
Vladimir Prus
06adc0f63b Tests for more examples.
[SVN r33656]
2006-04-11 07:25:48 +00:00
Vladimir Prus
697097747a Merge from trunk.
[SVN r33655]
2006-04-11 06:15:52 +00:00
Vladimir Prus
c932264ba1 Workaround broken -s option with Apple gcc 4.0.x on Darwin.
Thanks to Doug Gregor for report and suggested fix.


[SVN r33654]
2006-04-11 06:14:44 +00:00
Vladimir Prus
5c9451d7c7 Merge from trunk.
[SVN r33653]
2006-04-11 06:02:22 +00:00
Vladimir Prus
43625aa81b Unbreak versioned config for sun compiler.
Thanks to Doug Gregor for the bug report.


[SVN r33652]
2006-04-11 06:00:58 +00:00
Vladimir Prus
79b92f0dc5 Summarize M11 changes.
[SVN r33638]
2006-04-10 13:06:03 +00:00
Vladimir Prus
b31d716fb7 Add a couple of tests for examples.
[SVN r33637]
2006-04-10 13:05:26 +00:00
Vladimir Prus
3a4cbec7b3 Revive boostbook.py tests, working around BoostBook dislike of classes
outside of any namespaces.


[SVN r33636]
2006-04-10 12:48:43 +00:00
Vladimir Prus
a6cc79cf1c Use "@rule" syntax for make example.
[SVN r33635]
2006-04-10 12:36:12 +00:00
Vladimir Prus
99b496e180 Improve indentation for --debug-generators.
[SVN r33634]
2006-04-10 12:33:15 +00:00
Vladimir Prus
3e102b6fce Document make/notfile rules. Document action syntax.
[SVN r33633]
2006-04-10 11:34:53 +00:00
Vladimir Prus
d66d2676d6 Make it possible to specify rule name with '@' prefix to the 'make' rule,
just like for 'notfile' rule. Using rule name without '@' still works
for backward compatibility.


[SVN r33632]
2006-04-10 11:26:04 +00:00
Vladimir Prus
bbf2c2b8c9 Merge from trunk.
[SVN r33631]
2006-04-10 11:00:44 +00:00
Vladimir Prus
f8dafa7ac0 Fix dependency
[SVN r33630]
2006-04-10 10:46:40 +00:00
Vladimir Prus
7f6e08a108 Include jam docs as appendix into Boost.Build docs.
[SVN r33629]
2006-04-10 10:28:06 +00:00
Vladimir Prus
1f0d1d0584 Merge from trunk
[SVN r33628]
2006-04-10 09:44:30 +00:00
Vladimir Prus
c59abb7cdf Support using Qt3 and Qt4 at the same time.
[SVN r33627]
2006-04-10 09:40:41 +00:00
Vladimir Prus
0241919bc0 Some fixes
[SVN r33625]
2006-04-10 07:30:23 +00:00
Vladimir Prus
b48dc6225f Test that 'unit-test' will find searched libraries.
[SVN r33624]
2006-04-10 07:29:30 +00:00
Vladimir Prus
1e56320bdc Don't configure Qt if already configured.
[SVN r33623]
2006-04-10 07:26:26 +00:00
Vladimir Prus
85408039c0 Print 'success' message
[SVN r33622]
2006-04-10 07:24:38 +00:00
Vladimir Prus
321dccff1a Fix diagnostic.
[SVN r33621]
2006-04-10 07:22:57 +00:00
Rene Rivera
69be3c04ae Merge from head.
[SVN r33606]
2006-04-09 07:42:50 +00:00
Rene Rivera
3bb96653bb Fix +/* change that was requireing specifying the lib paths.
Allow explicitly asking to install the STLport lib by refering to it directly: /stlport//stlport/<install-dependencies>on.
Allow setting up to use STLport by only using the library target /stlport//stlport.


[SVN r33605]
2006-04-09 07:23:47 +00:00
Rene Rivera
a5d1abd22f Only show tool not found warnings when dubgging configuration. This is to prevent spurious warnings when trying to set up varied tools and they are not usually available on a given platform.
[SVN r33604]
2006-04-09 07:20:25 +00:00
Vladimir Prus
cdad507ba2 Fix a couple of warnings that break automated tests
[SVN r33590]
2006-04-07 11:37:20 +00:00
Vladimir Prus
6931006fb1 New Qt example.
[SVN r33589]
2006-04-07 11:32:04 +00:00
Vladimir Prus
5921d4c464 Make Qt4 module work in "import qt4; using qt4 : ....." scenario.
Add method 'initialized'.


[SVN r33588]
2006-04-07 11:28:45 +00:00
Vladimir Prus
6c25769ec9 Add Juergen's copyright, with his permission.
[SVN r33587]
2006-04-07 11:19:47 +00:00
Vladimir Prus
9a0d3bb3f7 Try to improve diagnostics when no alternative can be found.
[SVN r33586]
2006-04-07 11:06:21 +00:00
Vladimir Prus
f5f87df409 Merge from trunk.
[SVN r33583]
2006-04-07 08:12:19 +00:00
Vladimir Prus
b92c99eb5f Fix URLs of packages.
[SVN r33582]
2006-04-07 08:07:58 +00:00
Vladimir Prus
2c43d9f78a Merge from trunk.
[SVN r33581]
2006-04-07 07:50:47 +00:00
Vladimir Prus
b558dea5cd New library QtUiTools. Support buildable Qt tree.
Patch from Juergen Hunold.


[SVN r33580]
2006-04-07 07:45:07 +00:00
Vladimir Prus
1d45ae211b Merge from trunk.
[SVN r33579]
2006-04-07 07:38:58 +00:00
Vladimir Prus
4d3bc9cced Remove floatsam.
[SVN r33578]
2006-04-07 07:37:06 +00:00
Vladimir Prus
0b0d55bb05 Merge from trunk.
[SVN r33577]
2006-04-07 07:34:58 +00:00
Vladimir Prus
91b01acc3b Make it possible to suppress 'lib' prefix for a target type derived from 'LIB'.
[SVN r33576]
2006-04-07 07:32:09 +00:00