Corentin Le Molgat
|
6fc897dde2
|
make: rework archive release management
|
2022-06-16 22:57:15 +02:00 |
|
Corentin Le Molgat
|
058a864827
|
make: Add USE_DOTNET_CORE_31 and USE_DOTNET_6
|
2022-06-10 17:09:34 +02:00 |
|
Corentin Le Molgat
|
cbc5674ffb
|
cmake(dotnet): Use USE_DOTNET_CORE_31 and USE_DOTNET_6
|
2022-06-10 16:06:18 +02:00 |
|
Corentin Le Molgat
|
2b5141c347
|
make(ci): Fix opensuse C++ archive test
|
2022-06-08 18:23:38 +02:00 |
|
Corentin Le Molgat
|
7258f2f36d
|
make(ci): remove call to third_party
|
2022-06-08 15:25:17 +02:00 |
|
Corentin Le Molgat
|
ba8ace20c2
|
make: Add --framework net6.0 to build command
|
2022-06-08 14:16:22 +02:00 |
|
Corentin Le Molgat
|
b6afa93099
|
make: reduce dotnet memory footprint by cleaning after each examples run
|
2022-06-08 12:00:59 +02:00 |
|
Corentin Le Molgat
|
32a3d09898
|
make(ci): Cleanup docker images
|
2022-06-08 10:41:21 +02:00 |
|
Corentin Le Molgat
|
0003ef7474
|
make(ci): Fix ubuntu docker image
|
2022-06-08 09:17:01 +02:00 |
|
Corentin Le Molgat
|
383952f51c
|
make: Fix jobshop_sat run
note: the parser is file extension dependent...
|
2022-06-07 18:01:13 +02:00 |
|
Corentin Le Molgat
|
17eeab948a
|
make: Fix python.mk
|
2022-06-07 14:31:41 +02:00 |
|
Corentin Le Molgat
|
a3d6c16a13
|
make: sort arguments in cpp target
|
2022-06-03 14:47:55 +02:00 |
|
Corentin Le Molgat
|
2cece9433e
|
make: Be able to override the DISTRIBUTION value
|
2022-06-03 14:47:55 +02:00 |
|
Mizux Seiha
|
6376c0e72f
|
version: be able to override MAJOR/MINOR/PATCH
* now, we can use OR_TOOLS_* to overload version name
* rename GIT_REVISION in OR_TOOLS_PATCH for consistency
|
2022-06-02 18:12:48 +02:00 |
|
Corentin Le Molgat
|
6c329fe3fc
|
examples: remove ref to examples/data
|
2022-06-02 18:12:46 +02:00 |
|
Corentin Le Molgat
|
048b04b885
|
make: Fix version PATCH calculation
|
2022-06-01 10:02:51 +02:00 |
|
StefanBruens
|
fbf9c3352f
|
CI: Use zypper refresh to update repository metadata (#3315)
`update` updates packages, which is not intended here.
Also call refresh just once.
Fixes #3314.
|
2022-05-30 11:00:17 +02:00 |
|
Corentin Le Molgat
|
5ab0549db0
|
make: rename help_cc to help_cpp
|
2022-05-27 15:08:14 +02:00 |
|
Corentin Le Molgat
|
fb02389141
|
doc: rename master to main in internal doc
|
2022-05-16 11:27:02 +02:00 |
|
Laurent Perron
|
7538128736
|
fix #3286
|
2022-05-06 12:54:35 +02:00 |
|
Corentin Le Molgat
|
93b22ff4ed
|
cmake: cleanup
|
2022-05-02 16:02:54 +02:00 |
|
Mizux Seiha
|
8fc5d66389
|
Rename flatzinc targets (#3270)
* rename fz.exe to fzn-ortools.exe (like convention outhere)
* rename libflatzinc.so as libortools_flatzinc.so
* rename parser-main to fzn-parser_test
* remove parser_main from install
|
2022-04-29 11:01:15 +02:00 |
|
Corentin Le Molgat
|
c5925565d8
|
make: rename tools/Makefiles
|
2022-04-25 15:38:35 +02:00 |
|
Mizux Seiha
|
655466231e
|
ci(make): Fix cpp jobs
|
2022-04-12 15:50:05 +02:00 |
|
Corentin Le Molgat
|
6717a904d7
|
make: Fix run target for C++ files
|
2022-04-12 15:50:05 +02:00 |
|
Corentin Le Molgat
|
914bc9f9ce
|
make: cleanup python.mk
|
2022-04-08 11:34:16 +02:00 |
|
Corentin Le Molgat
|
87bd765ce4
|
make: cleanup java.mk
|
2022-04-08 11:34:16 +02:00 |
|
Corentin Le Molgat
|
bff6874b99
|
make: cleanup dotnet.mk
|
2022-04-08 11:34:16 +02:00 |
|
Corentin Le Molgat
|
235d0a29de
|
make: cleanup cpp.mk
|
2022-04-08 11:34:15 +02:00 |
|
Corentin Le Molgat
|
502861ccbf
|
make: fix indent
|
2022-04-08 09:49:03 +02:00 |
|
Corentin Le Molgat
|
e89a4d7e92
|
ci(make): use *cpp targets
|
2022-04-08 09:48:42 +02:00 |
|
Corentin Le Molgat
|
bdd70e4be1
|
ci(make): Fix typo
|
2022-04-08 09:48:41 +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 |
|
Corentin Le Molgat
|
42cab13e38
|
make: use CMAKE_PREFIX_PATH to build samples (#3214)
|
2022-04-06 11:16:10 +02:00 |
|
Mizux Seiha
|
04001db647
|
make: cleanup
|
2022-04-06 11:16:10 +02:00 |
|
Mizux Seiha
|
562b8c03be
|
make: Use a CMake template to build example (#3214)
|
2022-04-06 11:16:09 +02:00 |
|
Corentin Le Molgat
|
38d07e6d5f
|
make: docs/ update
|
2022-04-06 11:16:09 +02:00 |
|
Laurent Perron
|
fb6e4c8eeb
|
add tests for model builder
|
2022-04-04 15:08:29 +02:00 |
|
Laurent Perron
|
f54350c578
|
more work on ModelBuilder java
|
2022-04-03 23:22:02 +02:00 |
|
Laurent Perron
|
7baa5626cf
|
incomplete ModelBuilder java implementation
|
2022-04-02 23:28:22 +02:00 |
|
Mizux Seiha
|
b80888850e
|
example: migrate sat_runner to CMake
|
2022-03-30 16:34:21 +02:00 |
|
Laurent Perron
|
61b101bdca
|
test model builder
|
2022-03-28 10:55:39 +02:00 |
|
Corentin Le Molgat
|
5f1cb90617
|
cmake(dotnet): Be able to disable a Target Framework Moniker
|
2022-03-18 18:02:30 +01:00 |
|
Corentin Le Molgat
|
49b6301e1e
|
make: fix
|
2022-03-15 22:09:52 +01:00 |
|
Mizux Seiha
|
c3fe9bf94b
|
make: Flatzinc fix
|
2022-03-15 19:29:30 +01:00 |
|
Mizux Seiha
|
14bfdbe3c4
|
make: Fix libortools copy in archive
|
2022-03-15 18:19:15 +01:00 |
|
Corentin Le Molgat
|
486bd407af
|
cmake: Use C++20 for MSVC, C++17 otherwise
make: Unix use C++17
|
2022-03-15 10:07:39 +01:00 |
|
Mizux Seiha
|
45c110e7cd
|
make: Fix rfz_% rule
|
2022-03-11 13:35:54 +01:00 |
|
Laurent Perron
|
7a3d472932
|
polish makefiles
|
2022-03-10 10:56:59 +01:00 |
|
Mizux Seiha
|
a8b6f4dab8
|
make: cleanup
|
2022-03-09 17:33:54 +01:00 |
|