John Maddock
22d32e97c9
Removed files that are no longer used and regenerated the Makefiles so they are no longer dependent on the removed files.
...
Hidden some seldom-used dependencies in static_mutex.hpp to reduce library footprint when extracted with bcp.
[SVN r40427]
2007-10-24 17:57:45 +00:00
John Maddock
816f0ba137
Update makefiles and the script that creates them: was generating dependencies that weren't required.
...
[SVN r40405]
2007-10-24 09:15:20 +00:00
John Maddock
f2a7f4d8c3
ICU libraries are only available as shared libraries.
...
[SVN r40214]
2007-10-20 16:30:01 +00:00
John Maddock
8627f6266c
Adjust ICU build support: almost works now :-)
...
[SVN r40193]
2007-10-19 17:55:44 +00:00
John Maddock
73e23ab857
Updates to build system: Sun and SGI compilers have a problem doing a shared link, and some platforms don't have an icudata library.
...
[SVN r40128]
2007-10-17 17:15:53 +00:00
John Maddock
4777a02d9b
Updated ICU build options to fix build on Darwin and elsewhere.
...
[SVN r39405]
2007-09-20 12:28:34 +00:00
John Maddock
f4877f6698
Added new example.
...
Updated ICU support for VC8
[SVN r37738]
2007-05-22 09:47:28 +00:00
John Maddock
a1de8967fa
Fixed if...else logic and added cygwin to the list of compilers that need to be statically linked.
...
[SVN r36984]
2007-02-17 12:22:49 +00:00
John Maddock
32feb34671
Only static linking works with mingw.
...
[SVN r36887]
2007-02-04 10:19:37 +00:00
John Maddock
f7f4f2fafb
Update bbv2 instructions.
...
Update Jamfile support for ICU.
[SVN r36689]
2007-01-11 17:21:37 +00:00
John Maddock
4f787b3c60
bbv2 updates.
...
[SVN r36549]
2006-12-31 17:25:39 +00:00
John Maddock
b8dce0792f
Added needed license info.
...
[SVN r34563]
2006-07-16 17:24:25 +00:00
John Maddock
dc69badb71
Update to 1.34 version numbers.
...
[SVN r33427]
2006-03-21 18:45:37 +00:00
John Maddock
5fb9181efa
Quote pathnames for ICU and STLport.
...
[SVN r31262]
2005-10-10 16:29:30 +00:00
John Maddock
40b7a4902f
Fixed remaining zero-width assertion issues.
...
Added separate file instantiation of ICU support templates.
Ensured code is STLport debug mode clean.
[SVN r30980]
2005-09-14 12:20:41 +00:00
John Maddock
bf96863756
Updated makefiles: some dependencies have been removed, VC71 and VC8 path setup has been fixed.
...
[SVN r30546]
2005-08-12 16:05:15 +00:00
John Maddock
8a01dedb52
New vc8 makefile needs to use correct lib name mangling.
...
Update installation docs for makefiles.
Update regression test makefiles.
[SVN r29678]
2005-06-18 16:55:01 +00:00
John Maddock
35bf922e17
Improve ICU configuration.
...
Update makefiles.
Add VC8 makefile.
[SVN r29658]
2005-06-17 16:37:41 +00:00
John Maddock
a87dad5cc8
Improved ICU handling.
...
Brought auto-link test Jamfile up to date.
[SVN r29526]
2005-06-11 14:21:21 +00:00
John Maddock
69723060e5
Updated build information to make it clear that ICU support is optional.
...
[SVN r29253]
2005-05-28 11:50:09 +00:00
John Maddock
a48a6de286
Fix ICU lib name
...
[SVN r28862]
2005-05-13 12:31:44 +00:00
John Maddock
e9596db92b
Fix como build options to disable thread support.
...
[SVN r28861]
2005-05-13 12:31:07 +00:00
John Maddock
71a0e020e2
merged changes in regex5 branch
...
[SVN r26692]
2005-01-13 17:06:21 +00:00
John Maddock
97d3cdad83
Makefiles updated with 1.32 version number.
...
[SVN r23982]
2004-07-23 11:35:03 +00:00
John Maddock
4600a25228
Updated makefiles.
...
[SVN r23625]
2004-07-16 10:56:15 +00:00
Vladimir Prus
4c0572d98f
Attempt to sync V2 Jamfiles with V1 ones, again...
...
[SVN r22846]
2004-05-17 07:45:33 +00:00
John Maddock
b3e28896b7
Changed ar to $(AR) to allow for override.
...
[SVN r22713]
2004-05-01 10:33:47 +00:00
John Maddock
16d6b87b1b
Removed <native-wchar_t>on requirement (it's on by default for vc7 anyway, and vc7+stlport is better without it)
...
[SVN r21354]
2003-12-20 12:55:02 +00:00
John Maddock
7f93cee9af
fixed msvc-stlport builds.
...
[SVN r21168]
2003-12-07 13:09:44 +00:00
John Maddock
2e9fa8c8f8
Updated build system.
...
Fixes for vc7+stlport
[SVN r20952]
2003-11-26 11:46:19 +00:00
John Maddock
aa132bec5d
removed unneeded version calculation
...
[SVN r20803]
2003-11-13 12:44:18 +00:00
John Maddock
7ba011232c
Removed define that disables auto-linking for bjam builds since it is no longer required.
...
[SVN r20774]
2003-11-10 11:26:39 +00:00
John Maddock
6bb6cddad6
Added [common-names] tags to dll and lib builds.
...
Added <native-wchar_t>on build requirement
[SVN r20765]
2003-11-08 13:16:53 +00:00
John Maddock
de9338cedf
Updated regex build system and tests to match the new Boost.Install code.
...
[SVN r20604]
2003-11-02 12:13:16 +00:00
Rene Rivera
63778bea05
Add install definitions for new common install configuration.
...
[SVN r20409]
2003-10-19 19:52:56 +00:00
John Maddock
ff1c0a0bb5
Moved common build options into build/Jamfile
...
[SVN r20355]
2003-10-12 11:19:15 +00:00
Dave Abrahams
3b27d5a38e
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
John Maddock
6750cf4892
Modified wide character tests to warn not fail when no wide character support is available in the platform.
...
Modified Jamfiles to use centralised options.
Added wide character concept check.
[SVN r19318]
2003-07-26 11:22:17 +00:00
John Maddock
cb9409160a
Moved static stables into the function bodies to fix a gcc on MacOS X and IMB compiler bug.
...
Fixed config system for dll builds - the default linkage option is now static linking.
Fixed makefiles - dll builds now work.
Added Misc fixes for the example programs.
[SVN r19044]
2003-07-11 11:51:35 +00:00
Beman Dawes
ca984697f0
Add <no-warn> so como can compile winnt.h
...
[SVN r18656]
2003-06-03 20:07:02 +00:00
John Maddock
8fb69853fc
Fixed broken links, added copyright declarations, renamed some long file names
...
[SVN r18525]
2003-05-24 11:13:26 +00:00
John Maddock
8bb6861595
Updated Jamfile to use simplified naming scheme on Unix platforms.
...
Updated build docs.
[SVN r18466]
2003-05-20 11:27:29 +00:00
John Maddock
088b492987
changed lib names, minor gcc3.3 warning patches
...
[SVN r18443]
2003-05-19 11:56:17 +00:00
John Maddock
f0f32bdda1
Merged regex-4 branch.
...
[SVN r18430]
2003-05-17 11:45:48 +00:00
Dave Abrahams
640f633395
Patched boost-base.jam to allow rules in stage target requirements
...
Fixed grammar in build_system.htm
Added vc7.1-tools.jam/.html for msvc 7.1
Updated the regex lib Jamfile to build correctly-named libraries
[SVN r18319]
2003-04-27 14:10:52 +00:00
Vladimir Prus
c84ebf1c5b
Update V2 Jamfile for Boost.
...
[SVN r16882]
2003-01-13 10:05:01 +00:00
John Maddock
ff4890b2e2
Changed detail/ to v3/ in dependency list.
...
[SVN r16194]
2002-11-11 12:15:04 +00:00
Vladimir Prus
40ab965ee9
Added V2 Jamfile.
...
[SVN r15778]
2002-10-07 16:45:38 +00:00
John Maddock
2468d450f2
Added -Ve and -Vx options to bcb makefiles.
...
[SVN r14319]
2002-07-07 10:28:32 +00:00
John Maddock
b856079e74
Added C++ Builder 6 binary compatibilty fixes,
...
Updated gcc makefiles to build archive index.
[SVN r14088]
2002-06-06 11:33:46 +00:00
Dave Abrahams
129cf61f65
respect <sysinclude>
...
[SVN r13995]
2002-05-21 16:24:07 +00:00
John Maddock
976fb02a1b
Moved some key template instances into the lib and out of user code.
...
Updated makefiles:
renamed lib files with new more systematic naming convention.
Added bcb6 support.
Rewritten automatic lib selection.
Updated copyright declarations.
[SVN r13557]
2002-04-24 10:50:23 +00:00
Rene Rivera
290270440e
Updated the basic Jamfiles for the new Boost.Build changes.
...
[SVN r12798]
2002-02-14 04:08:20 +00:00
John Maddock
63130c1ef5
Updated Jamfiles and tests so that they actually work now!
...
[SVN r11985]
2001-12-09 12:50:46 +00:00
John Maddock
edbc68df6c
Updated to reflect changes in STLport-4.5
...
[SVN r11970]
2001-12-07 12:14:56 +00:00
Dave Abrahams
876ff39307
remove redundant <runtime-link>dynamic from default-BUILD section
...
[SVN r11644]
2001-11-09 15:30:45 +00:00
Dave Abrahams
a543dce5e3
regex, threads, and python will all build from the top level. If you build the 'test' target from the top level, it will run all regressions.
...
Jamfile:
subincludes for thread, python libs, and status for regression tests
Jamrules:
Use the new path-global rule to establish BOOST_ROOT correctly for all subprojects
libs/regex/build/Jamfile
Take advantage of correct BOOST_ROOT setting
libs/python/build/Jamfile
Search for python executable; don't try to build anything if it can't be found.
don't build tests by default
improved comments, organization, and naming.
status/Jamfile
Fixed references to config test files
Failed tests now leave their stdout results in <testname>.error instead of removing it
No test targets are dependencies of 'all' anymore
Added comments
Reorganized
tools/build/Jambase
Meant to check this in long ago.
tools/build/allyourbase.jam
Fixed SHELL_EXPORT setting, added SHELL_SET
removed 'test' from the dependencies of 'all'; tests no longer run by default.
Fixed the direction of slashes for Windows when ALL_LOCATE_TARGET is used.
Added path-global rule for declaring path variables which may be relative
rule in-invocation-subdir returns true if the current subproject is the one
from which Jam was invoked
rule protect-subdir is now used to protect subproject variables
rule tokens-to-simple-path converts path tokens to a simplified path.
tools/build/boost-base.jam
Fixed bugs
tools/build/jam_src/makedebugjam.bat
Fixed a bug which prevented a final debug build
tools/build/jam_src/search.c
Fixed a bug of mine which caused LOCATE to be ignored (!).
[SVN r11348]
2001-10-06 18:19:15 +00:00
John Maddock
1c45c7a48d
updated makefiles to generate error if MSVCDIR not set
...
[SVN r11296]
2001-09-28 11:06:57 +00:00
John Maddock
1d473147fd
commit of split-config, including any changes required to existing libraries (mainly regex).
...
[SVN r11138]
2001-09-18 11:13:39 +00:00
John Maddock
b2396011f9
Fixed path to work from root directory
...
[SVN r11070]
2001-09-08 12:02:47 +00:00
John Maddock
e1492c79ce
updated jamfile, fixed Windows XP problems
...
[SVN r10840]
2001-08-11 11:47:12 +00:00
Dave Abrahams
f5f309be54
Initial checkin. Needs tweaks for various compilers.
...
[SVN r10683]
2001-07-21 13:06:09 +00:00
John Maddock
19dab6c60a
tweeked borland makefiles for case sensitive linking, changed memcpy to memmove in partial grep example
...
[SVN r9990]
2001-04-28 10:12:52 +00:00
John Maddock
ab16e6c6c0
updated regex directory structure
...
[SVN r9765]
2001-04-12 11:14:59 +00:00
John Maddock
ed21a5183b
reworked regex directory structure to match boost requirements.
...
[SVN r9752]
2001-04-10 11:44:47 +00:00