Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
bba7ebc6
Commit
bba7ebc6
authored
Nov 03, 2015
by
Lynn Garren
Browse files
document the changes
parent
c791f322
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bba7ebc6
...
...
@@ -5,6 +5,17 @@
Older compilers are no longer supported.
In the case of gcc, gcc 4.8.1 or later is required.
2015-10-05 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
* Utility/Utility/memory.h is now a simple wrapper.
Typedef-ed shared_ptr and unique_ptr to standard types.
* Utility: Remove no longer necessary Utility/type_traits.h.
* Units/Units/SystemOfUnits.h: add liter and its sub-units.
* Random: use std::shared_ptr instead of CLHEP::shared_ptr
* Random/RandExpZiggurat: use std::shared_ptr instead of bare pointer
* Random: Added MixMax random engine classes to the Random module, implementing the
“Matrix Generator of Pseudorandom Numbers", as described in J. Compt. Phy. 97, 573 (1991).
==============================
09.07.15 Release CLHEP-2.3.0.0
==============================
...
...
Random/ChangeLog
View file @
bba7ebc6
2015-10-05 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
* use std::shared_ptr instead of CLHEP::shared_ptr
* RandExpZiggurat: use std::shared_ptr instead of bare pointer
* Added MixMax random engine classes to the Random module, implementing the
“Matrix Generator of Pseudorandom Numbers", as described in J. Compt. Phy. 97, 573 (1991).
==============================
09.07.15 Release CLHEP-2.3.0.0
==============================
...
...
Units/ChangeLog
View file @
bba7ebc6
2015-10-05 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
* Units/SystemOfUnits.h: add liter and its sub-units.
==============================
09.07.15 Release CLHEP-2.3.0.0
==============================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment