Eric Niebler
44c43af8ba
add proto expression generators for each C++ operator for convenience
...
[SVN r35814]
2006-11-03 02:47:44 +00:00
Rene Rivera
0a8521e9c6
Add "--buildid" option for customizing the built libraries.
...
[SVN r35812]
2006-11-03 00:54:46 +00:00
Daryle Walker
f7ad3794ee
Realized that integer comparison algorithm change from previous commit also fixed patch #1434821
...
[SVN r35811]
2006-11-02 15:55:00 +00:00
Jürgen Hunold
def609fbc2
Upgrade to Qt-4.2:
...
- Add support for QtDBus library.
- Adjust to changes in Qt's build system: No parallel build of debug and release libraries on Unix anymore.
- Remove explicit "<variant>release" requirements for release builds, enabling custom build variants.
[SVN r35809]
2006-11-02 15:15:07 +00:00
John Maddock
e34a4a3f02
Update HP aCC config and move header include outside namespace declarations (with thanks to Boris Gubenko for providing and testing these).
...
[SVN r35807]
2006-11-02 10:39:11 +00:00
Eric Niebler
900a0d5fcb
add proto::extends<> and change mark_tag to use proto::extends<> for nice construction syntax
...
[SVN r35806]
2006-11-02 06:56:43 +00:00
Dan Marsden
77ecb69409
added transform view test covering value_at
...
[SVN r35805]
2006-11-01 08:03:15 +00:00
Dan Marsden
11ae9aa7a5
added value_at_impl for transform view
...
[SVN r35804]
2006-11-01 08:01:01 +00:00
Eric Niebler
1abd140061
add toy_spirit test for proto
...
[SVN r35803]
2006-10-31 19:25:13 +00:00
Vladimir Prus
e82cccf83a
Remove duplicate "boost" from library names. Thanks to Tiziano Mueller
...
for bug report and the suggested fix.
[SVN r35801]
2006-10-31 18:41:29 +00:00
Daryle Walker
ed55d15998
Changed rational comparison algorithm to avoid overflow and fix bug #798357 ; changed integer comparison algorithm to match
...
[SVN r35800]
2006-10-31 15:30:22 +00:00
Eric Niebler
c390dfa6b7
work around msvc result_of bugs, add test cases
...
[SVN r35799]
2006-10-31 08:21:57 +00:00
Roland Schwarz
87f2347937
Get rid of dll import warnings for nocopyable classes
...
[SVN r35796]
2006-10-30 19:27:51 +00:00
Vladimir Prus
0b6a351156
Don't build shared lib/static runtime combinations.
...
[SVN r35793]
2006-10-30 09:05:26 +00:00
Vladimir Prus
b5cf3002c7
Unbreak multi-element gcc commands
...
[SVN r35791]
2006-10-30 08:35:33 +00:00
Daniel Wallin
23033251a7
marked up tests for Boost.Parameter
...
[SVN r35789]
2006-10-30 06:41:36 +00:00
Eric Niebler
9bd7cb8767
add proto::unref; proto::arg, proto::left and proto::right automatically unref their return values; basic_expr plays well with boost::result_of
...
[SVN r35788]
2006-10-30 06:39:38 +00:00
Eric Niebler
c8b77c3284
back out MPL-ification of proto trees for now
...
[SVN r35786]
2006-10-30 04:00:09 +00:00
Eric Niebler
3f22734278
add make_expr, as_expr_ref and reimplement pass-through compiler
...
[SVN r35785]
2006-10-30 02:00:19 +00:00
Joel de Guzman
fe926cf79b
doc updates
...
[SVN r35784]
2006-10-30 01:20:23 +00:00
Dan Marsden
6e23c721f6
added tests for at_c on transform view
...
[SVN r35783]
2006-10-29 21:17:22 +00:00
Dan Marsden
23f688fc52
added at impl for transform view random access
...
[SVN r35782]
2006-10-29 21:16:00 +00:00
Jeff Garland
767f9d4bf5
fix some spelling errors
...
[SVN r35781]
2006-10-29 20:00:49 +00:00
Jeff Garland
a4a1e654fd
add section about writing code
...
[SVN r35780]
2006-10-29 19:55:07 +00:00
Hartmut Kaiser
766d970ff2
Wave: Untabified translation_unit_skipper.h
...
[SVN r35779]
2006-10-29 19:23:52 +00:00
Eric Niebler
e233a5b43a
update vcproj for new proto version
...
[SVN r35778]
2006-10-29 06:28:41 +00:00
Eric Niebler
515eb10130
ne syntax for initializing mark tags
...
[SVN r35777]
2006-10-29 06:19:04 +00:00
Eric Niebler
07a7c9fa36
proto2
...
[SVN r35776]
2006-10-29 06:14:42 +00:00
Eric Niebler
606a2633e2
add missing include
...
[SVN r35773]
2006-10-28 22:17:14 +00:00
Alexander Nasonov
cf9c252984
Separate test for round-tripping of floating point types.
...
[SVN r35771]
2006-10-28 19:33:32 +00:00
Vladimir Prus
9c07c48b9b
Ugly trick to handle <runtime-debugging> like in V1
...
[SVN r35769]
2006-10-28 19:23:12 +00:00
Vladimir Prus
6a7094641e
Don't mess with 'runtime-debugger'
...
[SVN r35765]
2006-10-28 18:45:14 +00:00
Vladimir Prus
d8f2c4250b
Build shared/static runtime variants on NT, like V1 does
...
[SVN r35763]
2006-10-28 18:40:39 +00:00
Rene Rivera
9b9611c94c
Restore BBv1 install functionality of installing to c:/Boost by default.
...
[SVN r35761]
2006-10-28 15:22:17 +00:00
Alexander Nasonov
00141cd449
Fix the test built with <native-wchar_t>off on vc-7_1 and vc-8_0
...
[SVN r35760]
2006-10-28 14:37:37 +00:00
Alexander Nasonov
2ddc2113e4
Fixed: std::basic_streambuf<char, std::char_traits<char> > is an inaccessible base of boost::detail::lexical_streambuf<char>
...
[SVN r35759]
2006-10-28 10:22:30 +00:00
Joel de Guzman
8dc439b991
Added FAQ
...
[SVN r35757]
2006-10-28 01:30:09 +00:00
Jeff Garland
ef523aa9c3
add single overall include file for date time lib
...
[SVN r35756]
2006-10-27 23:21:38 +00:00
Alexander Nasonov
9ee8b8792e
The test passed on VC6
...
[SVN r35755]
2006-10-27 21:28:33 +00:00
Stefan Seefeld
42e8f41557
Fix symbol visibility.
...
[SVN r35754]
2006-10-27 21:19:47 +00:00
Vladimir Prus
ea98fe1942
Unbreak compile.c++.pch: Use -TP not -TC
...
[SVN r35750]
2006-10-26 09:10:55 +00:00
Tobias Schwinger
78aae1ca33
documents result metafunctions for make_pair and pair members
...
[SVN r35749]
2006-10-26 07:46:43 +00:00
Tobias Schwinger
08e341bc68
adds result metafunction for make_pair and pair members
...
[SVN r35748]
2006-10-26 07:45:43 +00:00
Alexander Nasonov
0c0ec03ed2
One more VC6 workaround.
...
[SVN r35747]
2006-10-25 21:08:50 +00:00
Rene Rivera
637f78408b
Limit the flavor to certain toolsets. For now only MinGW.
...
[SVN r35745]
2006-10-25 19:43:35 +00:00
Rene Rivera
c0905851f3
Fix guard for autodetect of command version and flavor.
...
[SVN r35743]
2006-10-25 14:25:05 +00:00
Rene Rivera
a09d9f9eb9
Use the passed in command instead of a fixed one to account for custom and versioned commands. Thanks to Jurge Hunold for the report/patch.
...
[SVN r35741]
2006-10-25 12:51:05 +00:00
Joel de Guzman
ddfef08c98
added test for returning a tuple of double with conversion from a tuple of ints
...
[SVN r35740]
2006-10-25 09:05:00 +00:00
Alexander Nasonov
10782a0f0f
Optimization for floating types (1.25 faster on gcc / FreeBSD 6.2). VC6 test is still broken.
...
[SVN r35739]
2006-10-25 06:43:44 +00:00
Alexander Nasonov
988f54a438
VC6 workaround
...
[SVN r35738]
2006-10-25 06:41:21 +00:00