-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use nlohmann string conversion not unsafe cast * remove non-trivial designated initializers * add more non-trivial designated initializers. * now use nlohmann_json as a dependecy. it could be installed via conan by using the option multiple_headers=True * remove expilicit set fPIC flag * start to add @SpaceIm [patches](https://github.com/SpaceIm/conan-proposal/tree/daeb91349d83d0b8a53b1292eba28a4af728abd5/patches). add 0001 expected the patch in methods.cxx. There we have to check if the functions are still used. 0002 already added in [7cd5e10](7cd5e10). There seems to be a problem becaus the json_fwd.hpp is not populated if the requirements is installed via conan. 0003 not yet done. add 0004 0005 already done in [c5118c7](c5118c7) add 0006 * Fix pypi deploy (#140) Adapt CC and CXX flag and python version to meet conditions for pypi deploy * update setup.py to use nlohman multiple_headers * Make use of extern template. Use temporary json.hpp instead of json_fwd.hpp which increase build time signifikant, but is temporary required to make CCI run. * delete unused functions in methdos.h * fix: take into account that a string wan't be copied if it passe by value * Move template specification definition from cxx to header * Revert "Move template specification definition from cxx to header" This reverts commit ecb7b1f. * Try different approach in implementing templates * Revert "Try different approach in implementing templates" This reverts commit a11b4bf. * Use macro version to fix templates on windows * Correct case-insensitive comparison operator Add missing quotation mark in setup.py * remove nlohmann_json:multiple_headers flag * Set position independent code cmake variable for pypi * Set CXX_VISIBILTY_PRESET to hidden, should fix #141 * Change CMAKE_CXX_VISIBILITY_PRESET only for static library, otherwise clang won't compile * Catch negative values for IonizBetheBlochRossi::InelCorrection to avoid negative integrand values. This should avoid sporadic qags-warnings when creating ionization interpolation tables. * Revert "Catch negative values for IonizBetheBlochRossi::InelCorrection to avoid negative integrand values. This should avoid sporadic qags-warnings when creating ionization interpolation tables." This reverts commit 273d1c0. * Change `build_XXX` conan options to `with_XXX` as recommended by conan developers Co-authored-by: Maximilian Sackel <[email protected]>
- Loading branch information
Showing
64 changed files
with
161 additions
and
23,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/AnnihilationFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/BremsstrahlungFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/EpairProductionFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/IonizationFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/MupairProductionFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/PhotoPairProductionFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/PhotonuclearFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/PROPOSAL/PROPOSAL/crosssection/Factories/WeakInteractionFactory.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.