This website requires JavaScript.
Explore
Help
Sign In
tboudreaux
/
libcomposition
Watch
1
Star
0
Fork
0
You've already forked libcomposition
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
522d766bc2f2d3ce4c43fc8ccf077ea252104f4a
libcomposition
/
build-config
/
meson.build
7 lines
77 B
Meson
Raw
Normal View
History
Unescape
Escape
build(yaml-cpp): added yaml-cpp as a dependency config files will be written in yaml, added a well tested yaml parser to 4DSSE
2025-02-19 14:50:44 -05:00
cmake
=
import
(
'cmake'
)
build(libcomposition): brought working build system into libcomposition
2025-06-21 11:33:27 -04:00
subdir
(
'fourdst'
)
build(CppAD): brought in CppAD for autodiff we need an autodiff library at some point (or we need to roll our own but I do not think that makes sense). CppAD is well tested and header only and easy to include. It is also Liscene compatible with GPL v3.0. Here we bring it in as a dependency
2025-06-19 14:51:02 -04:00
subdir
(
'cppad'
)
feat(composition-hash): added robust hashed for compositions also added ability to use Compositions as a std::hash in unordered_* types. Further added a constructor to build a Composition from a const CompositionAbstract&
2025-11-12 15:21:33 -05:00
subdir
(
'xxHash'
)
feat(python-composition): added composition module interface
2025-04-30 11:41:10 -04:00
Reference in New Issue
Copy Permalink