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

2020 Commits

Author SHA1 Message Date
Rene Rivera
68bfe6aa2e Force toolset names to lowercase. Fixes problems with case insensitive fs where it doesn't fail to find the toolset if the case is different, but produces cased results which are incompatible with other builds.
[SVN r22355]
2004-02-22 05:03:04 +00:00
Rene Rivera
b8ae5d7b8a Fix ALL_LOCATE_TARGET so that it doesn't get ignored if not set before including other projects. Now either it's never set and the first value is used, or the value of the first setting is used.
[SVN r22354]
2004-02-22 04:44:48 +00:00
Vladimir Prus
f2b0152895 Darwin improvements.
Patch from Andre Hentz.

 * v2/build/toolset.jam
   (inherit-flags): Take an extra parameter describing properties that
   should not be inherited.

 * v2/build/type.jam
   (register-suffixes): Removed local qualifier.

 * v2/test/BoostBuild.py
   (prepare_suffix_map): Add .dylib if OS is Darwin.
   (Tester::_init_): path to bjam on Darwin.

 * v2/test/prebuilt.py
   make sure $toolset is expanded correctly.

 * v2/test/prebuilt/project-root.jam
   use $toolset instead of gcc.

 * v2/test/prebuilt/ext/project-root.jam
   use $toolset instead of gcc.

 * v2/test/prebuilt/ext/Jamfile2.jam
   handle extension .dylib.

 * v2/test/prebuilt/ext/Jamfile2.jam
   handle extension .dylib.

 * v2/tools/darwin.jam
   inline call to toolset.inherit.
   filter <debug-symbols>off because -s is not accepted for dlls.
   speficy that .dylib files are of type SHARED_LIB.
   (actions link): pass -s for static linkage.
   (actions link.dll): pass -L flag with path to libraries.
   (actions archive): -c inhibits warning.


[SVN r22332]
2004-02-20 08:51:33 +00:00
Vladimir Prus
06b75dbbe3 Property register sun toolset.
[SVN r22300]
2004-02-17 12:03:53 +00:00
Rene Rivera
e20406d94a Add new file to dist.source file list.
[SVN r22292]
2004-02-16 14:34:05 +00:00
Vladimir Prus
0ff664ff63 Move the logic for library ordering to a separate module. Add library
ordering to 'sun' toolset.


[SVN r22284]
2004-02-16 09:12:27 +00:00
Vladimir Prus
85d4ef20e3 Revert latest commit. The test fails without ordered properties, and those
can't be finished right away.


[SVN r22282]
2004-02-16 08:49:48 +00:00
Vladimir Prus
f2df997306 Optimize library ordering by native rules.
[SVN r22281]
2004-02-16 08:30:13 +00:00
Vladimir Prus
0fab21d0e1 Remove code duplication. Optimize library ordering by not ordering sources
which are not of LIB type.


[SVN r22280]
2004-02-16 07:25:23 +00:00
Christopher Currie
c00e17dc57 Removed redundant file, updated tools/build/v2/doc/Jamfile.v2 to stage
images and stylesheet from doc/html


[SVN r22202]
2004-02-09 03:41:57 +00:00
Christopher Currie
d664887996 Removed redundant files
[SVN r22201]
2004-02-09 03:41:05 +00:00
Rene Rivera
b0a20d630d Fix failed removes when doing a hardlink under Win2K if the destination does not exist.
[SVN r22191]
2004-02-07 17:26:31 +00:00
Christopher Currie
bd5f729b9a Re-organized boostbook files:
* Moved XML sources to src
* Added reference.css from Reece Dunn to html dir
* Added images from boost/doc/html so that local builds look ok


[SVN r22175]
2004-02-05 19:51:14 +00:00
Vladimir Prus
c868bc9ca0 Bugfix. Don't condirer <toolset-msvc:version>xxx to be conditional property.
[SVN r22172]
2004-02-05 13:31:54 +00:00
Vladimir Prus
afe6803218 Fix typo.
[SVN r22169]
2004-02-05 12:43:45 +00:00
Vladimir Prus
77087f30f0 Disable 'unused sources' warning for LIBS which are sources of EXE.
[SVN r22168]
2004-02-05 10:45:30 +00:00
Vladimir Prus
235f5e3d05 Add a FAQ entry about duplicate target names.
[SVN r22167]
2004-02-05 08:30:23 +00:00
Christopher Currie
668d124e1d Ran through xmllint to validate against the DTD.
[SVN r22166]
2004-02-05 07:19:44 +00:00
Christopher Currie
1f41cd7eeb Converting Boost.Build v2 User Manual to BoostBook
* userman.xml - initial BoostBook version
* Jamfile.v2  - build rules for user manual


[SVN r22165]
2004-02-05 04:09:47 +00:00
Vladimir Prus
34fef82158 Refactorings. The logic to generate dependencies was duplicated in two
methods.

* build/targets.jam
  (generate-dependency): Remove
  (basic-target.generate-sources): Remove.
  (basic-target.generate-dependencies): New method, contains
  common logic of the two removed methods.
  (basic-target.generate): Generate dependencies/sources using
  'generate-dependencies'
  (basic-target.compute-usage-requirements): Likewise.


[SVN r22147]
2004-02-03 09:24:56 +00:00
Vladimir Prus
c49ec1820c Removed commented out debug prints
[SVN r22146]
2004-02-03 08:38:06 +00:00
Vladimir Prus
6c645a5918 Disable order-sensitive properties for a while. They cause performance
degradation that should be investigated.


