Commit Graph

27 Commits

Author SHA1 Message Date
31407c91f7 feat(CompositionDecorator): added composition decorator
It is sometimes useful for callers to be able to create new composition objects without overloading all the required methods. The CompositionDecorator acts as a simple translation layer which will pass any calls to virtual methods down to the next level of the composition stack (other than those which may have been overloaded by the caller)
2025-11-09 07:42:03 -05:00
49bfb5eff1 fix(CompositionAbstract): Moved CompositionAbstract into correct namespace
Further, added the composition_abstract header file to the correct install path
2025-11-09 06:59:38 -05:00
e4e7387c01 docs(version): version bump v2.0.0 -> v2.0.1 2025-11-08 07:09:32 -05:00
538fa78b37 docs(version): version bump v1.9.1 -> v2.0.0 to reflect major API change 2025-11-07 15:51:20 -05:00
106f7c1c96 docs(version): version bump (v1.9.0 -> v1.9.1)
this is entirley a preformance patch, no features have regressed or been affected
2025-10-22 10:36:47 -04:00
51dba31a44 docs(version): version bump v1.8.3 -> v1.9.0 2025-10-12 10:22:25 -04:00
1fd329a072 perf(az_to_species): marked noexcept
includes a version bump from v1.8.1 -> v1.8.2
2025-10-09 07:04:35 -04:00
325570f257 docs(meson.build): version bump (v1.8.0 -> v1.8.1) 2025-10-08 15:18:10 -04:00
64b88e18cc feat(meson.build): version bump (1.7.0 -> 1.8.0) 2025-10-06 14:31:58 -04:00
461d4ecbe7 docs(meson.build): version bump 1.6.0 -> 1.7.0 2025-09-16 11:23:57 -04:00
b94d9b456f feat(species-lookup): added function to get species from a and z 2025-08-13 13:07:49 -04:00
e4ae7b2051 build(libcomposition): now compiles without warnings on clang and gcc 2025-07-24 09:41:30 -04:00
1905e642ab build(build-config/fourdst): updated default options for other modules to not make pkg-config 2025-07-22 13:42:58 -04:00
d56c009b62 build(meson.build): added option to disable pkg-config file generation 2025-07-22 13:26:05 -04:00
e8e69f00c7 feat(composition): added more expressive errors 2025-07-21 07:48:00 -04:00
85e89692e1 feat(composition): added species queries and < > operators for species based on mass 2025-07-14 11:29:04 -04:00
684e3e7b5a feat(composition): added stl compatible iterator 2025-07-04 05:35:29 -04:00
2dc8d20855 docs(meson): version bump 2025-07-02 10:36:21 -04:00
f3d946bc51 feat(species): added spin parsing from spin parity string 2025-07-02 10:35:54 -04:00
5fe127ff04 feat(species): added half life, spin parity, and decay modes to species database 2025-06-28 06:31:41 -04:00
af686e3833 style(meson): verison bump 2025-06-26 09:06:15 -04:00
5990fa62a7 feat(Composition): added getMolarAbundance method 2025-06-25 08:26:50 -04:00
d740fab76c fix(subprojecst): version bump on liblogging and libconfig
this allows them to install properly
2025-06-22 05:58:32 -04:00
209d61f61f fix(headers): moved all headers to fourdst/ 2025-06-22 04:56:04 -04:00
d0408e4f03 fix(header): version 2025-06-21 16:50:24 -04:00
6927c05046 fix(header): fixed 2025-06-21 16:44:50 -04:00
db88e308de build(libcomposition): brought working build system into libcomposition 2025-06-21 11:33:27 -04:00