20 Commits

Author SHA1 Message Date
Mizux Seiha
d389457ae8 cmake: regenerate docs/ images 2025-08-07 12:46:27 +02:00
Mizux Seiha
4c60a56fa3 backport from main branch 2025-05-12 12:57:50 +02:00
Corentin Le Molgat
8480ff4f3f dependency: Fix bzip2 support
* always enable it
* Fix CMake support
* fix windows support
2025-04-30 15:15:39 +02:00
Corentin Le Molgat
98d2b003ff cmake: cleanup 2025-03-26 11:42:18 +01:00
Corentin Le Molgat
77a28070b9 deps: bump scip to v9.2.1
* use libscip shared library
* enable soplex
2025-03-13 15:56:35 +01:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Corentin Le Molgat
6286ae4499 replace VS 2019 by 2022 in the doc 2023-10-30 14:36:28 +01:00
Mizux Seiha
93c0c7f035 deps: bump swig to 4.1.1 2023-02-02 19:02:56 +01:00
Corentin Le Molgat
86321f2025 cmake: prepare HiGHS support 2022-10-06 14:45:07 +02:00
Corentin Le Molgat
045a5d93b7 Sync google3 github 2022-06-17 14:23:23 +02:00
Corentin Le Molgat
acc820a27c Fix md formatting 2022-05-19 17:23:01 +02:00
Corentin Le Molgat
103663a5e4 sync from g3 2022-05-16 17:44:50 +02:00
Corentin Le Molgat
ab186d5499 few more renaming 2022-05-16 11:59:15 +02:00
Corentin Le Molgat
fb02389141 doc: rename master to main in internal doc 2022-05-16 11:27:02 +02:00
StefanBruens
9021ffbb95 Build Python modules as CMake MODULEs (#3259)
Python since 3.8 no longer links to the interpreter library, so
symbols like `PyExc_AttributeError` will be undefined at link time.

This causes build failures when shared libraries are linked with
`-Wl,--no-undefined`. Use `TYPE MODULE` for python extension modules,
which allows to specify distinct flags via CMAKE_MODULE_LINKER_FLAGS
vs CMAKE_SHARED_LINKER_FLAGS. (The same is already used by
`pybind11_add_module(... MODULE ...)`).

Fixes #3258.
2022-04-28 15:50:56 +02:00
Corentin Le Molgat
53872581ba cmake(ci): Clean doc 2022-04-13 11:47:09 +02:00
Corentin Le Molgat
660b2005a5 cmake: Update internal docs 2022-03-25 11:11:59 +01:00
Corentin Le Molgat
5ce9ba3081 cmake: Update internal doc 2022-02-28 10:20:02 +01:00
Mizux Seiha
8d96a95479 rename internal doc/ folders to docs/ 2022-01-06 17:06:56 +01:00