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
a1059400
Commit
a1059400
authored
Apr 19, 2016
by
Lynn Garren
Browse files
CLHEP 2.3.2.1
parent
e35ce980
Changes
14
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a1059400
...
...
@@ -3,7 +3,8 @@
# cmake [-DCMAKE_INSTALL_PREFIX=/install/path]
# [-DCMAKE_BUILD_TYPE=Debug|Release|RelWithDebInfo|MinSizeRel]
# [-DCMAKE_C_COMPILER=...] [-DCMAKE_CXX_COMPILER=...]
# [-DCLHEP_BUILD_CXXSTD="-std=c++NN"] (use specified c++ extension and thread support)
# [-DCMAKE_CXX_FLAGS=...]
# [-DCLHEP_BUILD_CXXSTD="-std=c++NN"] (use specified c++ extension)
# [-DCLHEP_DEBUG_MESSAGES=ON] (see more verbose output)
# [-DCLHEP_BUILD_DOCS=ON]
# [-DLIB_SUFFIX=64]
...
...
@@ -26,12 +27,12 @@
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/Modules/ClhepOutOfSourceBuild.cmake
)
clhep_ensure_out_of_source_build
()
# use cmake
2.6
or later
cmake_minimum_required
(
VERSION
2.6
)
# use cmake
3.2
or later
cmake_minimum_required
(
VERSION
3.2
)
# project name
project
(
CLHEP
)
set
(
VERSION 2.3.
1
.1
)
set
(
VERSION 2.3.
2
.1
)
# If Policy CMP0042 exists, use OLD to prefer the use of install names
# instead of the new @rpath default.
...
...
ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
2016-04-19 Lynn Garren <garren@fnal.gov>
* Be explicit about only supporting gcc 4.8 or better and clang 3.5 or better
* gcc must be gcc 4.8 or better
* clang must be 3.5 or better
* cmake: Remove obsolete cmake macros
* cmake: Set CMAKE_SHARED_LINKER_FLAGS
* cmake: Use find_package(Threads)
...
...
Evaluator/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Exceptions/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Fields/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
GenericFunctions/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Geometry/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Matrix/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Random/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
2016-04-19 Lynn Garren <garren@fnal.gov>
...
...
RandomObjects/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Units/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
Utility/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
2016-03-25 W. David Dagenhart <wdd@fnal.gov>
...
...
Vector/ChangeLog
View file @
a1059400
==============================
19.04.16 Release CLHEP-2.3.2.1
==============================
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
==============================
...
...
doxygen.conf
View file @
a1059400
...
...
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME
=
CLHEP
PROJECT_NUMBER
=
2
.
3
.
1
.
1
PROJECT_NUMBER
=
2
.
3
.
2
.
1
OUTPUT_DIRECTORY
=
CREATE_SUBDIRS
=
NO
OUTPUT_LANGUAGE
=
English
...
...
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