[SVN r22145]
2004-02-03 08:36:46 +00:00
Vladimir Prus
8314a33707 Fix a bug which preverten inheriting from gcc.
[SVN r22137]
2004-02-02 15:02:32 +00:00
Vladimir Prus
7870e1fadb Fix typo
[SVN r22135]
2004-02-02 13:27:46 +00:00
Vladimir Prus
f207c5b77f Make the 'search' feature order-sensitive.
[SVN r22134]
2004-02-02 13:18:51 +00:00
Vladimir Prus
db9f1384a0 Revive project_test1.py.
[SVN r22133]
2004-02-02 13:17:41 +00:00
Vladimir Prus
03a73e9a08 Instroduce order-sensitive properties.
* build/feature.jam: New feature attribute 'order-sensitive'.

* jam_src/modules/property-set.c: (property_set_create): Don't sort
  order-sensitive attributes.


[SVN r22132]
2004-02-02 13:12:30 +00:00
Vladimir Prus
841a1fd4ea Refactorings.
* jam_src/compile.c
  (call_rule): New function.

* jam_src/modules/property-set.c
  (property_set_create): Use 'call_rule'.


[SVN r22131]
2004-02-02 11:50:31 +00:00
Vladimir Prus
a542437462 Simplification. Now that non-searched libraries are directly
passes to action (not via property), there's no need to explicitly
set dependency on such targets.

* tools/builtin.jam
  (link-action): Remove
  (linking-generator.action-class): Don't override.
  (linking-generator.generated-targets): Don't pass searched-libraries
  as sources.


[SVN r22130]
2004-02-02 09:29:22 +00:00
Vladimir Prus
a0caebd09c Move the 'location-prefix' feature declaration to builtin.jam.
[SVN r22129]
2004-02-02 07:33:02 +00:00
Vladimir Prus
b82d2abbc0 First version of proper library ordering for gcc.
[SVN r22079]
2004-01-30 14:10:24 +00:00
Vladimir Prus
1fe300d263 Add paths to all dependent libs to uic command line.
[SVN r22071]
2004-01-30 12:14:57 +00:00
Vladimir Prus
1e70d418fe Fix links
[SVN r22069]
2004-01-30 11:34:54 +00:00
Vladimir Prus
3cc52443f3 Make some of the features incidental, since they have no effect on
built targets.


[SVN r22068]
2004-01-30 08:08:24 +00:00
Vladimir Prus
9106397e92 Refactorings.
* build/property-set.jam
  (property-set): Make dependency/non-dependency classification independent
  from base/free/incidental.

* build/targets.jam
  Induced change.


[SVN r22051]
2004-01-29 14:59:17 +00:00
Vladimir Prus
b903dbca2e * utils/paths.jam
(glob): Accept several directories, like builtin GLOB does.


[SVN r22050]
2004-01-29 13:49:14 +00:00
Dave Abrahams
23a7ecb8c0 Fixes for intel-linux
added <default> feature handling for specifying build defaults in requirement sets.


[SVN r22027]
2004-01-28 22:50:18 +00:00
Douglas Gregor
1d037dbe15 Glob in multiple directories correctly
[SVN r22014]
2004-01-28 01:41:31 +00:00
Jeremy Siek
ccb7817e26 removed the -Wno-long-double flag from Darwin section too
[SVN r21979]
2004-01-26 20:21:22 +00:00
Vladimir Prus
aa1d40b3e3 Register generators inside 'init'. Issue warning of Boost.Book XSL dir
is not found.


[SVN r21972]
2004-01-26 14:48:51 +00:00
Vladimir Prus
0576fe7b26 Weaken check for unused sources for libraries -- so that we don't warn
the statically linked library bypasses library sources.


[SVN r21960]
2004-01-26 11:32:58 +00:00
Vladimir Prus
d1cda1623c Robustify Boost.Book a little more. Don't register generators unless
'init' rule is called, so that we don't get into half-initialized state.

Revert previous change to doxygen.jam, since importing boostbook now is
harmless.


[SVN r21957]
2004-01-26 11:20:45 +00:00
Vladimir Prus
fb8f4d64ee Don't import boostbook. The reason is that importing toolset module makes
Boost.Build believe the module is property loaded, but without 'init' call,
the module will not work. In this case, if doxygen is configured but
boostbook is not, it causes strange errors.

This commit temporary breaks doxygen -- I'm gonne fix that in a minute.


[SVN r21954]
2004-01-26 10:51:54 +00:00
Vladimir Prus
54653e0c21 Don't crash when BOOST_ROOT is not set. Print interesting things when
--debug-configuration is specified.


[SVN r21953]
2004-01-26 10:29:09 +00:00
Rene Rivera
47123f4e94 Add some missing files to distribution building.
[SVN r21942]
2004-01-26 05:46:32 +00:00
Vladimir Prus
f167f706e0 Fix file:line printing so that Emacs and other tools are not confused.
Patch from Samuel Krempp.


[SVN r21887]
2004-01-23 14:16:29 +00:00
Vladimir Prus
9c45a944b7 When --debug-configuration is specified, output where boost-build.jam
and bootstrap.jam were found.


[SVN r21886]
2004-01-23 14:02:19 +00:00
Jeremy Siek
110cc640db moved -Wno-long-double to the Darwin section
[SVN r21877]
2004-01-22 04:08:35 +00:00
Rene Rivera
a4f6b4362b Fix missing link flags when building executables from the regression test system. The use of flags .. <target-type>EXE does not work because the target type is set to the main target (RUN from ther test system). Use gTARGET_TYPE instead which is set.
[SVN r21876]
2004-01-22 03:40:10 +00:00
Jeremy Siek
864e107939 added -Wno-long-double
[SVN r21874]
2004-01-22 00:25:26 +00:00