Commit Graph

781 Commits

Author SHA1 Message Date
Aleksey Gurtovoy
315ad7d60d Merged revisions 59248 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r59248 | agurtovoy | 2010-01-23 23:45:36 -0600 (Sat, 23 Jan 2010) | 1 line
  
  Fix bitand/bitor conflicts with iso64.h header
........


[SVN r63520]
2010-07-02 08:59:55 +00:00
Aleksey Gurtovoy
ea638a4478 Merged revisions 62579 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r62579 | steven_watanabe | 2010-06-08 09:24:55 -0500 (Tue, 08 Jun 2010) | 1 line
  
  Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF.  Fixes #861
........


[SVN r63518]
2010-07-02 08:32:03 +00:00
Eric Niebler
e66d77051e Merged revisions 63024 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r63024 | eric_niebler | 2010-06-16 13:57:41 -0400 (Wed, 16 Jun 2010) | 1 line
  
  make mpl::string work with mpl::transform
........


[SVN r63079]
2010-06-18 13:21:30 +00:00
Eric Niebler
a5ba971297 make mpl::string work with mpl::transform
[SVN r63024]
2010-06-16 17:57:41 +00:00
Steven Watanabe
360322e894 Add BOOST_MPL_HAS_XXX_TEMPLATE_DEF. Fixes #861
[SVN r62579]
2010-06-08 14:24:55 +00:00
Neil Groves
52d8442055 Improve compatibility with compilers other than GCC.
[SVN r61922]
2010-05-11 22:20:19 +00:00
Neil Groves
9e138e28ca Removed workaround for MSVC == 1600 in eval_if.hpp
[SVN r61921]
2010-05-11 21:33:24 +00:00
Neil Groves
75e47b8597 Remove regression introduced by my previous 'fix'
[SVN r61920]
2010-05-11 21:12:26 +00:00
Neil Groves
b6e98cdd5a Fixed defect that showed up with Visual C++ 10. This has been affecting numerous libraries as a knock-on effect.
[SVN r61916]
2010-05-11 18:30:04 +00:00
Aleksey Gurtovoy
c5621d99cd MPL: merge fix for ticket #1992
[SVN r61591]
2010-04-26 21:31:09 +00:00
Aleksey Gurtovoy
31a2c78a5a MPL: merge fix for ticket #4061
[SVN r61584]
2010-04-26 18:48:26 +00:00
Hartmut Kaiser
cc82b7a924 MPL: fixed #4061: gcc-4.5 compilation problems related to arity_helper, applied attached patch to the main aux_/template_arity.hpp and regenerated the corresponding file preprocessed/gcc/template_arity.hpp. No other preprocessed files are affected.
This patch seemed to be fine as all it does is to qualify an internal name in order to avoid it being looked up through ADL. This appears to be reasonably safe as this name is internal and not supposed to be found using ADL in the first place.


