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

10944 Commits

Author SHA1 Message Date
Dave Abrahams
381f08ae77 merge from HEAD
[SVN r35141]
2006-09-17 02:42:51 +00:00
Dave Abrahams
90cce1293f More informative error messages
Better autoconfiguration


[SVN r35140]
2006-09-17 02:41:20 +00:00
Dave Abrahams
4d0121bd63 More informative error messages
Better autoconfiguration


[SVN r35140]
2006-09-17 02:41:20 +00:00
Dave Abrahams
869d2f041f merged from HEAD
[SVN r35139]
2006-09-16 18:50:43 +00:00
Dave Abrahams
94ee5b6f1e merged from HEAD
[SVN r35139]
2006-09-16 18:50:43 +00:00
Dave Abrahams
01bf84ffbc Default to Python 2.4 in Unix builds
Applied contributed patches http://tinyurl.com/ndljr and
http://tinyurl.com/18r


[SVN r35138]
2006-09-16 18:43:53 +00:00
Dave Abrahams
f067c15692 Default to Python 2.4 in Unix builds
Applied contributed patches http://tinyurl.com/ndljr and
http://tinyurl.com/18r


[SVN r35138]
2006-09-16 18:43:53 +00:00
Vladimir Prus
5335431b85 Merge: Clarify installation from distributors point of view
[SVN r35089]
2006-09-13 11:59:49 +00:00
Vladimir Prus
5c950cd98c Merge: Clarify installation from distributors point of view
[SVN r35089]
2006-09-13 11:59:49 +00:00
Vladimir Prus
3972c82f15 Clarify installation from distributors point of view
[SVN r35088]
2006-09-13 11:58:47 +00:00
Vladimir Prus
14295c86d6 Clarify installation from distributors point of view
[SVN r35088]
2006-09-13 11:58:47 +00:00
Dave Abrahams
4037aac48f merged from HEAD
[SVN r35078]
2006-09-12 23:54:59 +00:00
Dave Abrahams
527b641fe9 merged from HEAD
[SVN r35078]
2006-09-12 23:54:59 +00:00
Dave Abrahams
21601d3134 Find frameworks properly
[SVN r35077]
2006-09-12 23:53:34 +00:00
Dave Abrahams
35798dd566 Find frameworks properly
[SVN r35077]
2006-09-12 23:53:34 +00:00
Dave Abrahams
de9f060011 merged from trunk
[SVN r35075]
2006-09-12 22:34:33 +00:00
Dave Abrahams
731c537eaf merged from trunk
[SVN r35075]
2006-09-12 22:34:33 +00:00
Dave Abrahams
c56c35fc30 Workaround to get -shared in the link line for Python extensions
[SVN r35073]
2006-09-12 22:31:14 +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
39d85c07d7 Merge: 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 r35072]
2006-09-12 09:31:36 +00:00
Vladimir Prus
91ea5006c5 Merge: 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 r35072]
2006-09-12 09:31:36 +00:00
Vladimir Prus
b9df0155ea 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
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
4b2451f534 merged from trunk
[SVN r35065]
2006-09-10 23:46:12 +00:00
Dave Abrahams
3a902f42cd merged from trunk
[SVN r35065]
2006-09-10 23:46:12 +00:00
Dave Abrahams
a2b5a33a7c Fix CodeWarrior compatibility
[SVN r35064]
2006-09-10 23:45:20 +00:00
Dave Abrahams
538de7b878 Fix CodeWarrior compatibility
[SVN r35064]
2006-09-10 23:45:20 +00:00
Dave Abrahams
f6b0c0d111 -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
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
Dave Abrahams
518c2f20f9 -Lpath isn't treated as a search path for libraries on the
command-line unless we add -search.  So added.


[SVN r35062]
2006-09-10 23:03:15 +00:00
Dave Abrahams
50bea5c965 -Lpath isn't treated as a search path for libraries on the
command-line unless we add -search.  So added.


[SVN r35062]
2006-09-10 23:03:15 +00:00
Rene Rivera
5d5f6038d7 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
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
9276799db0 Add support for compiling with Duma memory checking library.
[SVN r35058]
2006-09-10 17:04:21 +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
7b9ae58e15 Merge: Another intel fix
[SVN r35046]
2006-09-08 10:54:01 +00:00
Vladimir Prus
2f06dd14ed Merge: Another intel fix
[SVN r35046]
2006-09-08 10:54:01 +00:00
Vladimir Prus
9fa6d1370c Another intel fix
[SVN r35045]
2006-09-08 10:51:40 +00:00
Vladimir Prus
5c73310d3b Another intel fix
[SVN r35045]
2006-09-08 10:51:40 +00:00
Rene Rivera
71475c582f 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
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
f50b9981ba Fix intel-win
[SVN r35033]
2006-09-07 07:56:14 +00:00
Vladimir Prus
4de0a64879 Fix intel-win
[SVN r35033]
2006-09-07 07:56:14 +00:00
Vladimir Prus
8a5d0a3664 * 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
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
72d5537ab2 Add "--gc" option to build in Boehm GC allocator.
[SVN r35031]
2006-09-07 05:39:37 +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
c63075bd0d Add defs for accessing the raw allocation functions.
[SVN r35030]
2006-09-07 04:25:58 +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
f4efe8b540 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