Commit graph

32963 commits

Author SHA1 Message Date
Daniel James
3365e52848 Forwarding html files for property_tree.
[SVN r56207]
2009-09-15 07:03:43 +00:00
Vladimir Prus
3caa081024 Don't mutate input to SPLIT_BY_CHARACTERS.
[SVN r56204]
2009-09-15 06:03:23 +00:00
Douglas Gregor
8ee240648b Make MPI non-blocking semantics more clear
[SVN r56203]
2009-09-15 02:50:44 +00:00
Daniel James
4b44e7688a Add property tree to generated docs.
[SVN r56202]
2009-09-14 23:48:31 +00:00
Sebastian Redl
e11512708a Add needed headers to tutorial.
[SVN r56199]
2009-09-14 22:24:10 +00:00
Sebastian Redl
71acb3a9aa Adjust doc parameters.
[SVN r56198]
2009-09-14 22:22:21 +00:00
Sebastian Redl
8f43b1cb05 Add PTree to the library lists.
[SVN r56195]
2009-09-14 22:12:36 +00:00
Hartmut Kaiser
cf4d950ef9 Spirit: fixing compilation problems on gcc
[SVN r56194]
2009-09-14 21:15:15 +00:00
Vladimir Prus
834a9523cf Implement SPLIT_BY_CHARACTERS.
This is much faster than regex.split if splitting by a single char,
or by a set of one-char delimiters.


[SVN r56191]
2009-09-14 16:57:57 +00:00
Hartmut Kaiser
62a932c912 Spirit: doc updates
[SVN r56184]
2009-09-14 14:23:41 +00:00
Joel de Guzman
80640432a8 fixes
[SVN r56182]
2009-09-14 12:34:43 +00:00
Hartmut Kaiser
750abfc144 Spirit: Added missing include
[SVN r56181]
2009-09-14 12:15:10 +00:00
Vladimir Prus
b3dfe84fe8 Add 'native' and 'core2' architectures.
Patch from Serhat Şevki Dinçer.


[SVN r56180]
2009-09-14 09:32:36 +00:00
Hartmut Kaiser
8925642d57 Spirit: added missing files, minor fixes
[SVN r56175]
2009-09-13 16:10:43 +00:00
Hartmut Kaiser
b437738011 Spirit: Fixed outdated fusion link in docs
[SVN r56174]
2009-09-13 16:08:59 +00:00
Alexander Nasonov
ef3ac3cb27 Add a test for uintmax_t.
[SVN r56171]
2009-09-13 14:58:34 +00:00
Alexander Nasonov
5d2f5a79e7 Fix #2295 (Inconsistent behavior when using 64 bit integer types).
[SVN r56170]
2009-09-13 14:48:27 +00:00
Alexander Nasonov
3c6b1076a5 Fix #754 (boost::any - typeid comparison across shared boundaries).
[SVN r56168]
2009-09-13 13:16:28 +00:00
Gunter Winkler
32984aa78c doc/index.htm:
added link to new release notes page

doc/release_notes.htm:

created release notes page to track changes, see #3293 and #3443



[SVN r56164]
2009-09-12 23:10:38 +00:00
Gunter Winkler
03eca9c56e matrix.hpp, identity_matrix:
fix #3293: added assignments to size_common_ on each place where size1 or size2 are changed



