Commit Graph

11 Commits

Author SHA1 Message Date
Guillaume Chatelet
8710e86e8a Test export 2025-10-16 11:43:45 +02:00
Corentin Le Molgat
67e1520a41 math_opt: backport from main 2025-09-22 17:23:15 +02:00
Mizux Seiha
4f381f6d07 backport from main:
* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
2025-09-16 16:25:04 +02:00
Corentin Le Molgat
b27676402f math_opt: fixup 2025-08-29 18:08:51 +02:00
Mizux Seiha
a144ae4033 math_opt: export few cpp/ tests 2025-08-29 15:31:26 +02:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Mizux Seiha
46a669d288 math_opt: Fix windows build 2024-10-21 11:01:50 +02:00
Corentin Le Molgat
8a996d7e68 backport main/ 2024-10-14 16:47:46 +02:00
Corentin Le Molgat
34a524913d math_opt: Add Matchers
still missing EqualsProto
2024-02-16 14:27:15 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Mizux Seiha
d8634ab0f2 cmake: Split math_opt into sub library
XCode do not support object library with several file with the same name
since it use a flat directory, Xcode "fix" using a UID but CMake can't catch it.

math_opt also use a parameters.proto which conflict with the
glop/parameters.proto -> need to split the proto to .cc generation in
two libraries
2023-09-25 10:46:02 +02:00