Commit Graph

215 Commits

Author SHA1 Message Date
Corentin Le Molgat
c5925565d8 make: rename tools/Makefiles 2022-04-25 15:38:35 +02:00
Corentin Le Molgat
bff6874b99 make: cleanup dotnet.mk 2022-04-08 11:34:16 +02:00
Corentin Le Molgat
c1998eab4d make: refactor archive generation (#3200)
* Add archive_{cpp,dotnet,java,python,data} targets
* Create a Makefile for each archive to ease build
* Add test_archive_* targets
* Rework tools/README.md
2022-04-07 15:56:16 +02:00
Mizux Seiha
04001db647 make: cleanup 2022-04-06 11:16:10 +02:00
Corentin Le Molgat
5f1cb90617 cmake(dotnet): Be able to disable a Target Framework Moniker 2022-03-18 18:02:30 +01:00
Laurent Perron
1adfa7fc80 make: cleanup
* Remove SYSTEM (only use PLATFORM)
* Add HAS_PYTHON HAS_JAVA HAS_DOTNET
* move Makefile.unix|win.mk into Makefile.port.mk
* fix make CI
2022-03-09 09:23:41 +01:00
Mizux Seiha
606aca577e Fix LICENSE copy 2022-03-02 21:24:52 +01:00
Mizux Seiha
ed1056cd1a make: Fix build on distro using lib64 2022-03-01 16:14:13 +01:00
Corentin Le Molgat
699ec2c3a9 make: Clean and polish
* use BUILD_DIR instead of dependencies
* bring back target doc
* Fix few archive recipe (WiP)
2022-02-25 17:22:19 +01:00
Corentin Le Molgat
6f096a40fc make: Sync unix/win recipes 2022-02-25 11:30:38 +01:00
Laurent Perron
30b61c93e5 fix test_dotnet 2022-02-24 10:51:08 +01:00
Laurent Perron
4237f386a6 remove F# support 2022-02-24 10:34:49 +01:00
Laurent Perron
ff670072ed add check targets 2022-02-22 10:50:50 +01:00
Laurent Perron
464a7bbdfc polish 2022-02-22 10:46:37 +01:00
Laurent Perron
fb79dedb2d more work on makefiles 2022-02-22 10:36:26 +01:00
Laurent Perron
ffad5bbc40 huge makefile cleanup; remove Makefile.local; detect all languages 2022-02-22 10:11:08 +01:00
Laurent Perron
3f0c85d5e0 readd make python java dotnet 2022-02-21 17:45:51 +01:00
Laurent Perron
951e8bbc1e bump pdlp; add log to linear_solver proto; fix bug in CP-SAT 2022-02-21 17:26:34 +01:00
Laurent Perron
8524e60172 fix targets 2022-02-21 16:44:53 +01:00
Laurent Perron
dc4e3f3689 fix 2022-02-21 16:38:34 +01:00
Laurent Perron
990444339b remove most of the make build commands, rely on cmake to build libraries and packages 2022-02-21 14:02:35 +01:00
Laurent Perron
e8d73acb16 fix make linux net 2022-02-20 09:09:35 +01:00
Laurent Perron
744db669e2 fix make builds 2022-02-18 19:04:21 +01:00
Laurent Perron
1e06115bf6 [BUILD] remove old version of make third_party; use cmake to build dependencies 2022-02-18 15:35:32 +01:00
Laurent Perron
e1d25c96ee generate proto3 version of the linear solver proto in C# 2022-02-15 18:33:14 +01:00
Laurent Perron
2f34343c6d fix CP-SAT C# layer; port samples 2022-01-10 18:22:27 +01:00
Corentin Le Molgat
35cf1ed9cb Rework LinearSumAssignment sample 2021-12-22 11:05:53 +01:00
Corentin Le Molgat
013d680e4d make(dotnet): Fix dotnet_examples_archive 2021-12-10 17:54:56 +01:00
Corentin Le Molgat
88c93ff77f makefile: cleanup 2021-12-10 08:49:04 +01:00
Mizux Seiha
075a7324cc make(dotnet): Fix F# build 2021-12-09 18:15:54 +01:00
Mizux Seiha
e7bbbfee27 make: Fix .fs samples build 2021-12-09 17:53:20 +01:00
Corentin Le Molgat
a6408ddb3b dotnet: Use multiple TFM in samples 2021-12-06 12:02:40 +01:00
Mizux Seiha
a7823594e1 make: fix runtime nupkg on windows 2021-12-04 02:08:05 +01:00
Mizux Seiha
38aa148c61 Fixup Makefile.dotnet.mk 2021-12-03 23:10:57 +01:00
Corentin Le Molgat
497d9e4842 make: Rework .Net csproj management 2021-12-03 17:31:53 +01:00
Mizux Seiha
72ebd8b748 cmake: rework .Net support 2021-12-03 14:20:19 +01:00
Mizux Seiha
aa3eb0c490 make: Fix .Net build 2021-09-28 22:26:35 +02:00
Corentin Le Molgat
a1241c5ad4 cmake: Fix windows .Net build 2021-09-27 14:53:44 +02:00
Corentin Le Molgat
454bb2cb44 fix .Net and Java build 2021-08-27 13:27:33 +02:00
Mizux Seiha
4b6a9b47c8 Port Stigler Diet to all languages supported 2021-08-05 17:25:03 +02:00
Corentin Le Molgat
8ee6128bee dotnet: Fix makefile 2021-07-26 12:45:24 +02:00
Mizux Seiha
0514d81022 make: Fix rdotnet_* target rule 2021-05-24 16:18:53 +02:00
Corentin Le Molgat
8b8b32c7e7 Sync .Net examples 2021-05-21 09:22:41 +02:00
Mizux Seiha
03e09e5dd1 make: Fix dotnet build 2021-03-29 11:16:53 +02:00
Mizux Seiha
6b5df49445 dotnet: Add VrpBreaks.cs sample 2021-03-26 13:38:29 +01:00
Laurent Perron
3c1932b21a export init.h to all languages 2021-03-19 18:55:20 +01:00
Xiang Chen
b34ceefb86 Wrap CP-SAT assumptions 2021-02-04 23:53:50 +01:00
Mizux Seiha
c5899153a1 make(dotnet): Add rdotnet_% targets 2020-12-07 17:13:53 +01:00
Mizux Seiha
8522d2cc2b linear_solver: Add Basic_example 2020-12-07 14:57:42 +01:00
Mizux Seiha
b97f577459 Fixup for google 2020-10-03 00:04:37 +02:00