[SVN r56163]
2009-09-12 23:07:47 +00:00
Gunter Winkler
45821bcf6c see #3443: reformatted source because it was too ugly to do any changes.
[SVN r56162]
2009-09-12 22:55:20 +00:00
Alexander Nasonov
8c06524285 Fix #1847 (Can't compile without <locale> header, boost::lexical_cast problem).
[SVN r56160]
2009-09-12 22:22:28 +00:00
Alexander Nasonov
fbcee1e94b Fix #1791 (fix warning on MSVC warning level 4) and undo r34801 (some "rewording" to avoid spurious level 4 warnings with VC7.1 and VC8).
[SVN r56158]
2009-09-12 21:47:27 +00:00
Joel de Guzman
f52e71f5f3 binary parsers examples
[SVN r56153]
2009-09-12 10:56:06 +00:00
Joel de Guzman
6ca5b9cc0c list + binary parsers
[SVN r56152]
2009-09-12 10:05:55 +00:00
Robert Ramey
e638596c88 enhanced test
[SVN r56149]
2009-09-11 17:58:57 +00:00
Robert Ramey
d3aeb0804e reimplemented BOOST_STATIC_WARNING to depend on boost::mpl::print
[SVN r56148]
2009-09-11 17:55:27 +00:00
Jeremiah Willcock
6256d33747 Added fixes to grid graph from Michael Hansen
[SVN r56147]
2009-09-11 17:52:43 +00:00
Hartmut Kaiser
af59015f7d Spirit: docs, docs, docs
[SVN r56146]
2009-09-11 13:06:54 +00:00
Hartmut Kaiser
03dfdb7075 Spirit: doc update (mainly lexer)
[SVN r56145]
2009-09-11 02:06:21 +00:00
Hartmut Kaiser
4ffce3dd1b Spirit: added static lexer version verifying compatibility with generated tables, regenerated static lexer examples
[SVN r56144]
2009-09-11 01:32:27 +00:00
Hartmut Kaiser
112f2acfb8 Spirit: added static lexer version verifying compatibility with generated tables
[SVN r56143]
2009-09-11 01:28:41 +00:00
Hartmut Kaiser
28f21959af Spirit: fixing lexer issue inhibiting usage of more than one instance of a static lexer
[SVN r56142]
2009-09-10 18:38:19 +00:00
Hartmut Kaiser
d145a9991d Spirit: fixing lexer issue inhibiting usage of more than one instance of a static lexer
[SVN r56141]
2009-09-10 18:36:57 +00:00
Jeremiah Willcock
624c3a425e Added information about bidirectional support to CSR documentation
[SVN r56140]
2009-09-10 17:36:35 +00:00
Beman Dawes
e18a393a09 Fix #3385, add test cases
[SVN r56139]
2009-09-10 17:25:20 +00:00
Matthias Troyer
9404562e7e Templated string serialization on the char type
[SVN r56138]
2009-09-10 15:22:21 +00:00
Hartmut Kaiser
536a0ff854 Spirit: spell fix in one of the comments
[SVN r56137]
2009-09-10 15:20:33 +00:00
Sebastian Redl
ab56d3f67f Initialize a member variable, fix lots of failing tests.
[SVN r56136]
2009-09-10 15:19:43 +00:00
Hartmut Kaiser
8c87f9d980 Spirit: more docs
[SVN r56135]
2009-09-10 13:24:41 +00:00
Hartmut Kaiser
475a4cbe6f Spirit: Added default template type for stream_generator
[SVN r56134]
2009-09-10 12:27:27 +00:00
Beman Dawes
57d06898bb Fix #3429 cut-and-paste snafu
[SVN r56133]
2009-09-10 11:14:23 +00:00
Jürgen Hunold
595609ffff Add support for QtMultimedia framework in upcoming Qt-4.6.
[SVN r56132]
2009-09-10 10:14:46 +00:00
Jürgen Hunold
3effbcf957 Add the location of the duplicate project id to the error message.
[SVN r56131]
2009-09-10 09:48:06 +00:00
Jeremiah Willcock
15a3a37327 Refactored and added bidirectional CSR support; fixes #3386
[SVN r56128]
2009-09-09 21:29:17 +00:00
Jeremiah Willcock
30f06b66e3 Fixed deprecated header file
[SVN r56127]
2009-09-09 21:28:25 +00:00
Jeremiah Willcock
d080a1621a Fixed tab
[SVN r56126]
2009-09-09 21:13:29 +00:00
Matthias Schabel
96bafb2fb6 add base unit for pound-force
[SVN r56125]
2009-09-09 20:35:34 +00:00
Joel de Guzman
618f6037d9 optional doc
[SVN r56124]
2009-09-09 19:31:24 +00:00
Joel de Guzman
30f2d7e99e optional doc
[SVN r56123]
2009-09-09 19:24:02 +00:00