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

25 Commits

Author SHA1 Message Date
Vladimir Prus
1d5d02c16e Correct result of double-patching.
[SVN r75728]
2011-11-29 16:13:07 +00:00
Vladimir Prus
7082880737 Initial MSVC support for Boost.Build/Python.
Patch from Juraj Ivančić.


[SVN r75722]
2011-11-29 12:03:57 +00:00
Steven Watanabe
27a60c17b6 Implement a preprocessed rule for generating preprocessed source files. Refs #5390. This is not yet complete as it is only implemented for gcc and msvc.
[SVN r71094]
2011-04-07 23:41:19 +00:00
Vladimir Prus
13d72d7bba Update port of tools/types/lib.jam
[SVN r64457]
2010-07-30 06:23:32 +00:00
Rene Rivera
618cc10481 Call explicit type register rule to avoid errors when the type file is imported from another type file. (Fixes #4118).
[SVN r61393]
2010-04-19 03:43:14 +00:00
Rene Rivera
792d4e5bb4 Add an objective-c header scanner so that #import dependencies can be found. To minimize code it reuses the c-scanner which is now moved into the cpp.jam type file.
[SVN r61358]
2010-04-18 14:35:57 +00:00
Vladimir Prus
5f9ec50378 Adjust library names on mingw/cygwin. Fixes #1907
[SVN r60062]
2010-03-01 22:32:00 +00:00
Vladimir Prus
a52d4903a9 Use libwhatever.a naming for static libraries on mingw, as that matches
how all libraries shipped with mingw are named. Further, we previously
used libwhatever.lib, and the linker never searched for this spelling.


[SVN r57816]
2009-11-20 13:25:25 +00:00
Vladimir Prus
4e9f604284 Add experimental Python port
[SVN r55201]
2009-07-27 08:52:41 +00:00
Vladimir Prus
69a2449e5e Generate import libs on cygwin, and fix naming to match conventions.
Patch from Ronald Landheer-Cieslak.


[SVN r53446]
2009-05-30 11:51:46 +00:00
Vladimir Prus
a156ce4b0a Fix exe extension on Cygwin.
Fixes #2913.


[SVN r52212]
2009-04-06 09:46:17 +00:00
Steven Watanabe
4355d9ab44 Use .dll extension for shared libraries on cygwin. Fixes #2734
[SVN r51241]
2009-02-13 20:51:25 +00:00
Vladimir Prus
7f5123154b Key some extensions on target-os, not host os.
[SVN r49010]
2008-09-29 16:00:32 +00:00
Rene Rivera
c44edcaa33 Move objective-c target types declaration to common location.
[SVN r45931]
2008-05-30 00:34:24 +00:00
Vladimir Prus
c2db8be793 Previously, I've accidentally committed a patch
to make <tag> affect names of searched libraries.
This commit greatly simplifies that.


[SVN r39105]
2007-09-01 22:10:46 +00:00
Rene Rivera
d8053baead Make static non-import libs have the "lib" prefix to conform to the bbv1 and auto-link existing practice.
[SVN r34446]
2006-07-02 19:01:52 +00:00
Vladimir Prus
81ff6d87fa Make it possible to suppress 'lib' prefix for a target type derived from 'LIB'.
[SVN r33576]
2006-04-07 07:32:09 +00:00
Vladimir Prus
67ff0ed2a5 Improved Qt4 support.
1. Better qmake compatibility by adding the necessary defines for each
Qt library. E.g. qmake defines QT_CORE_LIB when generating makefiles
for a project using QtCore, QT_GUI_LIB for QtGui and so on.
2. Added support for QtTestLib, the Qt Test Framework ( Qt 4.1)
3. Added support for QtAssistantClient, Qt Integrated Help System
4. Better readability by adding explicit comments (# usage-requirements)
and having one line per setting).
5. Add support for "moc-and-include header" by
5a. duplication of the "moccable-cpp" hack for headers.
5b. copy&change of "moc-h-generator" to "moc-inc-generator"
5c. renaming of the "moc.cpp" action  to "moc.inc" and rearringing
documentation.

Patch from Juergen Hunold.


[SVN r32428]
2006-01-27 09:02:18 +00:00
Vladimir Prus
cdcd9ab618 Defined the MOCCABLE_CPP type.
[SVN r30969]
2005-09-14 06:26:45 +00:00
Vladimir Prus
4086ae176c Factor out Qt types declaration into separate file. Now Qt3 and Qt4 can
be both initialized.


[SVN r30772]
2005-09-01 10:36:16 +00:00
Vladimir Prus
d22834b979 Add ASM to the list of assembler suffixes. Just because I need that
extension somewhere else.


[SVN r30541]
2005-08-12 13:14:46 +00:00
Vladimir Prus
905d44b656 Support assembler sources with gcc.
Patch from Craig Rodrigues.


[SVN r30406]
2005-08-03 13:33:45 +00:00
Vladimir Prus
c373e09455 Fix static lib suffix on OS X.
Thanks to Pedro Ferreira for the report.


[SVN r29247]
2005-05-27 15:19:58 +00:00
Vladimir Prus
9f47f9f9ff Adjust library suffixes for OSX.
[SVN r28631]
2005-05-03 14:58:24 +00:00
Dave Abrahams
42f4871b1b Factored html type out of boostbook.jam and in the process created a
modular system for registering new types.


[SVN r26484]
2004-12-10 02:39:57 +00:00