v00-10-01
v00-10-01
-
2023-11-01 jmcarcell (PR#234)
- Add a constant for CellIDEncoding. Usage:
#include "edm4hep/Constants.h" std::cout << edm4hep::CellIDEncoding << std::endl;
-
2023-11-01 Juraj Smiesko (PR#227)
- edm4hep2json now converts all EDM4hep collections, associations and Podio user data
- added ROOT legacy support for edm4hep2json
-
2023-09-13 jmcarcell (PR#226)
- Rename the cmake executable or target
unittests
tounittests_edm4hep
, to avoid possible collisions since theunittests
name is relatively common
- Rename the cmake executable or target
-
2023-09-11 Wouter Deconinck (PR#225)
- Define schema_version at top level in yaml file
-
2023-09-11 tmadlener (PR#224)
- Add
SKIP_CATCH_DISCOVERY
option to turn ofcatch_discover_tests
which may not run in the right environment in older cmake versions.
- Add
-
2023-09-05 Andre Sailer (PR#223)
- CI: use same lcg stacks as podio
- Test: update to Catch2 3.4.0, same as in podio, and c++20 compatible
-
2023-09-05 jmcarcell (PR#222)
- Remove init.sh