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

3249 Commits

Author SHA1 Message Date
Vladimir Prus
14295c86d6 Clarify installation from distributors point of view
[SVN r35088]
2006-09-13 11:58:47 +00:00
Dave Abrahams
35798dd566 Find frameworks properly
[SVN r35077]
2006-09-12 23:53:34 +00:00
Dave Abrahams
18f843cf32 Workaround to get -shared in the link line for Python extensions
[SVN r35073]
2006-09-12 22:31:14 +00:00
Vladimir Prus
698d25a474 Properly generated flag for intel/<compatibility>vc.
* intel-win.jam (init): Strip 'vc' from the
	version passed to msvc.configure-verion-specific.
	* msvc.jam (configure-version-specific): Accept '6' and '7',
	not just 6.N and 7.N.


[SVN r35071]
2006-09-12 09:28:11 +00:00
Dave Abrahams
538de7b878 Fix CodeWarrior compatibility
[SVN r35064]
2006-09-10 23:45:20 +00:00
Dave Abrahams
ee98ebd218 -Lpath isn't treated as a search path for libraries on the
command-line unless we add -search.  So added.


[SVN r35063]
2006-09-10 23:33:21 +00:00
Rene Rivera
84df8eb0e8 Patch implementing new W32_GETREGNAMES builting by Bojan Resnik. Added a corresponding test for the new builtin. And cleaned up some of the documentation.
[SVN r35061]
2006-09-10 18:14:50 +00:00
Rene Rivera
01a888195d Add support for compiling with Duma memory checking library.
[SVN r35058]
2006-09-10 17:04:21 +00:00
Vladimir Prus
5c73310d3b Another intel fix
[SVN r35045]
2006-09-08 10:51:40 +00:00
Rene Rivera
91c713cc1a Implement gc of string only hash entries (note, doesn't work likely because a buffer overrun in var expand). Allocate all character data as atomic.
[SVN r35036]
2006-09-07 18:33:04 +00:00
Vladimir Prus
efdbfe6adf * build/toolset.jam
(push-checking-for-flags-module): New.
	(pop-checking-for-flags-module): New.
	(flags): Don't error out if 'unchecked' was last
	pushed.
	(inherit-flags): Improve comments.

	* tools/intel-win.jam
	(init): Add /lib for intel-win.archive command.
	Call msvc.configure-version-specific at the end.

	* tools/msvc.jam
	(configure-version-specific): New parameter 'toolset'.
	(configure-really): Adjust for above.


[SVN r35032]
2006-09-07 07:50:38 +00:00
Rene Rivera
ad1e042a9c Add "--gc" option to build in Boehm GC allocator.
[SVN r35031]
2006-09-07 05:39:37 +00:00
Rene Rivera
ac312e6588 Add defs for accessing the raw allocation functions.
[SVN r35030]
2006-09-07 04:25:58 +00:00
Rene Rivera
ac30f01631 Cleanup memory allocation calls to use macros defined in new mem.h header. This new header will handle configuration of both memory allocator to use, and memory profiling.
[SVN r35029]
2006-09-07 03:57:02 +00:00
Vladimir Prus
b7eeee0488 Revive pthread & python comment
[SVN r35009]
2006-08-31 08:08:15 +00:00
Vladimir Prus
8120e440ab Really remove the dot from the Python version when forming library name.
[SVN r35007]
2006-08-31 08:01:13 +00:00
Dave Abrahams
9402232994 Added missing cygwin support.
[SVN r35004]
2006-08-31 02:48:23 +00:00
Dave Abrahams
695e722610 Fix QNX's dependency on pthread (which doesn't exist on those systems).
Clean up the comments a bit.


[SVN r35002]
2006-08-30 20:56:26 +00:00
Daniel James
c31700979c Merge tab removal.
[SVN r34995]
2006-08-29 20:59:37 +00:00
Rene Rivera
78b73ef471 Output generated files only when debug output is on, -n turns this on but -d+10 doesn't.
[SVN r34992]
2006-08-29 14:58:17 +00:00
Rene Rivera
38e6e08970 Applied path from Yakov Markovitch: [ 1538176 ] VARNAMES bjam rule doesn't work for global module.
[SVN r34987]
2006-08-28 19:31:34 +00:00
Rene Rivera
bc17d322f8 Add the output of @() generated files to the debug output of "-n" and "-d+2". The output is added as an additional pseudo action right before the command that uses the generated files.
[SVN r34986]
2006-08-28 19:23:59 +00:00
Vladimir Prus
cbc99070e0 Replace <find-library> with <find-shared-library> as the former is old
spelling that has no effect.


