2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-24 03:52:12 +00:00
Commit Graph

4866 Commits

Author SHA1 Message Date
Vladimir Prus
1cd0957780 Fix reference to no-existing response file code
[SVN r34758]
2006-07-28 12:09:25 +00:00
Vladimir Prus
059cd1a826 Fix reference to no-existing response file code
[SVN r34758]
2006-07-28 12:09:25 +00:00
Vladimir Prus
d54b2fda80 Merge: fix logic for adding 'rt'
[SVN r34751]
2006-07-27 06:56:31 +00:00
Vladimir Prus
ce92b0f468 Fix logic for adding 'rt' on Sun.
[SVN r34750]
2006-07-27 06:55:52 +00:00
Vladimir Prus
93b2a2cb03 More patches from Bronek
[SVN r34724]
2006-07-25 05:50:44 +00:00
Vladimir Prus
81d4ce4fbe More patches from Bronek
[SVN r34724]
2006-07-25 05:50:44 +00:00
Vladimir Prus
4206e1e630 Merge: Link to rt on Sun
[SVN r34694]
2006-07-24 06:15:30 +00:00
Vladimir Prus
7115edc2ba Link to rt on Sun
[SVN r34693]
2006-07-24 06:14:29 +00:00
Rene Rivera
59fc214b6b Bump version to 3.1.14. (merge from head)
[SVN r34676]
2006-07-23 16:24:21 +00:00
Rene Rivera
7a5cb079cf Bump version to 3.1.14.
[SVN r34675]
2006-07-23 16:21:30 +00:00
Vladimir Prus
11886e005a Merge: Don't link Boost.Python to python library
[SVN r34663]
2006-07-22 07:16:18 +00:00
Vladimir Prus
eea24b89c1 Don't link Boost.Python to python library, and don't require
<threading>multi for embedding applications.

* libs/python/build/Jamfile.v2: (boost_python): Don't link
  to /python//python. Use /python//python_for_extensions.

* libs/python/test/Jamfile.v2: Remove <threading>multi project
  requirements.
  (py-run): Link to /python//python.
  (exec): Likewise.

