13 Commits

Author SHA1 Message Date
75a88b9720 fix(unity): GridFire supports unity builds
GridFire can now support unity builds. This is useful for python
bindings. The main limitation is that openssl (a dependency of
libplugin) does not support unity builds. Therefore when building in a
unity build libplugin must be disabled. This is done with the
-Dunity-safe=ture flag at setup time
2025-11-28 11:56:41 -05:00
bb558811c6 docs(version): v0.7.2_rc2 -> v0.7.3_rc2 2025-11-28 11:30:14 -05:00
7a4ccff021 fix(clang): fixed a few compiler warnings in clang 2025-11-28 09:53:54 -05:00
21cabfdb66 docs(version): version bump v0.7.0_rc2 -> v0.7.1_rc2
This version brings repairs to gcc builds
2025-11-28 09:46:31 -05:00
737f432b94 docs(version): Version bump v0.7.0_rc1 -> v0.7.0_rc2
Version bump
2025-11-27 11:25:12 -05:00
0508df881b docs(version): v0.7.0_alpha_2025_10_25 -> v0.7.0_rc1 2025-11-25 14:11:15 -05:00
bb1d6bbb24 feat(python): Repaired python bindings
Python bindings have now been brought back up to feature pairity with
C++. Further, stubs have been added for all python features so that code
completion will work
2025-11-25 14:08:58 -05:00
dbb6934fe6 docs(Doxygen): updated styling of inheritence to use dot for higher resolution 2025-11-06 09:17:01 -05:00
e87206a4a3 docs(readme): updated readme to v0.7.0-alpha 2025-11-04 14:03:46 -05:00
24049b2658 feat(solver): added callback functions to solver in C++ and python 2025-07-31 15:04:57 -04:00
63265a2dc3 docs(docs): rebuilt 2025-07-31 10:54:31 -04:00
cd60ae5c1e docs(docs): rebuild with more usage examples 2025-07-30 15:12:46 -04:00
3c38187d3f docs(docs): added robust docs 2025-06-29 14:52:16 -04:00