[SVN r61467]
2010-04-21 17:19:06 +00:00
Aleksey Gurtovoy
4678423fee Fix for #1992
[SVN r60888]
2010-03-28 14:23:38 +00:00
Aleksey Gurtovoy
38e0d6157f Fix bitand/bitor conflicts with iso64.h header
[SVN r59248]
2010-01-24 05:45:36 +00:00
Aleksey Gurtovoy
9e7f06d29b Fix bogus protect example
[SVN r58111]
2009-12-03 10:44:05 +00:00
Troy D. Straszheim
ae88433250 rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
62d52d9d8b rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
[SVN r56941]
2009-10-17 01:10:45 +00:00
Aleksey Gurtovoy
b74cf94d04 MPL refmanual: for_each doc fixes (thanks to Emil Dotchevski)
[SVN r55858]
2009-08-29 08:48:11 +00:00
Aleksey Gurtovoy
e6ba4cc17c MPL: merge test for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!)
[SVN r55752]
2009-08-24 04:17:30 +00:00
Aleksey Gurtovoy
294dd90076 MPL: merge fix for #2042/#3298 from the trunk (thanks to Steven Watanabe for the fix!)
[SVN r55751]
2009-08-24 04:11:00 +00:00
Steven Watanabe
d38f271fae Use order instead of size to find the next order in the non-typeof implementation of mpl::insert for mpl::map. Fixes #2042.
[SVN r55727]
2009-08-23 04:42:25 +00:00
Aleksey Gurtovoy
15a9930acb MPL: merge fix for #3337 from the trunk (thanks Steven!)
[SVN r55679]
2009-08-20 07:50:16 +00:00
Steven Watanabe
c1de64359f Provide definitions for the dummy structs used by has_push_back_impl and has_push_front_impl so that they work with Fusion containers. Fixes #3337.
[SVN r55672]
2009-08-19 22:52:27 +00:00
Aleksey Gurtovoy
4f0675cd13 Merge boost/mpl fixes from the trunk
[SVN r55648]
2009-08-18 05:16:53 +00:00
Aleksey Gurtovoy
16dd55a902 Merge libs/mpl from the trunk
[SVN r55647]
2009-08-18 05:00:17 +00:00
Aleksey Gurtovoy
b4f37ef70f More MPL refmanual fixes
[SVN r55643]
2009-08-18 01:22:15 +00:00
Aleksey Gurtovoy
c40417c2d3 MPL refmanual fixes
[SVN r55641]
2009-08-18 01:03:26 +00:00
Aleksey Gurtovoy
9028f43fc9 MPL refmanual: add forgotten docs
[SVN r55635]
2009-08-17 23:36:52 +00:00
Aleksey Gurtovoy
43d395d050 Updated MPL refmanul docs + new style
[SVN r55624]
2009-08-17 11:30:52 +00:00
Aleksey Gurtovoy
e42394d3ec Assign copyright back to Eric (fixing copy & paste error in changeset 55621)
[SVN r55623]
2009-08-17 11:01:40 +00:00
Aleksey Gurtovoy
5442b57228 Assign copyright back to Eric (fixing copy & paste error in changeset 55621)
[SVN r55622]
2009-08-17 10:45:29 +00:00
Aleksey Gurtovoy
0efce8938c MPL refmanul: fix copyrights, move all build files in the _build dir
[SVN r55621]
2009-08-17 10:27:13 +00:00
Eric Niebler
5a2abc4d58 more generic c_str implementation from Mathis Gaunard
[SVN r55377]
2009-08-03 00:24:46 +00:00
Eric Niebler
837a031a0e Merged revisions 55146 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r55146 | eric_niebler | 2009-07-24 10:22:50 -0700 (Fri, 24 Jul 2009) | 1 line
  
  fix bug with signed char
........


[SVN r55206]
2009-07-27 18:39:32 +00:00
Troy D. Straszheim
991277330b Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Eric Niebler
e1fa211c83 fix bug with signed char
[SVN r55146]
2009-07-24 17:22:50 +00:00
Troy D. Straszheim
e5dfdf47ed Add basic copyright/license to keep cmake out of the inspection report
[SVN r55095]
2009-07-22 21:51:01 +00:00
Steven Watanabe
e6024bc6f7 Call clear before checking for the existence of push_back
[SVN r54949]
2009-07-14 16:52:05 +00:00
Steven Watanabe
1ba6d35b4d Fix default implementation of has_push_back and has_push_front
[SVN r54948]
2009-07-14 16:49:45 +00:00
Eric Niebler
4599fe865f Merged revisions 52208,52241,52271,52314-52315,52317,52361,52542,52579 via svnmerge from
https://svn.boost.org/svn/boost/trunk


[SVN r53838]
2009-06-13 01:03:44 +00:00
Aleksey Gurtovoy
78364897a1 Further MPL doc generation fixes
[SVN r53747]
2009-06-08 13:12:50 +00:00
Aleksey Gurtovoy
e1c57fa777 More MPL refmanual doc generation fixes
[SVN r53744]
2009-06-08 11:16:27 +00:00
Gennadiy Rozental
bade8a503a avoid C style casts
[SVN r53667]
2009-06-06 09:34:12 +00:00
Aleksey Gurtovoy
2d5e02f382 Fix #640 in sources
[SVN r53534]
2009-06-01 12:55:33 +00:00
Aleksey Gurtovoy
4169d45c82 Bring up MPL refmanual docs generation
[SVN r53532]
2009-06-01 11:50:35 +00:00
Hartmut Kaiser
54bf81da35 Fixed a bogus preprocessor directive
[SVN r53189]
2009-05-22 20:07:55 +00:00
Hartmut Kaiser
d53111cfc8 Fixed a bogus preprocessor directive
[SVN r53188]
2009-05-22 20:06:55 +00:00
Jeremiah Willcock
14b652ed90 Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
2009-05-20 19:19:00 +00:00
Eric Niebler
58be5a2bd5 portability patch for sunpro on little-endian platforms
[SVN r52579]
2009-04-24 15:23:40 +00:00
Eric Niebler
dfc596a7bf isolate implementation-defined behavior in macros for easier portability
[SVN r52577]
2009-04-23 21:46:30 +00:00