* tools/build/v2/tools/python.jam: (pthread): Declare.
  (init-unix): Add 'pthread' to extra-libs.
  (


[SVN r34662]
2006-07-22 07:12:10 +00:00
Vladimir Prus
8e7b7a375f Merge: unbreak <cflags> and <linkflags>
[SVN r34661]
2006-07-22 06:22:59 +00:00
Vladimir Prus
9865754549 Use USER_OPTIONS in darwin.jam. This unbreaks user's <cflags> and <linkflags>
settings.


[SVN r34660]
2006-07-22 06:22:12 +00:00
Vladimir Prus
585b169a4e More dialog-closing fixed from Bronek
[SVN r34659]
2006-07-22 06:13:41 +00:00
Vladimir Prus
6be8cb24e9 More auto-dialog-closing fixes from Bronek.
[SVN r34658]
2006-07-22 06:12:42 +00:00
Gennaro Prota
f2722847c2 manual merge from trunk: fixed typos reported in http://bugs.debian.org/378016
[SVN r34637]
2006-07-20 14:06:13 +00:00
Gennaro Prota
266cba4814 fixed typos reported in http://bugs.debian.org/378016
[SVN r34629]
2006-07-20 13:15:25 +00:00
Vladimir Prus
6abd086e1c Merge: correct paths
[SVN r34623]
2006-07-20 08:56:07 +00:00
Vladimir Prus
2a1beb0e9e Correct paths
[SVN r34622]
2006-07-20 08:55:13 +00:00
Vladimir Prus
65a0111545 Set release date
[SVN r34621]
2006-07-20 08:54:13 +00:00
Vladimir Prus
78d53b316c Set release date
[SVN r34621]
2006-07-20 08:54:13 +00:00
Vladimir Prus
7db21bc40a -m
[SVN r34620]
2006-07-20 08:52:11 +00:00
Vladimir Prus
f34059ffe8 Update release procedure
[SVN r34619]
2006-07-20 08:51:20 +00:00
Vladimir Prus
d523c1fa4d Merge: fix expectations
[SVN r34618]
2006-07-20 08:10:45 +00:00
Vladimir Prus
deac4d9335 Fix expectations.
[SVN r34616]
2006-07-20 08:09:50 +00:00
Vladimir Prus
9b8d54df9c Merge: update version number
[SVN r34615]
2006-07-20 07:41:12 +00:00
Vladimir Prus
cc7e0e6bda Update version number
[SVN r34614]
2006-07-20 07:39:15 +00:00
Vladimir Prus
0e9feaa004 Minor fixes
[SVN r34613]
2006-07-20 07:32:03 +00:00
Vladimir Prus
3b121523c5 Pass pass to BoostBook XSL. Remove broken configuration of msvc.
[SVN r34612]
2006-07-20 07:31:21 +00:00
Vladimir Prus
3bdfcbb073 Merge: Remove 'draft' indicator
[SVN r34611]
2006-07-20 07:27:18 +00:00
Vladimir Prus
24cf105610 Remove 'draft' indicator.
They currently result if huge "draft" text that more scares users that
warns about incomplete docs.


[SVN r34610]
2006-07-20 07:19:26 +00:00
Vladimir Prus
26ca3311ac No longer exclude the 'make' example
[SVN r34609]
2006-07-20 07:16:17 +00:00
Vladimir Prus
4aad2b5f60 No longer exclude the 'make' example
[SVN r34609]
2006-07-20 07:16:17 +00:00
Vladimir Prus
31b2dbbeff Merge version bump
[SVN r34608]
2006-07-20 06:36:32 +00:00
Vladimir Prus
9607545f83 Update version to M11
[SVN r34607]
2006-07-20 06:34:00 +00:00
Vladimir Prus
77addc6af0 Merge dialog-closing improvements from Bronek
[SVN r34606]
2006-07-20 06:29:34 +00:00
Vladimir Prus
837f57e2ba Improvements in auto-closing on dialog boxes. In particular, new
check that parent's creation time is less than child's creation time.

Patch from Bronek Kozicki.


[SVN r34605]
2006-07-20 06:27:50 +00:00
Vladimir Prus
f3d1c2316b Merge dialog box closing fixes
[SVN r34537]
2006-07-15 05:56:54 +00:00
Vladimir Prus
42e6ab6ab2 Improve auto-closing of dialog boxes.
- Don't close boxes owned by 'explorer.exe'.
  - Close dialog parented by csrss.exe ("Unable to locate component/dll")
  - Various cleanups

Patch from Bronek Kozicki.


[SVN r34536]
2006-07-15 05:54:35 +00:00
Vladimir Prus
5f65035c81 Fix syntax error.
[SVN r34521]
2006-07-13 07:39:58 +00:00
Dave Abrahams
5b8b9f4a02 Correct extra-libs logic for QNX
[SVN r34520]
2006-07-12 23:11:56 +00:00
Andrey Melnikov
41636a5650 -Yl patch by Bojan Resnik for precompiled headers with debug info
[SVN r34502]
2006-07-10 17:54:35 +00:00
Andrey Melnikov
6e1c7a3704 Fix: Support for precompiled headers in msvc.jam was broken by the previous patch
[SVN r34500]
2006-07-10 15:37:26 +00:00
Vladimir Prus
8ab8ea9946 Add example of calling Python modules from Boost.Build.
[SVN r34474]
2006-07-07 07:14:46 +00:00
Vladimir Prus
92b9016ba4 Merge from trunk
[SVN r34473]
2006-07-07 06:48:53 +00:00
Vladimir Prus
08bec0da7d Make 'use-project' in user-config work.
* build/project.jam (load-used-projects): New, extracted from 'load'.
    (load): Call 'load-used-projects'
    * build-system.jam: Call 'load-used-projects' for site-config and
    user-config.

Thanks to Andrei Melnikov for the bug report.


[SVN r34472]
2006-07-07 06:47:20 +00:00
Vladimir Prus
aaccab6e63 Merge from trunk
[SVN r34471]
2006-07-07 05:26:29 +00:00
Vladimir Prus
3405ecc248 * rc.jam (init): Set flags for <define> and <include> features.
Suggestion from Klaus Nowikow.


[SVN r34470]
2006-07-07 05:25:40 +00:00
Rene Rivera
0386788a9e Fix a variety of differences in the install process between BBv1 and BBv2... versioned subdir for the headers; stage libs only; default built variants, version tag. (merge from head)
[SVN r34449]
2006-07-02 22:30:37 +00:00