Corentin Le Molgat
|
3ca6e921ad
|
cmake: add license boilerplate to samples
|
2025-08-21 13:56:24 +02:00 |
|
Corentin Le Molgat
|
c34026b101
|
Bump copyright to 2025
note: done using
```sh
git grep -l "2010-2024 Google" | xargs sed -i 's/2010-2024 Google/2010-2025 Google/'
```
|
2025-01-10 11:33:35 +01:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Corentin Le Molgat
|
3a284dc617
|
fixup cmake/samples/*
|
2022-09-30 18:08:44 +02:00 |
|
Mizux Seiha
|
f992206a9a
|
Force use of C++17
Routing use c++17 features (e.g. structured binding)
ref: https://en.cppreference.com/w/cpp/language/structured_binding
|
2020-08-14 14:07:58 +02:00 |
|
Mizux Seiha
|
e83cf08ce1
|
ci: Refactor CMake CI
* Update CMake doc
* Update Docker diagram
* Refactor CI Makefile
* Refactor and Fix <lang>.Dockerfile
* Refactor gh Docker CMake workflow
* gh CMake workflow disable fail-fast
* Remove manylinux
* Add Java samplei, generated using:
$ mvn archetype:generate -DarchetypeArtifactId=maven-archetype-quickstart
-> com.google.ortools
-> sample
note: sample still not use ortools package yet
|
2020-04-15 15:22:41 +02:00 |
|