31 Commits

Author SHA1 Message Date
Mizux Seiha
80686581f4 backport from main 2025-02-25 16:04:20 +01:00
Corentin Le Molgat
a66a6daac7 Bump Copyright to 2025 2025-01-10 11:35:44 +01:00
Laurent Perron
ead738883c remove references to logtostderr 2024-05-30 10:52:45 +02:00
Mizux Seiha
a76bf1c5dd bump license boilerplate 2024-01-04 13:43:15 +01:00
Laurent Perron
300631d62b minor cleanup, missing std includes 2023-04-05 14:00:30 +02:00
Laurent Perron
241d6cd286 add logging to integer/linear_programming; keep absl log symbols in libortools, enable GLPK in bazel 2023-03-09 14:40:16 +01:00
Laurent Perron
e9f9404923 Remove logging code; use absl one 2023-01-31 20:46:43 +01:00
Laurent Perron
79aaf280bd update base library 2022-09-09 16:42:22 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Corentin Le Molgat
fca3456c45 Sync from Google 2022-03-03 14:09:10 +01:00
Andrew Scherkus
06010a46b6 fix logging timestamps
The old code was incorrectly casting a double milliseconds value to
the integer seconds time_t type, which caused incorrect month/day and
timestamp values in log output.

Instead use absl::ToTimespec() to access the tv_sec and tv_nsec values
directly.
2021-07-06 13:16:53 -04:00
Mizux Seiha
011244246a fixup 2021-04-12 12:48:31 +02:00
Mizux Seiha
6cc8e2bcf5 fix logging on ARM64 and Centos 2021-04-12 12:17:51 +02:00
Laurent Perron
3e89e91f1f more int64->int64_t conversion; remove typedefs 2021-04-11 11:27:33 +02:00
Mizux Seiha
6201d6870c base: [u]int32 -> [u]int32_t
note: sed -i 's/\b\([u]\?int32\)\b/\1_t/g' *.h *.cc
2021-04-05 13:47:38 +02:00
Corentin Le Molgat
fb519c51d1 Sync google <=> github 2021-04-02 10:13:40 +02:00
Mizux Seiha
8bb54b04ef Bump Copyright to 2021
FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
2021-04-01 21:00:53 +02:00
Corentin Le Molgat
a40143cdd2 cpp: Migrate int64 to int64_t 2021-04-01 20:20:43 +02:00
Laurent Perron
2dfe9eb291 minor reindent 2020-11-03 18:41:07 +01:00
Laurent Perron
d2147306e2 reformat cp code; add bandit concatenate operator for the routing library; tweak var domination in cp-sat 2020-11-01 11:47:28 +01:00
Laurent Perron
9f22362a66 polish stl_logging; fix swig init 2020-10-28 16:42:32 +01:00
Laurent Perron
9ebba4eb63 polish logging code 2020-10-28 16:22:13 +01:00
Laurent Perron
f1bb445810 first version without gflags and glog
* Add custom glog using absl::flags
* Fix lpi_glop patch to use absl::flags

Abseil:
* remove gflags and glog deps

Make:
* remove gflags and glog deps (unix & windows)
* regenerate makefile.gen.mk
* Cleanup install recipe
* Cleanup archive
* Cleanup doc
2020-10-24 00:49:50 +02:00
Mizux Seiha
20d0496bfb reapply google format 2020-10-23 00:45:17 +02:00
Laurent Perron
a4258f2bdf switch flags setters and getters to the absl format 2020-10-21 00:21:54 +02:00
Corentin Le Molgat
3522b5d82a Sync from g3 to gh 2020-07-24 15:27:55 +02:00
Laurent Perron
9392929c2a polish 2019-06-25 14:57:53 +02:00
Laurent Perron
f5590e9c84 protect google::InitGoogleLogging 2019-06-25 14:48:52 +02:00
Laurent Perron
292d98620b move swig bridge code on logging to base/logging.h 2019-04-06 12:48:04 +02:00
Laurent Perron
e3d72e5b3b add cp_model proto to the sat solver 2017-05-29 14:45:17 +02:00
Laurent Perron
66b8d23079 move src to ortools; simplified python generation; remove some namespaces in the ortools/base helper files 2017-04-26 17:30:25 +02:00