Commit Graph

1414 Commits

Author SHA1 Message Date
Beman Dawes
995472f6d0 Merge 41118 and 41119 from trunk
[SVN r41120]
2007-11-15 22:26:15 +00:00
Rene Rivera
9f4db62f67 Remove redundant reference to system library. It causes double linking when used indirectly through filesystem. Which can lead to double linking incompatible variants when a specific filesystem variant is requested.
[SVN r41118]
2007-11-15 22:05:15 +00:00
Beman Dawes
fa9c7b59f8 Merged tools, system, filesystem from trunk at 41106
[SVN r41109]
2007-11-15 16:31:06 +00:00
Beman Dawes
1a13f5612a GetUserDefaultUILanguage isn't present for Cygwin, so disable use
[SVN r41106]
2007-11-15 14:36:40 +00:00
Beman Dawes
db7850787c Bring docs more in line with reality:-)
[SVN r41095]
2007-11-14 20:05:30 +00:00
Beman Dawes
571fd79144 Add tests for, and fix, current_path overloading.
[SVN r41052]
2007-11-13 02:54:32 +00:00
Beman Dawes
61a5c62287 Clarify comment
[SVN r40932]
2007-11-08 14:25:09 +00:00
Beman Dawes
df5fb16c90 Initial commit. The starting point for the reference documentation is N1975, Filesystem Library Proposal for TR2 (Revision 3).
[SVN r40912]
2007-11-07 21:54:48 +00:00
Beman Dawes
6576b1c0df Copyright and/or License cleanup
[SVN r40890]
2007-11-07 16:08:09 +00:00
Beman Dawes
6fbd106e94 Add copyright and license
[SVN r40767]
2007-11-05 02:34:04 +00:00
Beman Dawes
d5a3d3449a Mingw doesn't support GetUserDefaultUILanguage so set it to US English.
[SVN r40646]
2007-11-01 16:35:45 +00:00
Beman Dawes
8d845ad07a Enable the XPG-compliant version of readdir_r() on AIX. Merged from 1.34.1.
[SVN r40640]
2007-11-01 15:23:06 +00:00
Beman Dawes
fbb5d8650b Treat Windows ERROR_SHARING_VIOLATION as an existing file of unknown type. Fixes ticket #897
[SVN r40630]
2007-10-31 22:01:58 +00:00
Vladimir Prus
5bc47254c6 Make sure every library can be installed by using
bjam stage|install

in libs/<library>/build.


[SVN r40475]
2007-10-26 09:04:25 +00:00
Beman Dawes
95a689611b Suppress message tests on Windows unless the language is US English
[SVN r40051]
2007-10-15 14:50:59 +00:00
Rene Rivera
e236cd76f7 Add usage dependency on system library.
[SVN r40021]
2007-10-14 17:54:28 +00:00
Beman Dawes
1f6c3faa8b Appy Godegear patches from Nicola Musatti. Ticket #1304
[SVN r39772]
2007-10-07 21:59:46 +00:00
Beman Dawes
3dc88e3cfd Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
Beman Dawes
3d66631267 Remove dependency on boost::bind so that tests will still work on broken compilers where bind fails.
[SVN r39652]
2007-10-02 16:30:04 +00:00
Beman Dawes
6a4f0b8dbb Get rid of <runtime-link>static. Appears to cause problems on Sun and perhaps other Unix boxes.
[SVN r39561]
2007-09-27 00:22:16 +00:00
Beman Dawes
cf38bdb506 Win64 returns ERROR_BAD_PATHNAME for //nosuch, while Win32 returns ERROR_BAD_NETPATH
[SVN r39556]
2007-09-26 18:11:27 +00:00
Beman Dawes
85ed046d40 Turns out the --dep_name errors were due to functions in the wrong namespace (Chris Kohlhoff)
[SVN r39553]
2007-09-26 17:48:27 +00:00
Beman Dawes
184a2518c5 Clear compiler warnings
[SVN r39520]
2007-09-25 13:45:52 +00:00
Beman Dawes
073c9dd27d Eliminate Concept library use to reduce dependencies
[SVN r39465]
2007-09-21 20:57:44 +00:00
K. Noel Belcourt
5f16d793c5 Undo patch of operations.hpp, Sgi wants this fix
but it causes svn trunk to break.



