Commit Graph

9 Commits

Author SHA1 Message Date
576c6dcf66 Merge pull request #1 from tboudreaux/docs/readme
Added pkg-config file generation
2025-06-21 06:00:44 -04:00
cf5f1a6dcb build(pkg-config): added easy pkg-config generation 2025-06-21 05:59:32 -04:00
df5e92b0e9 build(libconstants): added working test system 2025-06-21 05:52:43 -04:00
c8973f5789 build(libcomposition): added working build system 2025-06-21 05:48:22 -04:00
26ef65a928 feat(const): added MeV_to_erg to const database 2025-06-20 13:49:33 -04:00
962b0566fa Merge pull request #59 from tboudreaux/feature/mixedPolytrope
Static 3D FEM Polytropic Model
2025-06-12 04:11:03 -04:00
06fc6305fc Merge remote-tracking branch 'upstream/main' into feature/mixedPolytrope
# Conflicts:
#	.gitignore
#	build-config/meson.build
#	meson.build
#	meson_options.txt
#	src/composition/public/composition.h
#	src/config/public/config.h
#	src/constants/public/const.h
#	src/meson.build
#	tests/composition_sandbox/comp.cpp
2025-06-11 15:05:11 -04:00
67bf1c3cd1 refactor(serif): refactored entire codebase into serif and sub namespaces 2025-06-11 14:49:11 -04:00
981aeca7e0 feat(assets): setup assets for resource manager
assets are broken into static (compiled into the binary) and dynamic (handled by the resource manager). All static assets should define a meson.build, all dynamic assets must have handlers written in src/resource/resourceManager and resourceManagerTypes

BREAKING CHANGE:
2025-03-20 14:24:20 -04:00