Rene Rivera
7830fb3674
Add detection for macros used by VC:
...
_M_IX86; little-endian.
_M_IA64; little-endian, as this is the default on I64 and AMD64 is only little endian.
_M_ALPHA; little-endian, as again it's the default and Windows doesn't run on big-endian Alpha anyway AFAIK.
[SVN r30185]
2005-07-19 23:44:52 +00:00
Paul Mensonides
bf92c0011a
CW<9 workaround
...
[SVN r30184]
2005-07-19 20:47:19 +00:00
Dave Abrahams
1e856b37bd
First round of commentary.
...
[SVN r30183]
2005-07-19 19:40:53 +00:00
Dave Abrahams
60d967add5
link to reference; fix typo
...
[SVN r30182]
2005-07-19 18:46:25 +00:00
John Maddock
e383109247
Added fix for gcc versions that have only partial long long support.
...
[SVN r30181]
2005-07-19 17:14:00 +00:00
Douglas Gregor
3d1c929fbf
pickle.cpp: Work around MSVC 7.1 bugs
...
[SVN r30180]
2005-07-19 16:27:00 +00:00
Dave Abrahams
dc84454ae9
Try saving as binary
...
[SVN r30179]
2005-07-19 13:18:36 +00:00
John Maddock
ee5db1477c
Added redirection file.
...
[SVN r30178]
2005-07-19 12:27:31 +00:00
Jonathan Wakely
9f23b05db0
Add missing static_cast to pop_front().
...
[SVN r30177]
2005-07-19 12:03:08 +00:00
Jonathan Wakely
e0a9e00247
Add missing <iterator> include.
...
[SVN r30176]
2005-07-19 12:01:16 +00:00
Jeff Garland
0dd672071c
Fixes so that from_iso_string correctly handles subsecond resolutions.
...
[SVN r30175]
2005-07-19 11:17:32 +00:00
Jeff Garland
6ba191e117
Add tests for subsecond resolution for from_iso_string -- patched to work correctly now.
...
[SVN r30174]
2005-07-19 11:16:18 +00:00
Aleksey Gurtovoy
a232d5d414
fix integral_c<bool,...>
...
[SVN r30173]
2005-07-19 04:03:12 +00:00
Aleksey Gurtovoy
d0c1a9002c
Workaround platform.system() bug
...
[SVN r30172]
2005-07-19 03:16:04 +00:00
Aleksey Gurtovoy
3c9f32e002
Workaround for the 'start' command
...
[SVN r30171]
2005-07-19 02:46:27 +00:00
Aleksey Gurtovoy
0208906016
fixes for spaces in paths
...
[SVN r30170]
2005-07-19 02:25:25 +00:00
Aleksey Gurtovoy
6090b458d5
Update regression setup instructions to include comment.html info
...
[SVN r30169]
2005-07-18 22:35:52 +00:00
Aleksey Gurtovoy
73e44aade7
make tarball publishing as close to an atomic operation as possible
...
[SVN r30168]
2005-07-18 20:57:48 +00:00
Dave Abrahams
5edaee6814
Merged Rob Stewart's edits
...
[SVN r30167]
2005-07-18 20:34:31 +00:00
Peter Dimov
f8a78a14fb
operator< documenation fix.
...
[SVN r30166]
2005-07-18 20:33:59 +00:00
Thorsten Jørgen Ottosen
ae1a056086
*** empty log message ***
...
[SVN r30165]
2005-07-18 20:04:33 +00:00
Thorsten Jørgen Ottosen
dd49f5766b
*** empty log message ***
...
[SVN r30163]
2005-07-18 19:50:41 +00:00
Aleksey Gurtovoy
a5c4fae0fb
Retry on tarball download/logs upload
...
[SVN r30162]
2005-07-18 19:44:20 +00:00
Dave Abrahams
6786b84dc0
- Added trailing semicolon to BOOST_PARAMETER_KEYWORD
...
- CW 8.3 workarounds for PP problems in BOOST_PARAMETER_MATCH
- Use BOOST_NO_RESULT_OF, and fix use of reserved identifier
BOOST_PARAMETER_AUX__RESULT_OF0_DWA2005511_HPP
- Updated tests and docs accordingly
- Moved workaround information into its own section of docs
[SVN r30161]
2005-07-18 19:28:39 +00:00
Ronald Garcia
3b732a79e6
Some type changes from Thomas Klimpel while trying to run on 64-bit machine.
...
[SVN r30160]
2005-07-18 19:28:09 +00:00
Dave Abrahams
7e26d21bc6
Fix mis-nested namespace scope/#ifdef
...
[SVN r30159]
2005-07-18 18:50:47 +00:00
Rene Rivera
98404c5b14
Fix missing ']' for IE conditional.
...
[SVN r30158]
2005-07-18 17:38:31 +00:00
Beman Dawes
84da021b99
Add #error for borland dll link attempt
...
[SVN r30156]
2005-07-18 11:54:34 +00:00
Markus Schöpflin
3d10896439
Marked variant as unusable on Tru64/CXX-6.5.
...
[SVN r30155]
2005-07-18 08:50:21 +00:00
Michael Stevens
692703d814
FIX doc no spaces in <h2>
...
[SVN r30154]
2005-07-18 07:39:12 +00:00
Michael Stevens
9e6163b79a
FIX document all Vector Matrix containers derived from _container
...
FIX zero/unit/scalar default int
FIX no spaces in <h2>
[SVN r30153]
2005-07-18 07:35:53 +00:00
Jonathan Turkanis
f7d17c0a7f
generalize cygwin toolset markup (iostreams)
...
[SVN r30152]
2005-07-18 05:01:05 +00:00
Jeff Garland
4f70e3d9bc
move all tests within an exception block to see if we can track down odd cw failures
...
[SVN r30151]
2005-07-17 23:58:33 +00:00
Jeff Garland
b94a6ad534
Reorder input iterator dereferences to ensure end of stream is checked first
...
[SVN r30150]
2005-07-17 23:57:59 +00:00
Beman Dawes
a062bdf07d
Remove separate link testing. All testing now done in main test jamfile.
...
[SVN r30149]
2005-07-17 20:55:23 +00:00
Beman Dawes
e82cef1e83
Bring into alignment with other library build jam files
...
[SVN r30148]
2005-07-17 20:53:29 +00:00
Beman Dawes
25bb893285
Add path_test_dll and operations_test_dll. Also clean up a bit.
...
[SVN r30147]
2005-07-17 20:51:52 +00:00
Beman Dawes
0ac587750f
Fix typo in test case that has gone undetected for years because most systems order directory entries such that the other logic path got tested
...
[SVN r30146]
2005-07-17 20:50:06 +00:00
Daniel Wallin
30b5cd1dff
updated reference docs
...
[SVN r30145]
2005-07-17 19:53:01 +00:00
Rene Rivera
17b5a10d80
Fix invalid CSS for blockquote elements.
...
[SVN r30144]
2005-07-17 17:34:16 +00:00
Rene Rivera
f2b164dc01
Add workaround to support "hover" selection of CSS elements in IE browsers. Solution uses "csshover.htc" from Peter Nederlof ( http://www.xs4all.nl/~peterned/ ).
...
[SVN r30143]
2005-07-17 16:46:52 +00:00
Rene Rivera
62c46dcd7c
Fix uninitialized in/out param for getting the registry value. Thanks to Alexey Pakhunov for the patch.
...
[SVN r30142]
2005-07-17 16:09:33 +00:00
Michael Stevens
6a694844bb
FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
...
[SVN r30141]
2005-07-17 07:17:43 +00:00
Beman Dawes
ad034b1501
Add two missing BOOST_FILESYSTEM_DECL
...
[SVN r30140]
2005-07-16 21:59:46 +00:00
Dave Abrahams
c211d2dcf7
Language improvements
...
[SVN r30139]
2005-07-16 21:56:41 +00:00
Dave Abrahams
864a2faa7c
Add headings; mention OE Quotefix
...
[SVN r30138]
2005-07-16 19:44:58 +00:00
Dave Abrahams
40ed877f71
Improved Borland workarounds
...
[SVN r30137]
2005-07-16 19:01:06 +00:00
Jeff Garland
6ac8568e68
various doc typo updates
...
[SVN r30136]
2005-07-16 18:45:09 +00:00
Jeff Garland
79d477d001
tighten up testing for various input i/o formats
...
[SVN r30135]
2005-07-16 18:37:46 +00:00
Robert Ramey
c11ad474a2
diminish header dependencies
...
[SVN r30134]
2005-07-16 05:17:10 +00:00