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

1872 Commits

Author SHA1 Message Date
Vladimir Prus
bd4bcbf7e8 Fix broken link.
[SVN r21075]
2003-12-02 10:24:19 +00:00
Vladimir Prus
78dbd89576 Remove files which are now in v2/doc
[SVN r21074]
2003-12-02 10:11:17 +00:00
Rene Rivera
e576148862 Obsolete file, replaced by /more/getting_started.html.
[SVN r21062]
2003-12-02 05:06:24 +00:00
Rene Rivera
4beb364c82 Repoint away from soon to disappear file.
[SVN r21061]
2003-12-02 05:02:09 +00:00
Rene Rivera
b94adbcdcf Fix broken link.
[SVN r21060]
2003-12-02 04:53:04 +00:00
Vladimir Prus
e95f44bffa Fix doc formatting to comple with ReST.
[SVN r21027]
2003-12-01 06:10:11 +00:00
Rene Rivera
70aed83e65 Script and HTML to generate build log summary.
[SVN r21024]
2003-12-01 00:56:28 +00:00
Vladimir Prus
4e9ebe6d49 Workaround hang in --help handling.
[SVN r20980]
2003-11-28 06:42:09 +00:00
Dave Abrahams
282dd834c1 Add --debugger option for running tests under the debugger.
[SVN r20970]
2003-11-27 03:20:59 +00:00
Dave Abrahams
0d45179994 Fix up python-debug executable determination for NT.
[SVN r20969]
2003-11-27 03:20:14 +00:00
Dave Abrahams
3c570cf2d4 Bug fix
[SVN r20942]
2003-11-24 21:49:21 +00:00
Dave Abrahams
6ec2bd2e5c Fixes for --dump-tests with Python testing.
[SVN r20938]
2003-11-24 15:21:23 +00:00
Dave Abrahams
ade30d30d0 Allow path-properties to be specified as project-relative,
i.e. <include>@boost/foo/bar.

Modified python.jam to use <sysinclude>@boost instead of
<sysinclude>$(BOOST_ROOT), since BOOST_ROOT doesn't hold a reliable
value outside the Boost project.


[SVN r20930]
2003-11-24 02:50:28 +00:00
Vladimir Prus
80559fffd3 * build/property.jam
(refine): Pass conditional properties throught.


[SVN r20900]
2003-11-21 14:24:24 +00:00
Dave Abrahams
048fca4501 Make it possible to test multiple borland compilers
[SVN r20898]
2003-11-20 21:43:49 +00:00
Dave Abrahams
aa2c9df307 Force forward slashes on input file paths
[SVN r20897]
2003-11-20 21:43:17 +00:00
Vladimir Prus
7a4f4d6be2 Add <dependency> feature.
Patch from Pedro Ferreira.


[SVN r20878]
2003-11-20 13:01:58 +00:00
Vladimir Prus
582324b8ef Add new W32_GETREG builtin.
Patch from Paul Lin


[SVN r20859]
2003-11-19 14:31:07 +00:00
Rene Rivera
c9d448c4d0 Rename installing section to more sensible building boost.jam.
Add note about only needing to build one bjam for any boost.build toolset.
Add note for default location of bjam source in distribution.


[SVN r20846]
2003-11-18 21:15:40 +00:00
Rene Rivera
4008fbb995 Add common-stage-tag back in for backward compatability.
[SVN r20832]
2003-11-17 17:57:57 +00:00
Rene Rivera
01bcd3e71b Oops, fix some stupid syntax mistakes.
[SVN r20827]
2003-11-17 16:28:36 +00:00
Rene Rivera
bd35768f72 Add documentation for:
* Requirement Rules; std::locale-support, std::facet-support, and common-variant-tag
* Install Descriptions; install, install-subinclude, and install-source.


[SVN r20824]
2003-11-17 16:18:48 +00:00
Rene Rivera
c73a3a7324 Rename common-state-tag to common-variant-tag.
Add version number to common-variant-tag from <version> property.
Change common-names to only return the common-variant-tag for temporary compatability.


[SVN r20822]
2003-11-17 04:08:18 +00:00
Rene Rivera
c42c018725 Add <version> feature to control the value for the common-variants-tag rule.
[SVN r20821]
2003-11-17 03:56:30 +00:00
Dave Abrahams
21c7471c3a * Fixed Boost.Thread jamfile to add the missing #include paths
* Modified Python testing code to use the facilities of testing.jam,
  so that it can be processed with process_jam_log

* Updated Python library tests to use a test suite

* Added Python test suite to status/Jamfile

* Added --run-all-tests option to force tests to run even when up-to-date.


Also,
boost-base.jam:

    Added some missing rule signatures

    RUN_LD_LIBRARY_PATH became LINK_LIBPATH because it was only really
    used during linking.

    Reformed the movement of path variables up the dependency graph

    Removed the defunct Run rule

    Set up generalized constants for path manipulation

darwin-tools.jam, gcc-tools.jam:

   use LINK_LIBPATH

python.jam:

   Reformed the choice of Python executable

testing.jam:

   Refactored testing code so it could be used for Python

   Now building all environment variable setup code ahead of time

   RUN_TEST became TEST_EXE


[SVN r20815]
2003-11-15 15:41:41 +00:00
Dave Abrahams
e845d377b5 Fix testing suffixes
[SVN r20809]
2003-11-14 21:17:11 +00:00
Vladimir Prus
26ea0bd963 * tools/msvc.jam
(archive): Delete .lib before adding new files.

