Beman Dawes
812d41ebcd
Add #includes to fix ticket #1589
...
[SVN r46482]
2008-06-18 16:02:51 +00:00
Beman Dawes
5a43bcd288
Add #include <cwchar> to fix ticket #1589
...
[SVN r46481]
2008-06-18 15:55:53 +00:00
Beman Dawes
c27865d779
Boost.Exception now requires derivation from std::exception
...
[SVN r45834]
2008-05-27 20:46:13 +00:00
Beman Dawes
85509b2357
Fix ticket #1609
...
[SVN r45829]
2008-05-27 19:59:10 +00:00
Beman Dawes
583f944e67
Remove exception.cpp
...
[SVN r45826]
2008-05-27 17:49:17 +00:00
John Maddock
6459f72371
Fix broken URL.
...
[SVN r44972]
2008-05-01 11:51:39 +00:00
Beman Dawes
863f208115
Fix #1858 , typo in non-member operators table
...
[SVN r44752]
2008-04-24 20:29:08 +00:00
John Maddock
d6a16ca075
Fix msvc warnings using new warning suppression header.
...
[SVN r44688]
2008-04-21 08:47:04 +00:00
Beman Dawes
5cebe06acb
replace_extension -> change_extension name fix [Lothar May]
...
[SVN r44606]
2008-04-19 21:13:59 +00:00
Hartmut Kaiser
89839af509
Wave: Updated to use new Spirit Classic library structure and namespace. Lots' of minor changes and adjustments. Switched version to 2.0 since this version is not backwards compatible anymore with earlier versions.
...
[SVN r44381]
2008-04-13 22:39:12 +00:00
Marshall Clow
dcbe9649c2
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
...
[SVN r43992]
2008-04-02 01:42:32 +00:00
Beman Dawes
8fb975b2b9
Fix inspect boo boos; mostly broken links
...
[SVN r43709]
2008-03-18 19:35:18 +00:00
Daniel James
ccd4bb4d5f
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Beman Dawes
4ed2439686
Refresh examples, add example build script, reflect that in docs. Apply suggestions from Darren Cook.
...
[SVN r41500]
2007-11-30 16:44:23 +00:00
Beman Dawes
959dfd8ab7
clear # 1230, mbstate uninitialized
...
[SVN r41357]
2007-11-25 15:08:28 +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
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
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
Beman Dawes
39386598a7
Merge from RC_1_34_0. Fix broken links. Ticket #964
...
[SVN r37937]
2007-06-07 20:53:45 +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