index
:
delta/boost.git
circle2
danieljames-patch-1
danieljames-patch-2
danieljames-patch-3
develop
doxygen1.8.15
feature/add-histogram
feature/add-outcome
feature/arch-and-model
feature/bcp-namespace
feature/boost-install-reqs
feature/boostcpp-py
feature/ci-changes
feature/cmake-config
feature/docutils
feature/fix-status-tools
feature/gha
feature/install-cmake-config
feature/install-cmake-config-2
feature/pkgconfig
feature/remove-travis-packages
feature/reorder-gitmodules
feature/travis-cmake
feature/travis-cmake-2
feature/travis-submodules-j3
feature/travis-xenial
grafikrobot-patch-1
master
pdimov-patch-1
pdimov-patch-2
pdimov-patch-3
pdimov-patch-4
pr-asciidoctor
pr-asciidoctor-gem-3
pr/add-quickbook-to-status
pr/bootstrap-bat-specified-toolset
pr/normalize-submodule-names
pr/remove-boostcpp-py
pr/remove-root-targets
pr/remove-unversioned-targets
pr/remove-wave-special-case
pr/rvm-2.3.3
regression/reporting
github.com: boostorg/boost.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
numeric
Commit message (
Expand
)
Author
Age
Files
Lines
*
uBLAS change comment misspelling
Michael Stevens
2006-02-04
1
-0
/
+0
*
Fixed the converting assignment bug in optional<>
Fernando Cacciola
2006-02-03
1
-0
/
+0
*
uBLAS CHANGE make sure unbounded_array::data_ is always initialised. Not doin...
Michael Stevens
2006-02-02
1
-0
/
+0
*
uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK
Michael Stevens
2006-02-02
1
-0
/
+0
*
uBLAS cleanup and remove legacy support
Michael Stevens
2006-02-02
1
-0
/
+0
*
MINOR use BOOST_CHECK_FALSE to avoid warnings
Michael Stevens
2006-02-02
1
-0
/
+0
*
WORKAROUND VC8 problems with forward declared local iterator class
Michael Stevens
2006-02-02
1
-0
/
+0
*
FIX singular raises exception when NO_EXCEPTIONS set
Michael Stevens
2006-02-02
1
-0
/
+0
*
Removed long double test for overflows. Added documentation on which systems ...
Guillaume Melquiond
2006-02-02
1
-0
/
+0
*
Deprecated in_zero and replaced it by zero_in.
Guillaume Melquiond
2006-02-02
1
-0
/
+0
*
Update Jamfile.v2
Vladimir Prus
2006-01-18
1
-0
/
+0
*
Need special requirementes for compile only tests, too.
Markus Schöpflin
2006-01-16
1
-0
/
+0
*
Add check for dynamic rounding mode on Tru64/cxx. AFAICT g++ does not define
Markus Schöpflin
2006-01-12
1
-0
/
+0
*
Enable dynamic rounding mode on Alpha hardware for cxx and g++ on Tru64.
Markus Schöpflin
2006-01-12
1
-0
/
+0
*
Updated documentation on empty/whole and unprotected operations, to take into...
Guillaume Melquiond
2005-12-19
1
-0
/
+0
*
FIX completed ignore_unused_variable thanks to Georg Baum
Michael Stevens
2005-11-08
1
-0
/
+0
*
ADD ignore_unused_variable thanks to Angus Lemming
Michael Stevens
2005-11-06
1
-0
/
+0
*
FIX coordinate_vector pop_back type, should be filled_
Michael Stevens
2005-11-02
1
-0
/
+0
*
FIX avoid past end derefence in insert THANKS Jan Amtrup
Michael Stevens
2005-11-01
1
-0
/
+0
*
FIX coordinate_matrix pop_back type, should be filled_
Michael Stevens
2005-10-20
1
-0
/
+0
*
FIX type i_ instead of j_ in ref()
Michael Stevens
2005-10-18
1
-0
/
+0
*
ADD first tests of Container concept
Michael Stevens
2005-10-16
1
-0
/
+0
*
FIX erase_element, remove returns from function which is defined as void
Michael Stevens
2005-10-16
1
-0
/
+0
*
FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg.
Michael Stevens
2005-10-09
1
-0
/
+0
*
Code equivilent for asum of complex
Michael Stevens
2005-10-07
1
-0
/
+0
*
FIX The Vector Concept cannot refine Random Access Container as some Vectors ...
Michael Stevens
2005-10-06
1
-0
/
+0
*
MAJOR use boost::concept_check
Michael Stevens
2005-10-06
1
-0
/
+0
*
FIX remove the return 0 avoid compiler warnings, they can cause other warnings!
Michael Stevens
2005-10-04
1
-0
/
+0
*
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly de...
Michael Stevens
2005-10-02
1
-0
/
+0
*
FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly de...
Michael Stevens
2005-10-02
1
-0
/
+0
*
FIX typos in subslice
Michael Stevens
2005-09-28
1
-0
/
+0
*
A bit too fast in commiting. Let's have proper copyright assignment.
Guillaume Melquiond
2005-09-27
1
-0
/
+0
*
Added Alpha processor support.
Guillaume Melquiond
2005-09-27
1
-0
/
+0
*
FIX rewrite unbounded_array resize to avoid uninit 'data' warnings
Michael Stevens
2005-09-23
1
-0
/
+0
*
FIX poor performance due to expression eval in BOOST_UBLAS_CHECK
Michael Stevens
2005-09-23
1
-0
/
+0
*
FIX _assign TYPE_CHECKS are dependant on vector/matrix
Michael Stevens
2005-09-22
1
-0
/
+0
*
Fix rounding directions on PPC. Fortunately these directions were not used fo...
Guillaume Melquiond
2005-09-12
1
-0
/
+0
*
MINOR comments regarding non-const unary2 consturction
Michael Stevens
2005-09-02
1
-0
/
+0
*
FIX provide const definitions for _temporary_traits specialisations
Michael Stevens
2005-09-01
1
-0
/
+0
*
FIX _reference closure_type is self_type
Michael Stevens
2005-09-01
1
-0
/
+0
*
FIX added triangular.hpp dependency
Michael Stevens
2005-09-01
1
-0
/
+0
*
FIX resize: avoid unitialised assignment warning for data_=data; Hopefully th...
Michael Stevens
2005-08-29
1
-0
/
+0
*
CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging
Michael Stevens
2005-08-26
1
-0
/
+0
*
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
John Maddock
2005-08-25
1
-0
/
+0
*
CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so f...
Michael Stevens
2005-08-25
1
-0
/
+0
*
FIX proxy header dependencies for LU
Michael Stevens
2005-08-25
1
-0
/
+0
*
Post 1.33.0 Release notes
Michael Stevens
2005-08-25
1
-0
/
+0
*
FIX Sparse -> Mapped name change missed in index
Michael Stevens
2005-08-22
1
-0
/
+0
*
FIX current implementation no members are at variance to the Concept
Michael Stevens
2005-08-16
1
-0
/
+0
*
ADD Array Adaptor
Michael Stevens
2005-08-16
1
-0
/
+0
[next]