[SVN r39379]
2007-09-19 01:46:11 +00:00
K. Noel Belcourt
805d22c9f3 Remove unnecessary overhead in execunix.c related to
the timeout implementation.  Also removed unused variables
as diagnosed by the Sgi (mipspro) compiler.

Fixed const-correctness error in operations.hpp that
Sgi complained about.

There's no strerror_r function on Irix 6.5 so I replaced
it with a strerror call.

With these changes, I can now build process jam log and
start running Sgi tests.



[SVN r39378]
2007-09-18 22:46:26 +00:00
Beman Dawes
24d5955d88 Remove files after tests
[SVN r39365]
2007-09-18 15:37:36 +00:00
Beman Dawes
092e3ce2fb Add usage-requirements. See comment in file.
[SVN r39254]
2007-09-14 01:58:20 +00:00
Boris Gubenko
887e81ae91 reapply fix for gcc on HP-UX in -r39130
[SVN r39237]
2007-09-13 16:11:38 +00:00
Beman Dawes
ac94c31ac1 POSIX fix from Neal Becker
[SVN r39220]
2007-09-12 18:31:25 +00:00
Beman Dawes
8486480555 Ha! Finally figured out how to shut off msvc exception switch warning.
[SVN r39187]
2007-09-11 02:05:58 +00:00
Beman Dawes
969eb8a6c0 Posix and Linux fixes
[SVN r39174]
2007-09-09 17:48:17 +00:00
Beman Dawes
49f6e3cfd7 Merge system and filesystem branches, bringing them in sync with N2415. Several filesystem bugs fixed, and current_path setter added.
[SVN r39173]
2007-09-09 14:59:10 +00:00
Boris Gubenko
c7ede6dc3d missing conditionalization for g++ on HP-UX
[SVN r39130]
2007-09-05 17:14:29 +00:00
Beman Dawes
fec507ad11 Fix #995 by adding inline
[SVN r38567]
2007-08-10 12:53:52 +00:00
Vladimir Prus
c1840ee23f Remove V1 Jamfiles
[SVN r38516]
2007-08-08 19:02:26 +00:00
nobody
79bedc1b35 This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Beman Dawes
39386598a7 Merge from RC_1_34_0. Fix broken links. Ticket #964
[SVN r37937]
2007-06-07 20:53:45 +00:00
Beman Dawes
5d66b9b62c Fix broken links. Ticket #964
[SVN r37936]
2007-06-07 20:50:16 +00:00
Thomas Witt
f88342ca37 Patches from Trac #583.
[SVN r37846]
2007-06-01 16:12:08 +00:00
Beman Dawes
b04eb45a59 Fix broken links
[SVN r37587]
2007-05-04 12:12:00 +00:00
Boris Gubenko
d8ce83872d disable problematic specialization for aCC and cxx on Alpha platforms
[SVN r37557]
2007-05-02 02:38:18 +00:00
Rene Rivera
14f0535f27 Fix missing sysbols on linking as the reference to boost_system needs to be specific.
[SVN r36219]
2006-12-01 00:46:22 +00:00
Beman Dawes
b0cea6376f Merged copyright and license addition
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
6fb9de48e6 Add copyright, license
[SVN r35905]
2006-11-07 19:11:57 +00:00
Beman Dawes
900825607b Update copyright, license
[SVN r35897]
2006-11-07 12:56:06 +00:00
Beman Dawes
e7b1456dee v1 and v2 Jamfiles now present and working
[SVN r35890]
2006-11-07 02:20:47 +00:00
Rene Rivera
62f04b3993 Remove obsolete Boost.Build v1 files.
[SVN r35880]
2006-11-06 17:10:46 +00:00
Beman Dawes
2045be22d6 Bring into compliance with N2066, TR2 Diagnostics Enhancements. Tests passing on Win32, Linux, on most modern compilers.
[SVN r35823]
2006-11-03 16:57:30 +00:00
Alexander Nasonov
4bfae9e3a5 Workaround for missing statvfs on OpenBSD 3.9
[SVN r35265]
2006-09-21 19:41:47 +00:00