Commit Graph

52 Commits

Author SHA1 Message Date
Corentin Le Molgat
2739444e6b tools/docker: Fix opensuse-leap 2022-03-04 13:28:14 +01:00
Corentin Le Molgat
e19e2bbaf1 release: Fix Makefile.cc.java.dotnet 2022-02-28 15:30:12 +01:00
Corentin Le Molgat
e00c0d5f97 archive: Remove deprecated F# 2022-02-28 14:13:15 +01:00
Corentin Le Molgat
b4d3a3d8f9 make: require C++20
needed by pdlp/
2022-02-18 16:28:11 +01:00
Mizux Seiha
5e673c57dc release: Fix archive Makefile 2021-12-09 17:53:20 +01:00
Mizux Seiha
0bf387c3bc make: Fix .Net archive 2021-12-09 11:34:01 +01:00
Corentin Le Molgat
d6b3090d3a java: Bump jna-platform 5.5.0 -> 5.8.0 (Fix #2519) 2021-04-27 09:10:25 +02:00
Mizux Seiha
c813462ca2 archive: Add support for .cpp files (close #2407) 2021-02-22 17:59:36 +01:00
Mizux
36d16e103c make(artifact): remove unneeded definitions 2020-12-23 11:48:18 +01:00
Mizux Seiha
89e22d70f4 make: fix windows archive makefile 2020-09-29 11:04:50 +02:00
Mizux Seiha
e4f07fea6d make: Fix Makefile in archive 2020-09-28 22:49:15 +02:00
Mizux Seiha
8af93de5c5 make: Rework archive_java 2020-09-21 21:13:05 +02:00
Mizux Seiha
f43058cd61 make: update archive makefile 2020-09-08 22:16:19 +02:00
Mizux Seiha
4f1b333bbf make: Add SCIP to archive 2020-08-01 14:33:36 +02:00
Mizux Seiha
a58d12fd46 archive: fix java package 2020-06-10 14:36:56 +02:00
Corentin Le Molgat
e7b9ecb64f Fix archive
ABSL_LNK = null since we are using absl build as static...
2020-01-13 17:38:10 +01:00
Corentin Le Molgat
640569a9ca Fix archive Makefile 2019-03-25 10:56:44 +01:00
Corentin Le Molgat
6bb0104748 Fix archive Makefile on macOS 2019-03-22 16:01:16 +01:00
Corentin Le Molgat
efa9e9bb7b Merge LsApi.java to TestConstraintSolver.java 2019-03-04 00:05:12 +01:00
Corentin Le Molgat
7b87b7073f Fix archive 2019-02-22 15:00:54 +01:00
Corentin Le Molgat
9ad342903c mv tsp.cs & vrp.cs to cp/samples 2018-12-27 11:06:02 +01:00
Corentin Le Molgat
652aae5d71 Fixup Makefile in archive 2018-12-10 17:18:17 +01:00
Corentin Le Molgat
e2ac323228 Fix Flags in archive 2018-12-10 16:17:42 +01:00
Corentin Le Molgat
4ba98b615a Fix missing absl libraries in archive 2018-12-06 16:11:47 +01:00
Corentin Le Molgat
554cbccaa9 update Makefile.cc.java.dotnet 2018-11-27 10:51:22 +01:00
Corentin Le Molgat
463631efb9 Fix Makefile.cc.java.dotnet 2018-11-26 09:51:07 +01:00
Corentin Le Molgat
6311cb837d Archive Fix dotnet examples list 2018-11-23 14:23:59 +01:00
Corentin Le Molgat
f63f6f7051 Move some examples to constraint_solver/samples 2018-11-23 10:49:46 +01:00
Corentin Le Molgat
484e469d2b Clean Makefile.cc.java.dotnet 2018-11-23 10:29:53 +01:00
Corentin Le Molgat
60fa2fb271 Make FAP a header only library 2018-11-23 08:52:59 +01:00
Corentin Le Molgat
20d9bc0e50 Make Dimacs a header only library
- Remove special case in Makefile rules
2018-11-22 18:14:06 +01:00
Corentin Le Molgat
2ac7e3f9b6 Fixup for CVRPTW library 2018-11-22 18:12:55 +01:00
Corentin Le Molgat
98cbd29324 Make cvrptw_lib a header only lib.
- don't need extra stuff in Makefile anymore
2018-11-22 18:04:57 +01:00
Corentin Le Molgat
679783dbd2 Travis-CI: build with -j4 2018-10-31 08:33:43 +01:00
Corentin Le Molgat
c18421ab44 Makefile: Add build/run target
- Add build/run target to archive Makefile
- Be able to run cc/python/java/dotnet examples in //
2018-10-31 08:33:43 +01:00
Corentin Le Molgat
078756abee Update Makefile.cc.java.dotnet 2018-10-09 15:15:27 +02:00
Corentin Le Molgat
0a357d7a48 Update Makefile.cc.java.dotnet 2018-09-17 12:00:59 +02:00
Corentin Le Molgat
490360f443 archive: fix test_dotnet 2018-09-14 18:35:57 +02:00
Corentin Le Molgat
d96123c4be archive: fix typo in rdotnet_% rule 2018-09-14 17:37:47 +02:00
Corentin Le Molgat
158938685a archive: Fix make dotnet 2018-09-14 16:44:58 +02:00
Corentin Le Molgat
1937b3cf24 Remove rcpsp_sat.cpp from archive Makefile 2018-09-14 15:13:16 +02:00
Corentin Le Molgat
67730bb415 Rework Makefile shipped with the archive
- add rjava_% rdotnet_% and rcc_% commands
2018-09-10 14:24:53 +02:00
Corentin Le Molgat
92169c7f7b archive: ignore error if class/% already exist 2018-07-24 13:01:45 +02:00
Corentin Le Molgat
c55af6dfd1 Archive: Fix "which" usage
- Must be define before VAR := usage
2018-07-24 08:39:57 +02:00
Corentin Le Molgat
9bff27b1ed archive: Fix make cc link 2018-07-20 15:11:20 +02:00
Corentin Le Molgat
43b56b4371 archive: makefile return error when prerequisite(s) are not found 2018-07-20 13:52:34 +02:00
Corentin Le Molgat
cb3972c6db java: use J for .jar extension 2018-07-17 15:03:10 +02:00
Corentin Le Molgat
d5d4b48657 dotnet: add examples to test_dotnet 2018-07-17 15:03:10 +02:00
Corentin Le Molgat
9eef8edf59 Makefile.cc.java.dotnet: trim so ifeq() 2018-07-13 19:11:16 +02:00
Corentin Le Molgat
c48e626fc3 archive: Fix compilation of frequency_assignment_problem
- need custom rule to use $(FAP_LNK)
2018-07-13 14:40:19 +02:00