[SVN r34946]
2006-08-25 07:22:22 +00:00
Jürgen Hunold
d48877e786 Add "unix" as default value for target-os and host-os.
Add detection of "linux" in default-host-os.


[SVN r34893]
2006-08-16 06:27:26 +00:00
Rene Rivera
dd8d2f3656 Add "project.extension" utility for declaring standalone extension projects.
Add "conditional" project utility for simplifying conditional requirements.


[SVN r34890]
2006-08-15 18:48:28 +00:00
Rene Rivera
28d52b1e89 Add host-os and target-os features.
[SVN r34889]
2006-08-15 18:46:13 +00:00
Dave Abrahams
8b761c9e37 Attempted QNX workaround
[SVN r34887]
2006-08-15 17:35:24 +00:00
Rene Rivera
2852cfab5e Add <target> property to properties passed to <tag> name adjustment rules.
[SVN r34885]
2006-08-15 05:56:56 +00:00
Rene Rivera
041fab5e8e Add usage requirements for make targets.
[SVN r34884]
2006-08-15 05:55:22 +00:00
Dave Abrahams
ca74fca08a Fix detection of QNX for inclusion of libutil
[SVN r34869]
2006-08-11 15:45:25 +00:00
Dave Abrahams
459d888b5f Partial fix for not finding the Python library on NT.
[SVN r34852]
2006-08-08 17:55:56 +00:00
Rene Rivera
c2c245b5df Undo addition of generator.can-build. Use generator.run to get the same effect.
[SVN r34834]
2006-08-07 05:27:15 +00:00
Rene Rivera
a2e4712a4e Skip targets that can't be generated like BBv1 does.
[SVN r34806]
2006-08-02 18:26:30 +00:00
Markus Schöpflin
416ea3389a Added librt when linking on Tru64/gcc.
[SVN r34802]
2006-08-02 08:05:44 +00:00
Vladimir Prus
0d3089e7d1 Fix reference to no-existing response file code
[SVN r34758]
2006-07-28 12:09:25 +00:00
Vladimir Prus
79b20405d9 Fix logic for adding 'rt' on Sun.
[SVN r34750]
2006-07-27 06:55:52 +00:00
Rene Rivera
f44f673cfc Add missing copyright+license.
[SVN r34736]
2006-07-26 01:33:43 +00:00
Vladimir Prus
d0cbd356a4 More patches from Bronek
[SVN r34724]
2006-07-25 05:50:44 +00:00
Rene Rivera
cc4c272009 Fix various inspection errors.
[SVN r34698]
2006-07-24 16:19:17 +00:00
Rene Rivera
a1af39f465 Fix various inspection errors.
[SVN r34697]
2006-07-24 15:55:45 +00:00
Vladimir Prus
f2040da658 Link to rt on Sun
[SVN r34693]
2006-07-24 06:14:29 +00:00
Rene Rivera
f7fc5cf2c6 Fix...
tools/jam/index.html:
    *A* broken link: ../../doc/html/jam.html


[SVN r34677]
2006-07-23 16:59:49 +00:00
Rene Rivera
68b7a699f4 Bump version to 3.1.14.
[SVN r34675]
2006-07-23 16:21:30 +00:00
Vladimir Prus
c89f6be0c4 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
762b3acc1e 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
fe301ad3f0 More auto-dialog-closing fixes from Bronek.
[SVN r34658]
2006-07-22 06:12:42 +00:00
Gennaro Prota
c8a352c031 fixed typos reported in http://bugs.debian.org/378016
[SVN r34629]
2006-07-20 13:15:25 +00:00
Vladimir Prus
f3799c2870 Correct paths
[SVN r34622]
2006-07-20 08:55:13 +00:00
Vladimir Prus
16c1757101 Set release date
[SVN r34621]
2006-07-20 08:54:13 +00:00
Vladimir Prus
1ad4e0dc86 Update release procedure
[SVN r34619]
2006-07-20 08:51:20 +00:00