sandboxed-api/sandboxed_api/util
Christian Blichmann de836031d4 cmake: Use configure_file() to implement forced C++ linkage
This finally prevents Ninja from rebuilding everything needlessly each time a
CMake reconfiguration was triggered. The root cause is that we used
`file(WRITE ...)`, which always unconditionally overwrites, so Ninja sees
those files as "dirty".

PiperOrigin-RevId: 453849514
Change-Id: Ib878df21371387baa7bf791a0a054e1ea5d6b6ae
2022-06-08 23:38:50 -07:00
..
BUILD.bazel Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
CMakeLists.txt cmake: Use configure_file() to implement forced C++ linkage 2022-06-08 23:38:50 -07:00
file_helpers_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
file_helpers.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
fileops.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
flag.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
logging.cc Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
logging.h Introduce a transitional logging utility library 2022-04-29 02:14:06 -07:00
path_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
path.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
raw_logging.cc Fix SAPI_VLOG_LEVEL handling so that VLOGs at level <= the specified level are printed. 2022-06-08 04:52:59 -07:00
raw_logging.h Enable RAW logging on Android via logcat 2022-03-24 09:04:44 -07:00
runfiles_bazel.cc bazel: Drop dependency on util/flags.h in runfiles helper 2022-04-20 04:46:08 -07:00
runfiles_nobazel.cc Fix runfiles for Android builds. 2022-03-23 05:38:57 -07:00
runfiles.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status_macros_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status_macros.h Merge pull request #135 from DemiMarie:fix-semicolon 2022-03-08 23:31:50 -08:00
status_matchers.h Merge pull request #146 from oshogbo:matchers 2022-04-04 00:59:25 -07:00
status_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status.cc Avoid compiler crash with Clang 6.0 2022-02-11 09:09:01 -08:00
status.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
status.proto Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror_test.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror.cc Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
strerror.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00
temp_file_test.cc Remove OsErrorMessage in favor of Abseil's new ErrnoToStatus 2022-04-21 06:15:38 -07:00
temp_file.cc Remove OsErrorMessage in favor of Abseil's new ErrnoToStatus 2022-04-21 06:15:38 -07:00
temp_file.h Change license link to HTTPS URL 2022-01-28 01:39:09 -08:00