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
06adc0f63b
Tests for more examples.
...
[SVN r33656]
2006-04-11 07:25:48 +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
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
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
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
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
b92c99eb5f
Fix URLs of packages.
...
[SVN r33582]
2006-04-07 08:07:58 +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
4d3bc9cced
Remove floatsam.
...
[SVN r33578]
2006-04-07 07:37:06 +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
Rene Rivera
7caae4d9f5
Per ticket #81 < https://zigzag.cs.msu.su/boost.build/ticket/81 >. Use start/end-group options of the GNU linker to allow for cyclic dependencies in libraries.
...
[SVN r33575]
2006-04-07 00:48:49 +00:00
Stefan Slapeta
55da156d99
Added necessary systems libraries for intel-win32
...
[SVN r33552]
2006-04-05 11:19:34 +00:00
Vladimir Prus
117f001882
--debug-configuration works for intel-linux.jam
...
[SVN r33547]
2006-04-05 08:33:09 +00:00
Vladimir Prus
9e24c0ecd2
Disable various frontend options that seem to cause ICE's with intel 9.0.
...
[SVN r33542]
2006-04-05 07:10:36 +00:00
Rene Rivera
6187be22dd
Add support for toolset specific resource compiler tool. Make gcc toolset configure a resource compiler if available, and optionally can be user configured. This allows the use of RC files with MinGW and CYGWIN. MSVC minor adjustment to changed name of RC rule.
...
[SVN r33539]
2006-04-05 05:36:52 +00:00
Rene Rivera
aaf31f754f
Fix building with intel-win32 toolset, it was missing linking to some of the system DLLs.
...
[SVN r33532]
2006-04-04 23:17:43 +00:00
Rene Rivera
997b0f87db
Add support for STLport 5.x release.
...
[SVN r33531]
2006-04-04 23:16:13 +00:00
Vladimir Prus
20065dfe21
Fix LD_LIBRARY_PATH setting for 64-bit gcc.
...
[SVN r33521]
2006-03-29 15:20:08 +00:00
Vladimir Prus
e32ee36424
Fix rpath and strip for OFS linker.
...
[SVN r33519]
2006-03-29 11:42:04 +00:00
Vladimir Prus
316a8103b9
Set LD_LIBRARY_PATH when running tests built with intel-linux.
...
[SVN r33515]
2006-03-29 11:05:05 +00:00
Vladimir Prus
0b918c04ba
Unbreak Qt3.
...
Patch from Jurgen Hunold.
[SVN r33503]
2006-03-28 13:26:31 +00:00
Rene Rivera
ad99b23a0b
Fix missing var expansion in error message about conflicting properties.
...
[SVN r33482]
2006-03-27 03:28:19 +00:00
Rene Rivera
6934ddd420
Fixes for MinGW compilation.
...
* Configuration prefers using the AR in the compiler specific bin dir.
* Fix pre-delete of archives so it uses it's own action, and hence allows the archive action to be a single command.
* That fixes the problem of command line limits on the CMD shell, for archives that have many source files.
[SVN r33475]
2006-03-26 06:28:51 +00:00
Rene Rivera
a0b73d1f26
Add RmTemps, which is the really quite version of Clean.
...
[SVN r33474]
2006-03-26 06:26:01 +00:00
Rene Rivera
a29731a374
Add missing "undef" feature. It's used in plenty of places but was never defined.
...
[SVN r33473]
2006-03-25 16:28:19 +00:00
Vladimir Prus
e30e52e60e
Allow to explicitly specify root, in case where we have trouble auto-detecting
...
it from the compiler name.
[SVN r33453]
2006-03-23 08:35:37 +00:00
Vladimir Prus
84652e1dfe
Use project name 'qt' for Qt4 and 'qt3' for Qt3.
...
[SVN r33442]
2006-03-22 15:10:27 +00:00
Vladimir Prus
8365dbd676
Don't append lib paths for all gcc version to a single RUN_PATH.
...
[SVN r33441]
2006-03-22 14:28:39 +00:00
Vladimir Prus
01447a62c3
Make dependents of Python link to 'util' library on Unix.
...
[SVN r33440]
2006-03-22 14:13:43 +00:00
Vladimir Prus
55008084b3
Add forwarding qt.jam.
...
[SVN r33439]
2006-03-22 10:21:28 +00:00