Patch from Jurgen Hunold.


[SVN r20800]
2003-11-13 11:04:43 +00:00
Dave Abrahams
da610ce6b1 Bugfixes for my last round of refactorings. NEEDLIBS was getting dropped from toolsets that use command files.
[SVN r20786]
2003-11-11 18:42:43 +00:00
John Maddock
283daad33f Second attempt at fixing msvc / Borland lib builds - removed piecemeal action.
[SVN r20785]
2003-11-11 12:36:14 +00:00
Dave Abrahams
17500f4c67 Refactored testing and exe building code.
[SVN r20784]
2003-11-11 10:43:55 +00:00
Vladimir Prus
5e3a86adf3 Using -R instead of -rpath.
* tools/gcc.jam
   (link): substitute -R for -rpath
   (link.dll): substitute -R for -rpath

Patch from Andre Hentz.


[SVN r20783]
2003-11-11 06:11:47 +00:00
Dave Abrahams
6c680985f5 Fix search for source so that it can work from a remote directory.
[SVN r20778]
2003-11-10 17:33:40 +00:00
John Maddock
fbd1555c3a Changed lib build so that it deletes the old lib file before re-creating it.
[SVN r20775]
2003-11-10 11:28:06 +00:00
Rene Rivera
9fb2d82993 Add static-libs/archives path to the library search path options so that the auto_link feature can find the libraries.
[SVN r20767]
2003-11-08 18:32:51 +00:00
Vladimir Prus
593da1b0f3 * tools/gcc.jam
(link.dll) : -soname is not accepted by solaris LD. Using -h allows
      it to work with GNU LD and solaris LD (and presumably others).

Patch from Andre Hentz.


[SVN r20750]
2003-11-08 09:58:47 +00:00
Vladimir Prus
6b555018fd * tools/msvc.jam
(achive action): Add /NOLOGO switch
  (link, link.dll): Change -nologo to /NOLOGO for consistency.

Patch from Jurgen Hunold.


[SVN r20749]
2003-11-08 09:34:36 +00:00
Vladimir Prus
bebf8ca7d8 * tools/msvc.jam
(link.dll action): Use DEF_FILE.
  (link action): Don't use DEF_FILE.

Patch from Pedro Ferreira.


[SVN r20748]
2003-11-08 09:31:03 +00:00
Rene Rivera
361d63cd2b Add common-names rule to facilitate library authors using the common name targets and auto_link headers.
[SVN r20721]
2003-11-07 05:29:13 +00:00
Rene Rivera
ff81f1b64a Add some missing quotes for actions so that we can deal with filenames with spaces.
[SVN r20720]
2003-11-07 04:57:35 +00:00
Christopher Currie
8cf0167823 * Add support for sonaming.
* Realign the toolset path determination to the changes made in the gcc
   toolset (upon which the sunpro toolset is based).
* Updates the documentation:
   - matches the changes in the toolset
   - adds version specific compatibility information


[SVN r20711]
2003-11-06 17:46:31 +00:00
Vladimir Prus
8dae5e4740 Update download locations.
[SVN r20709]
2003-11-06 16:48:55 +00:00
Vladimir Prus
5f1e752add Update version.
[SVN r20708]
2003-11-06 16:48:33 +00:00
Vladimir Prus
028df60b79 Fix BB58: the unit-test rule was ignoring <library> property.
* tools/builtin.jam
  (linking-generator): Move <library> properties to sources in the 'run'
  method. This makes the logic usable by everyone who invokes the generator.
  (exe-target-class, lib-target-class): Don't do the above.


[SVN r20707]
2003-11-06 16:46:29 +00:00
Vladimir Prus
218d38a858 Fix a typo which broke threading support on gcc.
[SVN r20706]
2003-11-06 16:43:41 +00:00
Vladimir Prus
08ed526238 Don't make 'use-interface' propagated, since we don't want to build
two version of library just because it's used by both console and gui
application.

Probably, a better approach would be to make 'user-interface' feature
irrelevant to all targets except for exe, but that requires some design
and coding.

Patch from Brock Peabody.


[SVN r20699]
2003-11-06 07:37:35 +00:00
Vladimir Prus
e0e8d345a4 Incremental improvement to the darwin toolset.
* Set the proper suffix for shared libraries
 * Added C and C++ compile options used in v1:
    -Wno-long-double, -no-cpp-precomp, and -fcoalesce-templates
 * Converted the link.dll rule to use the bundled libtool
 * Added support for linking to frameworks

Patch from Christopher Currie.


[SVN r20695]
2003-11-06 07:32:04 +00:00
Vladimir Prus
f9d7140cf2 Tweak.
[SVN r20694]
2003-11-06 07:29:32 +00:00
Vladimir Prus
f01178607a * tools/rc.jam
Handle LINUX, as well.

  Patch from Jurgen Hunold.


[SVN r20693]
2003-11-06 07:17:53 +00:00
Vladimir Prus
a74edee228 * tools/msvc.jam
Add /INCREMENTAL:NO to linker options when linking exes, not only dlls.
  It was omitted from exes by mistake.


[SVN r20692]
2003-11-06 07:16:10 +00:00
Rene Rivera
79994feb12 Fix compilation for GCC type compilers that take .c files to be ANSI-C only, not a hybrid C/C++. This immediately affects MinGW (gcc).
[SVN r20687]
2003-11-05 23:37:40 +00:00