Commit graph

1061 commits

Author SHA1 Message Date
Automated Commit
56d41d0714 Update ublas from develop. 2015-08-06 06:00:04 -04:00
Automated Commit
3caa86d7e4 Update odeint from develop. 2015-07-09 16:30:04 -04:00
Automated Commit
76167d8f3e Update ublas, thread from develop. 2015-03-14 11:30:06 -04:00
Automated Commit
9b68e2eec0 Update odeint from develop. 2015-03-09 02:30:03 -04:00
Automated Commit
48e46c6d77 Update odeint from develop. 2015-03-06 15:30:04 -05:00
Automated Commit
b936346880 Update odeint from develop. 2015-03-04 04:00:06 -05:00
Automated Commit
5ecdc429f3 Update odeint from develop. 2015-02-26 08:30:09 -05:00
Automated Commit
86c76240b3 Update odeint from develop. 2015-02-12 05:00:09 -05:00
Automated Commit
0610ffe86e Update odeint from develop. 2015-01-29 18:00:08 -05:00
Automated Commit
50331b24b9 Update ublas from develop. 2015-01-25 07:00:07 -05:00
Automated Commit
838ce3c30f Update ublas from develop. 2015-01-23 04:30:05 -05:00
Automated Commit
6526481357 Update interval from develop. 2015-01-09 14:30:07 -05:00
Automated Commit
a1d88229fb Update ublas from develop. 2014-11-20 04:00:06 -05:00
Automated Commit
34b77339da Update interval from develop. 2014-10-27 11:30:05 -04:00
Automated Commit
c5fe2f10a5 Update ublas from develop. 2014-10-15 04:30:05 -04:00
Automated Commit
499d83f21c Update ublas from develop. 2014-10-05 05:00:04 -04:00
Automated Commit
dd073421fc Update ublas, thread from develop. 2014-09-28 08:00:05 -04:00
Automated Commit
2a1d2a90be Update ublas from develop. 2014-09-28 07:00:05 -04:00
Automated Commit
faa51ebdda Update ublas from develop. 2014-09-28 06:00:05 -04:00
Automated Commit
ad17db0018 Update ublas from develop. 2014-09-13 06:00:03 -04:00
Automated Commit
685ba17550 Update ublas from develop. 2014-09-13 05:30:03 -04:00
Automated Commit
7dcfd7c400 Update ublas from develop. 2014-09-13 04:00:04 -04:00
Automated Commit
46c3c05599 Update graph, format, lambda, logic, interval, pool, property_map, timer, function, signals, tokenizer from develop. 2014-09-01 23:00:05 -04:00
Automated Commit
e63830e713 Update tti, preprocessor, mpl, accumulators, foreach, proto, xpressive, any, numeric_conversion, variant, circular_buffer from develop. 2014-08-18 12:00:05 -04:00
Automated Commit
46bcb372dc Update gil, log, odeint, predef from develop. 2014-08-18 10:30:04 -04:00
Automated Commit
fd298ec1aa Update odeint from develop. 2014-08-15 19:00:04 -04:00
Automated Commit
7599e4e2cc Update odeint from develop. 2014-07-11 16:00:04 -04:00
Automated Commit
ca109c54c4 Update atomic, interval from develop. 2014-07-07 15:00:05 -04:00
Automated Commit
4b0a90bde1 Update geometry, odeint from develop. 2014-07-02 06:00:06 -04:00
Automated Commit
e90f954044 Update align, numeric_conversion from develop. 2014-06-10 15:00:05 -04:00
Automated Commit
e95c3d83d1 Update ublas from develop. 2014-06-09 16:00:05 -04:00
Automated Commit
054427ccfc Update numeric_conversion from develop. 2014-06-05 06:30:05 -04:00
Automated Commit
ca4d895f31 Update numeric_conversion from develop. 2014-06-02 05:30:05 -04:00
Automated Commit
ca17d0b7b8 Update geometry, odeint from develop. 2014-05-04 17:00:06 -04:00
Automated Commit
b78015fc9c Update odeint from develop. 2014-04-18 17:00:05 -04:00
Automated Commit
62661eedc5 Update ublas from develop. 2014-04-16 04:30:05 -04:00
Automated Commit
952b6993ea Update ublas from develop. 2014-04-13 18:30:04 -04:00
Beman Dawes
1c87dd0340 Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
[SVN r86392]
2013-10-22 15:23:42 +00:00
Stephen Kelly
8a4c57cddb Simplify multi-component ifdefs containing BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
[SVN r86248]
2013-10-11 23:20:59 +00:00
Stephen Kelly
1be4c685c4 Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Process #ifndef...#endif conditions.

[SVN r86244]
2013-10-11 23:15:00 +00:00
Stephen Kelly
439714f90b Numeric: Remove obsolete GCC version check.
[SVN r86069]
2013-09-30 15:59:04 +00:00
Stephen Kelly
81be8e9822 Numeric: Remove obsolete MSVC version checks.
[SVN r86053]
2013-09-30 11:23:20 +00:00
Stephen Kelly
e8db430fb3 Remove obsolete MSVC check from pragma guard
git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
2013-09-26 13:02:51 +00:00
Vladimir Prus
b693db09a0 Undo previous commit, it was meant for another branch
[SVN r85888]
2013-09-25 08:32:03 +00:00
Vladimir Prus
5663695fa1 Initial modular patch, from Bjorn.
[SVN r85884]
2013-09-25 08:13:57 +00:00
David Bellot
66c2f5ef3d cosmetic changes after patch on assignment
[SVN r84595]
2013-06-01 11:18:48 +00:00
David Bellot
b024d3f7a2 applied ticket 6010
[SVN r84592]
2013-06-01 09:44:28 +00:00
Vicente J. Botet Escriba
d03f9e7df2 Numeric: fix minor unused parameter warning.
[SVN r83982]
2013-04-20 13:54:56 +00:00
John Maddock
80ad8f131c Fix PDF install rule so it can be called from external scripts.
[SVN r82836]
2013-02-12 18:22:59 +00:00
John Maddock
97770722f2 Minor fixes for PDF build from Paul Bristow.
[SVN r82833]
2013-02-12 18:03:57 +00:00