David Bellot
73b6b5a48d
merged changes with the trunk after patch on assignment (only cosmetic changes)
...
[SVN r84594]
2013-06-01 11:17:11 +00:00
Karsten Ahnert
4fbd1cb05c
merging docs changes from odeint in release branch
...
[SVN r82592]
2013-01-23 07:06:04 +00:00
Karsten Ahnert
c909610266
applied typo patch for odeint
...
[SVN r82310]
2013-01-01 18:48:32 +00:00
Karsten Ahnert
9ff68d934a
merging odeint from trunk
...
[SVN r81811]
2012-12-09 21:20:29 +00:00
Gunter Winkler
566acedc34
* libs/numeric/ublas/doc/release_notes.htm - update release notes
...
* libs/numeric/ublas/doc/index.htm - update FAQ
[SVN r80792]
2012-09-30 19:53:11 +00:00
Gunter Winkler
e21bf429c4
merged [80483],[80487],[80586],[80591],[80592],[80599],[80600],[80624],[80625],[80643],[80644] into release:
...
* fix #4024
* fix #5812
* fix #7296 (hopefully ;-)
* see #7363 (must wait for a full test cycle before closing this task)
[SVN r80645]
2012-09-22 21:57:57 +00:00
Gunter Winkler
ce0637e561
* add missing test from [80588], see #4024
...
[SVN r80590]
2012-09-18 21:14:33 +00:00
Gunter Winkler
c9ed8c3005
merge [61880],[75560],[80267],[80268],[80269],[80270],[80399],[80403],[80483],[80485],[80507],[80563] into release branch
...
* fix #6511 , fix #6514 , fix #7296 , fix #7297 ,
* see #4024
[SVN r80588]
2012-09-18 21:07:07 +00:00
Antony Polukhin
2da4b62ad1
Merge from trunk
...
* Much more tests
* Now numeric_cast (and lexical_cast) can be compiled with disabled exceptions
* Supress warning described in #6645 (implicit conversion shortens 64-bit value into a 32-bit value)
* Fixed compilation of lexical_cast with BOOST_NO_STD_LOCALE defined
* Documentation updates
* Case insensitive "NaN" and "Inf" parsing
* Performance tests commit
[SVN r77288]
2012-03-10 07:31:36 +00:00
Jürgen Hunold
1a6b80d236
Merge 77144 from ^/trunk
...
------------------------------------------------------------------------
r77144 | jhunold | 2012-02-29 21:49:52 +0100 (Mi, 29 Feb 2012) | 2 lines
Fix #5519 : Use correct predefined _WIN64
------------------------------------------------------------------------
[SVN r77205]
2012-03-04 10:45:11 +00:00
Brandon Kohn
1eaf59c466
Merged numeric cast trait fixes for fundamental type specializations.
...
[SVN r76836]
2012-02-02 01:42:52 +00:00
Brandon Kohn
27d69092ef
Missed imports to numeric_cast_traits docs.
...
[SVN r75596]
2011-11-21 16:46:56 +00:00
Jürgen Hunold
12bf1222a3
Merge 74928 from ^/trunk
...
------------------------------------------------------------------------
r74928 | jhunold | 2011-10-12 19:59:21 +0200 (Mi, 12 Okt 2011) | 1 line
use boost workaround header for clang bug 6907
------------------------------------------------------------------------
[SVN r74946]
2011-10-14 16:56:40 +00:00
Brandon Kohn
2d8da8f64a
Merge of numeric_cast_traits in numeric conversion library.
...
[SVN r74762]
2011-10-06 17:27:17 +00:00
Steven Watanabe
813ca38548
Merge Interval from the trunk
...
[SVN r67603]
2011-01-03 03:57:26 +00:00
David Bellot
b1dd3f747c
updated version number in doc to 1.45, whoops forgot a file :-)
...
[SVN r66108]
2010-10-19 19:45:31 +00:00
David Bellot
7b8e894465
updated version number in doc to 1.45
...
[SVN r66105]
2010-10-19 19:40:44 +00:00
David Bellot
da9b459553
beta ublas for 1.45
...
[SVN r66085]
2010-10-19 07:01:35 +00:00
Daniel James
9462f3d60d
Merge documentation changes.
...
[SVN r64186]
2010-07-19 23:29:09 +00:00
David Bellot
8034363cc6
whoops another file missing. Now it's correct, kdiff3 gives 100% between trunk and release
...
[SVN r63670]
2010-07-05 18:20:58 +00:00
David Bellot
4a2317e3df
whoops, 2 files where missing during the merge !
...
[SVN r63669]
2010-07-05 18:13:41 +00:00
David Bellot
401899c3d2
last update for 1.44
...
[SVN r63645]
2010-07-05 06:35:22 +00:00
David Bellot
5a6b4fb4fb
last update for 1.44
...
[SVN r63644]
2010-07-05 06:06:24 +00:00
Hartmut Kaiser
994a0b926a
Spirit: merging from trunk upto rev. 61489
...
[SVN r63640]
2010-07-04 22:38:38 +00:00
Marshall Clow
c52d8535e9
Merged changes for #2981 , #4166 , and #4377 to release branch
...
[SVN r63523]
2010-07-02 15:37:14 +00:00
Daniel James
a38b959dcd
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Douglas Gregor
585aba8d02
Teach Numeric/Interval that Apple platforms provide <fenv.h> for rounding control
...
[SVN r61957]
2010-05-13 23:28:33 +00:00
Douglas Gregor
56dd115b0c
Merge standards-conformance fixes for Ublas
...
[SVN r61868]
2010-05-09 01:40:22 +00:00
Gunter Winkler
ad373b49c8
fix #3539 : merged [61135], [61136], [61137] into release
...
boost/numeric/ublas/traits.hpp: fixed complex_traits
libs/numeric/ublas/test/Jamfile.v2: added testcase
libs/numeric/ublas/test/test_complex_norms.cpp: new testcase
libs/numeric/ublas/doc/release_notes.htm: updated release notes
[SVN r61206]
2010-04-11 20:11:14 +00:00
Gunter Winkler
b484f1bfbc
fix #3501 : merge changes 57202,57208,61114 into release
...
boost/numeric/ublas/detail/concepts.hpp
libs/numeric/ublas/doc/release_notes.htm
[SVN r61115]
2010-04-06 20:18:13 +00:00
Gunter Winkler
6987b7f55e
close #3968 : merge 60156,60215,60623,60780,61111 into release
...
boost/numeric/ublas/storage.hpp
libs/numeric/ublas/test/test_coordinate_matrix_sort.cpp
libs/numeric/ublas/test/utils.hpp
libs/numeric/ublas/test/Jamfile.v2
libs/numeric/ublas/doc/release_notes.htm
[SVN r61112]
2010-04-06 20:09:04 +00:00
Daniel James
f27db3c432
Merge [57807]: rebuild numeric/conversion documentation.
...
[SVN r57809]
2009-11-20 10:05:09 +00:00
Gunter Winkler
13f959bf85
see #3449 :
...
* merged [57209] into release
[SVN r57210]
2009-10-28 23:09:57 +00:00
Gunter Winkler
912fe04942
see #3443 :
...
* merged improved documentation
* enabled forgotten unit tests in jamfile (see #3449 )
* merged [53674],[53675],[56584],[56601] into release
* partially merged [56005],[56006] into release
[SVN r57207]
2009-10-28 22:43:46 +00:00
Troy D. Straszheim
4734748cb4
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
Gunter Winkler
4c13b18806
see #3108
...
* merged [54232] into release
[SVN r56627]
2009-10-06 23:53:19 +00:00
Gunter Winkler
742adf929a
close #3293 (resized identity matrix)
...
* merged [56163] into release
[SVN r56626]
2009-10-06 23:47:53 +00:00
Gunter Winkler
9bf085004e
see #3397
...
* merged [56045] into release
* add enable_if to operator* for scalar*vector, vector*scalar, scalar*matrix, matrix*scalar in order to hinder unexpected instantiation.
[SVN r56625]
2009-10-06 23:31:22 +00:00
Gunter Winkler
5321c0fc28
see #3396 (view concepts), see #3449 (new free functions)
...
* merged [51765],[56003],[56600],[56602],[56621] into release
* added new free functions to simplify learning uBLAS
[SVN r56624]
2009-10-06 23:13:46 +00:00
Gunter Winkler
e9d2fac81d
see #3457 and see #3443 :
...
* merged [56162],[56164],[56248],[56622],[56249] into release
* added move semantics for dense matrix and vector containers
[SVN r56623]
2009-10-06 22:35:51 +00:00
Gunter Winkler
f96b258fb2
libs/numeric/ublas/test/triangular_access.cpp: fixed compile failure with MSVC 7.1
...
[SVN r56620]
2009-10-06 21:12:55 +00:00
Gunter Winkler
e01f0d3b4e
fix #3499 and fix #3501 :
...
* added inline to free helper functions
* added missing concept check
* fixed broken internal checks
[SVN r56614]
2009-10-05 22:48:29 +00:00
Gunter Winkler
47b953c38e
fix #3230 : (coordinate_vector::set_filled() has wrong return statement)
...
* merged [56611] into release
[SVN r56612]
2009-10-05 22:37:32 +00:00
Gunter Winkler
98fac820a3
fix #2872 : (possible compile failure)
...
* merged [56606] into release
[SVN r56608]
2009-10-05 22:02:13 +00:00
Gunter Winkler
7b452f03c7
fix #2195 :
...
* merged changes into release branch
[SVN r56605]
2009-10-05 21:41:32 +00:00
Troy D. Straszheim
3151103a62
Add basic copyright/license to keep cmake out of the inspection report
...
[SVN r55095]
2009-07-22 21:51:01 +00:00
Daniel James
55c345dc90
Use local copy of the valid HTML 4.01 icon, and make sure all the pages
...
that use it are valid.
Merged revisions 53047-53048 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r53047 | danieljames | 2009-05-16 15:17:20 +0100 (Sat, 16 May 2009) | 1 line
Fix some validation errors.
........
r53048 | danieljames | 2009-05-16 15:23:59 +0100 (Sat, 16 May 2009) | 1 line
Use a local copy of the valid HTML 4.01 icon.
........
[SVN r53258]
2009-05-25 20:06:26 +00:00
Jeremiah Willcock
c02524c043
Fixed almost all tab and min/max issues found by inspect tool
...
[SVN r53142]
2009-05-20 19:41:20 +00:00
Daniel James
d40a909520
Use a local copy of the valid HTML 4.01 icon.
...
[SVN r53048]
2009-05-16 14:23:59 +00:00
Gunter Winkler
145be0c418
ublas/detail/concepts.hpp: added conditional to enable/disable test of experimental vector_view
...
[SVN r52162]
2009-04-03 20:15:44 +00:00
Gunter Winkler
4b0aa52a3a
ublas/doc/samples/ex_triangular.cpp: added new example
...
ublas/doc/samples/Jamfile.v2: added build section for ex_triangular
ublas/doc/container_concept.htm: fixed wrong description of array_type
ublas/doc/triangular.htm: fixed lower/upper confusion and added link to ex_triangular
ublas/test/test_lu.cpp: added unit test for LU decomposition
ublas/test/triangular_access.cpp: added unit test for accessing triangular/symmetric matrices
ublas/test/triangular_layout.cpp: added unit test for testing storage layout of triangular/symmetric matrices
ublas/test/common/testhelper.hpp: support routines for new unit tests
ublas/test/CMakeLists.txt: added new tests (still experimental) test_lu, triangular_access. triangular_layout
ublas/test/Jamfile.v2:
added new tests (still experimental) test_lu, triangular_access. triangular_layout
disabled broken test7 (maybe a fix of boost::interval is needed, see #2473 )
ublas/test/test71.cpp, ublas/test/test73.cpp, ublas/test/test7.cpp:
added first fixes to support boost::interval as scalar type
ublas/test/common/init.hpp:
initialize all matrices/vectors with floats instead of (unsigned) ints
this helps to fix broken test7 for boost::interval
[SVN r52147]
2009-04-02 22:36:39 +00:00
Gunter Winkler
b874107735
ublas/expression_types.hpp: added typedef ublas_expression::self_type
...
ublas/fwd.hpp: added default template arguments to declaration of generalized_vector_of_vector
ublas/lu.hpp: added constructor from vector to permutation_matrix
ublas/storage.hpp: fix #2891
ublas/detail/concepts.hpp: added documentation and some missing concept checks
ublas/traits.hpp:
added new traits classes: container_traits, matrix_traits, vector_traits
they work for all ublas classes and c-arrays (T[M][N] and T[M])
ublas/functional.hpp:
added triangular type tags
fix #2800
added my name to copyright message
[SVN r52145]
2009-04-02 22:15:10 +00:00
Gunter Winkler
0a19f54ca3
storage.hpp: fix #2891 , now check new size instead of old one
...
[SVN r52143]
2009-04-02 21:46:07 +00:00
Gunter Winkler
0604d23c61
test/test71.cpp reverted some changes regarding boost::interval
...
test/test73.cpp reverted addition of special initilizer
test/common/init.hpp changed common initilizer to use float instead of (unsigned) int to initialize test vectors/matrices (this solved some boost::interval issues, but revealed other ones)
[SVN r52142]
2009-04-02 21:43:25 +00:00
Gunter Winkler
f36e1ef3a0
Jamfile.v2: disabled failing test7 (need more time to investigate this)
...
CMakeLists.txt: added new tests, but was still not able to run cmake successfully
[SVN r52141]
2009-04-02 21:40:20 +00:00
Gunter Winkler
add0fa9ff8
replaced duplicate 'size_type' by 'difference_type'
...
[SVN r51778]
2009-03-14 21:29:22 +00:00
Gunter Winkler
f03af90e82
fwd.hpp:
...
* default arguments for generalized_vector_of_vector
expression_types.hpp:
* added self_type to matrix_expression
detail/concepts.hpp:
* added documentation and missing concept checks to scalar expression and vector expression
traits.hpp:
* added container_traits
* added vector_traits
* added matrix_traits
[SVN r51765]
2009-03-13 21:10:04 +00:00
Gunter Winkler
7ca0d2f29b
functional.hpp:
...
* added triangular_type definitions
* added transposed_layout to basic_row_major and basic_column_major
* fix #2800 : transposed_structure has to switch row major and column major
[SVN r51764]
2009-03-13 21:07:16 +00:00
Gunter Winkler
306c4635a3
test_lu.cpp: added copyright header
...
triangular_access.cpp: tests constant and mutable iterators over triangular matrices
triangular_layout.cpp: tests storage layout of symmetric and triangular matrices
common/testhelper.hpp: added more common helper functions for tests
Jamfile.v2: added new unit tests
[SVN r51763]
2009-03-13 20:57:52 +00:00
Gunter Winkler
43aa3b1fab
test71.cpp: fixed initialization of vector of intervals
...
test73.cpp: fixed typo (size instead of size1)
test7.cpp: added comment
[SVN r51762]
2009-03-13 20:50:42 +00:00
Gunter Winkler
055ba53838
add new constructor from vector to permutation matrix
...
[SVN r51741]
2009-03-12 21:35:10 +00:00
Gunter Winkler
03deea8323
disabled tests for general_vector_of_vector because tests still fail. this class is still experimental.
...
[SVN r51740]
2009-03-12 21:16:44 +00:00
Gunter Winkler
8502b08117
added unit test for LU decomposition
...
[SVN r51673]
2009-03-09 22:32:04 +00:00
Gunter Winkler
2a3763641d
detail/concepts.hpp: added read only vector concept
...
storage_sparse.hpp: removed wrong structure check, added check for empty sequence to erase(it1, it2)
[SVN r51666]
2009-03-09 20:24:11 +00:00
John Maddock
d44eb08241
Merge PDF build changes from Trunk.
...
[SVN r51417]
2009-02-23 18:39:32 +00:00
John Maddock
889c012ed0
Add PDF generation options to fix external links to point to the web site.
...
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.
[SVN r51284]
2009-02-17 10:05:58 +00:00
John Maddock
2c3f0ef160
Fix the optional and numeric/conversion docs so they generate valid Docbook XML that can be transformed into PDF's.
...
Regenerated HTML versions of the docs.
[SVN r51218]
2009-02-12 14:01:48 +00:00
Gunter Winkler
3357957ef5
* see #2691
...
* fixed typos
* need still some time to think about the "is mutable" comment
[SVN r50917]
2009-01-30 21:19:38 +00:00
Gunter Winkler
a1e15cda49
* fix and close #2686
...
* replaced the word "upper" by "lower" because the description is for lower triangular matrices
* added more detailed example for the use of triangular matrices and adaptors
[SVN r50916]
2009-01-30 21:12:32 +00:00
Troy D. Straszheim
a0a37bc633
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Michael A. Jackson
dcf4d68b3f
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
9a856769ee
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Gunter Winkler
965bf8c32c
see #2423 .
...
removed the check because it makes absolutely no sense
TODO: check the strange "optimization" of lower bound.
[SVN r49578]
2008-11-03 22:53:55 +00:00
Gunter Winkler
c4a009eff2
- fix and close #2422
...
- the exception was caused when trying to erase an empty range
- now erase(it1, it2) does nothing if it1 == it2
[SVN r49576]
2008-11-03 22:07:27 +00:00
Michael A. Jackson
1cc4d6b1c8
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
John Maddock
69a5b33733
Merge fixes from Trunk.
...
Fixes #2392 .
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
[SVN r49314]
2008-10-13 09:00:03 +00:00
Daniel James
c114939504
Rebuild the numeric/conversion and optional documentation. Which should fix a few links.
...
[SVN r49259]
2008-10-10 21:35:16 +00:00
John Maddock
0b21368a18
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Douglas Gregor
c4f4c774fe
Merge placement new fix from trunk
...
[SVN r49130]
2008-10-03 19:55:50 +00:00
Douglas Gregor
00dab3ac8f
Fix build of placement new test. From Farid Zaripov, fixes #2383
...
[SVN r49129]
2008-10-03 19:54:21 +00:00
Gunter Winkler
84f0317b80
- fixed ADL problem with std::abs and std::sqrt
...
- fixed problem that iterator1 and iterator2 of triangular matrices (and related) sometimes
pointed to wrong element or outside the storage
[SVN r48756]
2008-09-12 19:17:57 +00:00
Gunter Winkler
05cf2384c8
- see #2275
...
- fix symmetric and hermitian matrix
[SVN r48676]
2008-09-08 22:06:25 +00:00
Gunter Winkler
95c602846e
- fix and close #2275
...
- added missing changes of triangular_adaptor (see rev. 48466)
- fixed order of arguments in functional basic_strict_lower::global_restrict1(...)
[SVN r48523]
2008-09-01 21:32:55 +00:00
Gunter Winkler
7466434bfd
- fix and close #2272
...
- complete redesign of functionals lower, unit_lower and strict_lower
- added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional
- fixed find1(...) and find2(...) methods of triangular_matrix
- the attachement of taks #2272 now runs fine with gcc 4.1.2
[SVN r48466]
2008-08-29 22:21:48 +00:00
Gunter Winkler
c07963fe7b
- fix and close #2186
...
- the patch looks good and runs fine with gcc 4.1.2
[SVN r48427]
2008-08-28 21:49:05 +00:00
Guillaume Melquiond
8cccb0c2d8
Added support for Sun compiler on x86. Removed some template parameters when forcing rounding.
...
[SVN r47993]
2008-08-05 16:28:34 +00:00
Guillaume Melquiond
56da0f13ae
Silent compilation warnings with GCC 4.3.
...
[SVN r47987]
2008-08-05 10:20:49 +00:00
Guillaume Melquiond
f224dc8f52
Fix bug #1944 .
...
[SVN r47986]
2008-08-05 10:08:56 +00:00
Guillaume Melquiond
9663d2d86c
Fix bug #1886 .
...
[SVN r47985]
2008-08-05 10:05:36 +00:00
Beman Dawes
9b82bbc9b7
Merge trunk
...
[SVN r47717]
2008-07-23 15:15:27 +00:00
Gunter Winkler
3cd1e438f2
- added missing typedefs for difference type
...
- using BOOST_UBLAS_USE_ITERATING is still not working properly
[SVN r47148]
2008-07-06 21:39:09 +00:00
Daniel James
e400aada3b
Add minor documentation fixes to the release branch.
...
(I left out the changes to the hash library).
Merged via svnmerge from
https://svn.boost.org/svn/boost/trunk
................
r44807 | danieljames | 2008-04-27 08:39:49 +0100 (Sun, 27 Apr 2008) | 78 lines
Merge in documentation fixes. Apart from the change to optional's documenation
Jamfile, which I included by mistake.
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs.
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs.
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library.
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive.
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs.
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs.
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs.
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs.
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap.
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library.
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
................
r45232 | danieljames | 2008-05-08 22:50:19 +0100 (Thu, 08 May 2008) | 1 line
Fix some invalid xml by replacing ampersands with character entities.
................
r45576 | danieljames | 2008-05-20 16:39:25 +0100 (Tue, 20 May 2008) | 20 lines
Merge some small documentation fixes from the doc branch, and mark some
previously merged changes as merged.
Merged revisions 44811,45129,45142,45154,45281-45282,45365 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r45129 | danieljames | 2008-05-05 12:36:50 +0100 (Mon, 05 May 2008) | 2 lines
Update navbar links in boostbook.
........
r45282 | danieljames | 2008-05-11 14:15:31 +0100 (Sun, 11 May 2008) | 2 lines
Group functions in the hash header - requires Frank's free-function-group fix.
(not included in release branch).
........
r45365 | danieljames | 2008-05-14 21:39:00 +0100 (Wed, 14 May 2008) | 2 lines
Add boost.root to standalone hash documentation.
(not included in release branch).
........
................
[SVN r45622]
2008-05-21 20:57:05 +00:00
Marshall Clow
962c77ee73
Fixed typo re bug #1853
...
[SVN r45098]
2008-05-03 23:50:51 +00:00
Gunter Winkler
2558c0a208
- fix and close #1829
...
- You are right. The scaled norm wrongly assumed that the first element is not zero.
[SVN r44864]
2008-04-28 21:50:19 +00:00
Daniel James
6ac697a9a0
Merge in documentation fixes. Apart from the change to optional's documenation
...
Jamfile, which I included by mistake.
Fixes #1659 , #1661 , #1684 , #1685 , 1687, #1690 , #1801
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs. Refs #1512
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs. Refs #1513
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library. Refs #1659
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive. Refs #1661
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs. Refs #1684 .
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs. Refs #1684 .
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs. Refs #1685
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs. Refs #1687
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap. Refs #1690
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library. Refs #1801
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
[SVN r44807]
2008-04-27 07:39:49 +00:00
Marshall Clow
5687ba5a90
Replaced all occurrences of non-ASCII copyright symbol with '(c)' for people using non-ASCII code pages
...
[SVN r43992]
2008-04-02 01:42:32 +00:00
Daniel James
14fc67d5d6
Rebuild a lot of documentation.
...
[SVN r43650]
2008-03-16 11:38:32 +00:00
John Maddock
ce1a0f5105
Merged fixes for inspection report failures from the main Trunk.
...
[SVN r43616]
2008-03-15 09:36:05 +00:00
John Maddock
db9daf5b92
Fixed Inspection report issues.
...
[SVN r43607]
2008-03-14 18:32:45 +00:00
Matias Capeletto
7cf9aa576e
numeric/conversion docs new version
...
[SVN r43258]
2008-02-14 19:38:40 +00:00