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

604 Commits

Author SHA1 Message Date
John Maddock
6709f5a1da Made changes suggested by Dave Abrahams to clean up code a little.
[SVN r21389]
2003-12-24 12:05:58 +00:00
Beman Dawes
9511480226 comment that c works for c++, too
[SVN r21373]
2003-12-22 21:18:53 +00:00
John Maddock
bb7682289a Changed naming scheme for vc7-stlport and vc7.1-stlport toolsets - these toolsets require <stlport-iostream>on, but the lib naming scheme gets hold of the build properties before the toolset gets to modify them, so we have to remove any 'n' tag that gets appended.
[SVN r21358]
2003-12-20 13:28:22 +00:00
John Maddock
eef1c8b7de Added new vc7-stlport and vc7.1-stlport toolsets.
[SVN r21357]
2003-12-20 13:24:24 +00:00
John Maddock
65cbcace30 Fixed toolset so that advertised STLPORT_VERSION feature now behaves correctly.
[SVN r21347]
2003-12-20 11:25:14 +00:00
Dave Abrahams
3c128e932f .
[SVN r21310]
2003-12-18 01:14:49 +00:00
Rene Rivera
8646da0914 Add returning of generated files from stage rule.
[SVN r21260]
2003-12-15 04:09:56 +00:00
Rene Rivera
7db506bf7b Add LN definition for windows platform.
[SVN r21259]
2003-12-15 03:46:09 +00:00
Rene Rivera
1fbe6b1f83 Fix missing versioned DLLs from getting copied about as extra files.
[SVN r21258]
2003-12-15 03:41:52 +00:00
Rene Rivera
0caa010580 Fix setting PATH and quotes problem.
[SVN r21252]
2003-12-14 20:08:14 +00:00
Dave Abrahams
6f977e98a6 quote appended paths
[SVN r21246]
2003-12-13 15:09:27 +00:00
Rene Rivera
81e52d95f9 Add support to speficy a rename rule for the target files.
[SVN r21175]
2003-12-07 23:33:45 +00:00
Rene Rivera
43603e6d06 Fix broken links.
[SVN r21088]
2003-12-02 17:44:33 +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
b94adbcdcf Fix broken link.
[SVN r21060]
2003-12-02 04:53:04 +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
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
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
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
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
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
Rene Rivera
8624502b0a Fix -b option missing "-" for AIX.
[SVN r20685]
2003-11-05 19:48:52 +00:00
Rene Rivera
4a290bd14c Fix misplaced -o option.
[SVN r20680]
2003-11-05 07:01:41 +00:00
Rene Rivera
80c0430a58 Fixes for MacOSX Darwin compilation:
* Shufle the placement of the -bind_at_load option.
* Take out the -bundle_loader option out, again.


[SVN r20678]
2003-11-05 04:49:10 +00:00
Rene Rivera
63811793f8 Put back the use of bundle-loader, instead of link-format-bundle for MacOSX/Darwin builds of extensions.
[SVN r20670]
2003-11-04 22:18:21 +00:00
Rene Rivera
ced2acb40d Fix handling of bundle-loader vs. link-format.
[SVN r20669]
2003-11-04 22:17:19 +00:00
John Maddock
190f723ba3 Added <native-wchar_t> option to allow turning off of /Zc:wchat_t option
[SVN r20646]
2003-11-04 13:08:34 +00:00
Rene Rivera
0f07115f1a Attempt to simulate the actions that Python itself uses for building extensions.
* darwin-tools.jam; Added <link-format> to specify the type of linking to do.
* python.jam; Adjust framework specification so that the added search path is correct.
* python.jam; Change selection of library when building on MacOSX to always use the framework.
* python.jam; Change adjustment of properties so that it builds Python extensions with link-format = bundle.


[SVN r20633]
2003-11-04 08:15:59 +00:00
Rene Rivera
732b13ed53 Remove the -framework option for compiling as it's only needed for linking.
[SVN r20629]
2003-11-04 06:38:50 +00:00
Rene Rivera
6c72d76980 Oops, fix minor syntax mistake.
[SVN r20626]
2003-11-04 03:04:40 +00:00
Rene Rivera
5384bc16b2 Apply patches for building with gcc on AIX from J. Micheal Owen, with some minor mods.
[SVN r20625]
2003-11-04 03:00:46 +00:00
Rene Rivera
ea78e214f7 Attempt to handle frameworks in consistent manner.
* darwin-tools.jam; Use -F option to specify the framework location, if the framework has one.
* python.jam; Try and determine where the Python framework is.
* python.jam; Remove requirement that warnings be off when building.


[SVN r20616]
2003-11-03 19:50:47 +00:00
Rene Rivera
6cb418973c Build+Install:
* common-stage-tag; fix vc toolsets not getting the version number.
* common-stage-tag; handle stlport native iostream mode with "n" tag.
* common-stage-tag; try to catch more instances of stlport use.


[SVN r20577]
2003-10-31 16:42:50 +00:00