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

4209 Commits

Author SHA1 Message Date
Vladimir Prus
c48bd867cf Stop intel-linux from failing due unknown name of archiver command.
[SVN r33997]
2006-05-18 10:37:10 +00:00
Vladimir Prus
e76518b57a Fix a bug that prevented parent attributes from being inherited.
[SVN r33995]
2006-05-18 09:15:03 +00:00
Vladimir Prus
4a8143b822 Allow empty list of source types in call to generators.register-composing.
[SVN r33993]
2006-05-18 06:32:16 +00:00
Vladimir Prus
c63a37042f Fix <cflags>/<cxxflags> options for using:
- Specifying them used to wipe away pre-detected msvc paths.
   - The OPTIONS variable set by common.handle-options was not
     used anywhere.

Fix default path detection:
   - Wrong variable name was used.

Patch from Ilya Sokolov.


[SVN r33982]
2006-05-17 12:57:53 +00:00
Matthias Troyer
748d97865b Increased template-depth to accomodate serialization library
[SVN r33939]
2006-05-05 15:34:29 +00:00
João Abecasis
312f8f0e50 handle command-line arguments as bjam does
[SVN r33935]
2006-05-05 10:22:18 +00:00
Vladimir Prus
1e6f0b3d05 Fix runtime library paths for CW.
[SVN r33839]
2006-04-27 15:18:15 +00:00
Vladimir Prus
fb75ecee81 Don't return random value from 'bjam_call'.
[SVN r33830]
2006-04-26 13:28:52 +00:00
Vladimir Prus
9595046f70 Handle runtime variants
[SVN r33825]
2006-04-26 09:33:55 +00:00
Vladimir Prus
98c52ffd03 Unbreak como-win. It was using old response files mechanism.
[SVN r33824]
2006-04-26 08:30:00 +00:00
Vladimir Prus
3207599aad Fix typo
[SVN r33823]
2006-04-26 07:37:38 +00:00
Vladimir Prus
ecca3e6368 Support <archiveflags>
[SVN r33822]
2006-04-26 07:34:41 +00:00
Vladimir Prus
1479c1fe5f Digital Mars fixes.
Patch from Arjan Knepper.


[SVN r33794]
2006-04-24 14:09:51 +00:00
Vladimir Prus
2a544062f5 Prevent --clean from deleting files that were used as sources of 'cast'.
[SVN r33792]
2006-04-24 13:59:41 +00:00
Vladimir Prus
e021439843 Grammar fixes.
[SVN r33791]
2006-04-24 13:43:47 +00:00
Rene Rivera
4befe28c11 Fix file reading on Windows.
[SVN r33748]
2006-04-19 21:10:11 +00:00
Rene Rivera
89143e9723 Fix missing online help docs, and refactor to not use header scanning to speed up the parsing of Jamfiles for docs.
[SVN r33746]
2006-04-19 20:13:54 +00:00
Jürgen Hunold
51d3265203 Correct QSql to QtSql in dependency list of Qt3Support.
[SVN r33735]
2006-04-18 18:57:02 +00:00
Jürgen Hunold
55d0695f74 Add QtOpenGL to the list of buildable modules.
[SVN r33728]
2006-04-17 20:59:54 +00:00
Jürgen Hunold
c9c181da31 Fixed shadowing of rc variable in if-clause.
[SVN r33714]
2006-04-16 18:15:30 +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
Rene Rivera
ddf2e4e8dc Revert error message, using "error" rule.
[SVN r33678]
2006-04-12 15:23:15 +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
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
99b496e180 Improve indentation for --debug-generators.
[SVN r33634]
2006-04-10 12:33:15 +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
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
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
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
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