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
614559f1
Commit
614559f1
authored
May 31, 2016
by
Lynn Garren
Browse files
CLHEP 2.3.3.0
parent
5da6830d
Changes
13
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
614559f1
...
...
@@ -30,7 +30,7 @@ clhep_ensure_out_of_source_build()
# use cmake 3.2 or later
cmake_minimum_required
(
VERSION 3.2
)
# Project setup
project
(
CLHEP VERSION 2.3.
2.2
)
project
(
CLHEP VERSION 2.3.
3.0
)
# - needed for (temporary) back compatibility
set
(
VERSION
${
PROJECT_VERSION
}
)
...
...
ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
2016-05-31 Ben Morgan <Ben.Morgan@warwick.ac.uk>
and Lynn Garren <garren@fnal.gov>
* cmake: Use features of CMake 3.x. Update documentation of CLHEPConfig.
Add INCLUDES destination to install of libraries so that imported
targets have INTERFACE_INCLUDE_DIRECTORIES set.
* provide a full doxygen build when -DCLHEP_BUILD_DOCS is set to ON.
2016-05-10 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
* Units/SystemOfUnits.h, Units/PhysicalConstants.h: converted all symbols and
constants from "static const" to "static constexpr".
Added symbols 'us' and 'ps' for microsecond and picosecond respectively;
updated Evaluator/src/setSystemOfUnits.cc accordingly.
* Random/mixmax.[h,cc]: changed default number of N in mixmax generator to 17
(was 256). Removed use of obsolete 'register' keyword.
Provided new skipping coefficients for the new value of N and for the
case N=8.
* Random/MixMaxRng.[h,cc]: use simple loop for flatArray(); engine built-in
function turns out to be extremely slow and unefficient.
Use seed_spbox() for seeding MixMax with single seed.
Avoid hard-coded constant for initialisation of VECTOR_STATE_SIZE in
MixMaxRng, to directly use actual value of "N" from mixmax generator.
Corrected check for counter range in method getState().
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
...
...
Evaluator/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Exceptions/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Fields/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
GenericFunctions/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Geometry/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Matrix/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Random/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
2016-05-10 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
...
...
RandomObjects/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Units/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
2016-05-10 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
...
...
Utility/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
Vector/ChangeLog
View file @
614559f1
==============================
31.05.16 Release CLHEP-2.3.3.0
==============================
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
==============================
...
...
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