Commit graph

33448 commits

Author SHA1 Message Date
Vladimir Prus
e6c78fc0eb Make bootstrap.bat work on 64-bit Windows
[SVN r57485]
2009-11-08 14:03:25 +00:00
Vladimir Prus
41207000a0 Detect, and produce proper diagnostics for '10.6 and ppc64 does not work'.
Thanks to Boris Dušek for testing this patch.


[SVN r57484]
2009-11-08 13:54:58 +00:00
Steven Watanabe
6b73423a4e Deal with warnings with /Za. Fixes #3485
[SVN r57479]
2009-11-08 04:11:21 +00:00
Hartmut Kaiser
da0adeb5c5 Spirit: more doc updates
[SVN r57476]
2009-11-08 01:28:37 +00:00
Hartmut Kaiser
7a401841bf Spirit: doc updates
[SVN r57474]
2009-11-07 23:03:47 +00:00
Hartmut Kaiser
a6168e6eae Spirit: and yet another fixed warning
[SVN r57473]
2009-11-07 23:00:36 +00:00
Hartmut Kaiser
bc508ff74c Spirit: fixing more warnings
[SVN r57472]
2009-11-07 22:58:06 +00:00
Hartmut Kaiser
8113e4329a Spirit: fixing more warnings
[SVN r57470]
2009-11-07 22:37:06 +00:00
Hartmut Kaiser
3231821507 Spirit: fixing more warnings
[SVN r57469]
2009-11-07 22:35:52 +00:00
Hartmut Kaiser
1bd6a0fd13 Spirit: adding missing header #include's
[SVN r57455]
2009-11-07 16:48:46 +00:00
Hartmut Kaiser
6e687914c4 Spirit: adding missing header #include's
[SVN r57454]
2009-11-07 16:45:58 +00:00
Hartmut Kaiser
78b95bba36 Spirit: removing superfluous header
[SVN r57453]
2009-11-07 16:35:27 +00:00
Hartmut Kaiser
ec2b6a9b84 Spirit: workarounds for Intel compiler deficits
[SVN r57452]
2009-11-07 15:45:01 +00:00
John Maddock
df0e05cae2 Improved error messages generated for thrown exceptions.
Suppressed "gcc -Wall -Wextra -pedantic" and "msvc /W4" warnings.
Updated and rebuilt docs.


[SVN r57451]
2009-11-07 15:32:45 +00:00
Rene Rivera
744566bac1 Pass the correct minos options to Xcode for iPhoneOS.
[SVN r57449]
2009-11-07 14:53:24 +00:00
Hartmut Kaiser
7cb1fe9809 Spirit: doc updates
[SVN r57446]
2009-11-07 14:20:16 +00:00
Hartmut Kaiser
fd7b4bb433 Spirit: doc updates
[SVN r57444]
2009-11-07 13:57:07 +00:00
Rene Rivera
89c3ba9a3d Make it possible to detect and use patch release MacOSX/iPhoneOS SDKs.
[SVN r57442]
2009-11-07 01:05:17 +00:00
Eric Niebler
b29eb5eb91 better docs for proto::extends, fixes #2844
[SVN r57439]
2009-11-06 23:24:22 +00:00
Hartmut Kaiser
e3c447dc52 Spirit: fixing bug in alternatives taking optionals
[SVN r57435]
2009-11-06 14:40:18 +00:00
Jeremiah Willcock
d038e5d7fe Removed /GR- option for VC++ 8.0
[SVN r57433]
2009-11-06 08:07:28 +00:00
Rene Rivera
95de1cf4b3 Need the point iPhone OS version also, for the SDK detection to work.
[SVN r57432]
2009-11-06 02:16:50 +00:00
Rene Rivera
7707c7b34f Add latest iPhone OS versions.
[SVN r57431]
2009-11-05 23:54:24 +00:00
Frank Mori Hess
cb91053417 Added weak_from_raw(), for use in conjunction with
enable_shared_from_raw base class.



