15 Commits

Author SHA1 Message Date
2eca802d01 refactor(serif): fixed typos and updated names to reflect 4DSSE->SERiF 2025-06-12 09:04:03 -04:00
5595f7109a build(hypre): added hypre as a subproject 2025-05-13 14:20:45 -04:00
1661328876 refactor(mk): fixed some typos 2025-03-21 12:03:48 -04:00
7c97afc9a2 build(mk): updated query colors 2025-03-21 11:53:34 -04:00
29c2ca3ca5 build(mk): added auto cmake detect 2025-03-21 11:50:16 -04:00
58ef0d495e build(mk): added auto ninja installer 2025-03-21 11:42:01 -04:00
9f524cf821 build(mk): added meson auto installer 2025-03-21 11:39:02 -04:00
30a795e6b1 build(mk): added compiler and builder checks 2025-03-21 11:30:24 -04:00
43f57d5e73 build(mk): updated auto build script 2025-03-21 11:14:28 -04:00
5d1044a55a build(boost): incorporated boost into the build system
all builds should be run with ./mk now
2025-03-21 10:39:34 -04:00
f973fec061 build(mk): added debug symbols when building with tests 2025-02-17 12:58:51 -05:00
0bf4c40699 fix(mk): removed directive for mk to delete build directory every run 2025-02-12 16:22:00 -05:00
c782ff644a docs(mk): added doxygen commands to build docs
when running ./mk --docs the docs will also be build with the code itself and the tests
2025-01-19 12:23:34 -05:00
e28d407cd7 build(meson): added command line options to not build tests
meson_options added which includes a build test variable. If this is false (default: true) tests will be build. the mk script can controll this with the --noTest command line argument.
2025-01-19 08:34:21 -05:00
7d6062b6c1 build(root): added initial meson build system implimentation and mk script
we will use meson as the build system for this project. Added a rough outline of this which builds source, libraries, and links them to tests (along with the google test library for testing). meson will be setup and compiled with ./mk.
2025-01-19 07:38:58 -05:00