[SVN r57423]
2009-11-05 21:41:38 +00:00
Hartmut Kaiser
972d9e00d4 Spirit: removed another superfluous semicolon
[SVN r57417]
2009-11-05 17:58:19 +00:00
Hartmut Kaiser
ea57e99c28 Spirit: removed superfluous semicolons
[SVN r57416]
2009-11-05 17:51:14 +00:00
Hartmut Kaiser
3c872358a2 Spirit: replaced long long by boost::long_long_type
[SVN r57415]
2009-11-05 17:50:26 +00:00
Hartmut Kaiser
9b2c6c59a8 Minor fix to Jamfile.v2
[SVN r57413]
2009-11-05 17:39:13 +00:00
Jeremiah Willcock
96795a6d39 Removed obsolete LICENSE file (no longer used by any source files)
[SVN r57412]
2009-11-05 17:38:01 +00:00
Hartmut Kaiser
140ce74c69 Wave: fixing spurious test errors introduced while silencing warnings
[SVN r57411]
2009-11-05 17:30:44 +00:00
Hartmut Kaiser
d79662c1d8 Spirit: silence another gcc warning
[SVN r57409]
2009-11-05 15:53:04 +00:00
Vladimir Prus
e3657b5f0e Make cflags affect both C and C++ compilers, per docs.
[SVN r57405]
2009-11-05 09:39:06 +00:00
Vladimir Prus
abc988ab0a Suppress warning.
[SVN r57403]
2009-11-05 08:05:20 +00:00
Joel de Guzman
5f15684a68 symbols fix from Daniel James
[SVN r57402]
2009-11-05 07:34:40 +00:00
Joel de Guzman
8e2a5866c0 symbols fix from Daniel James
[SVN r57401]
2009-11-05 07:34:23 +00:00
Eric Niebler
5da883aa01 small doc tweak
[SVN r57399]
2009-11-05 05:54:36 +00:00
Hartmut Kaiser
debc4d9e0b Wave: added missing header file and special handling for stlport
[SVN r57396]
2009-11-05 01:36:10 +00:00
Eric Niebler
39ac480ef4 document named captures
[SVN r57395]
2009-11-05 00:58:28 +00:00
Hartmut Kaiser
946beda31d Wave: fixed another strict alias warning issued bz gcc
[SVN r57394]
2009-11-05 00:26:59 +00:00
Hartmut Kaiser
4f4e2b7395 Asio: disabled VC workaround for VC2010 beta2 compiler
[SVN r57393]
2009-11-05 00:26:15 +00:00
Hartmut Kaiser
a52dca2489 Wave: fixing typos in comments
[SVN r57392]
2009-11-05 00:09:01 +00:00
Joel de Guzman
9d3d1b730c Patches froPatches from Chris Hoeppler
[SVN r57390]
2009-11-04 23:35:09 +00:00
Steven Watanabe
2e0dc4777b Turn on struct warning checks for all versions of msvc
[SVN r57389]
2009-11-04 23:34:24 +00:00
Steven Watanabe
ef0beda5d4 Make the tests more strict about warnings
[SVN r57388]
2009-11-04 23:11:13 +00:00
Hartmut Kaiser
96a8f43af4 Wave: got rid of more warnings
[SVN r57387]
2009-11-04 22:57:06 +00:00
Hartmut Kaiser
ad084a3854 Wave: eliminating some of the strict aliasing warnings generated by gcc
[SVN r57386]
2009-11-04 22:45:16 +00:00
Anthony Williams
019a9fb70d Update docs for at_thread_exit
[SVN r57380]
2009-11-04 21:38:45 +00:00
Vladimir Prus
52b53235e6 Remove debug prints
[SVN r57359]
2009-11-04 16:14:47 +00:00
Hartmut Kaiser
7dbddf57a8 Spirit: doc updates
[SVN r57358]
2009-11-04 14:00:59 +00:00
Joel de Guzman
489bd57bf3 Patches from Chris Hoeppler
[SVN r57355]
2009-11-04 13:33:19 +00:00