Commit Graph
44 Commits
Author SHA1 Message Date
m 8b2a17059d main: Print the cache entry size limits 2019-05-21 09:30:23 +02:00
m 85a4f2810b Add Redis info to the --version printout 2019-03-29 08:10:58 +01:00
m 5a1e1d685f Fix an old relic in a comment
...was this project ever called "gcache" at some point, or was it
just a typo?
2019-02-12 12:40:15 +01:00
m 70c49339d6 Move the local cache logic to local_cache_t 2019-02-11 12:59:15 +01:00
m 1055b4f26e Move the cache code into a new cache lib 2019-02-11 10:42:12 +01:00
m 610a48d3fd Introduce a remote cache 2019-02-08 15:12:22 +01:00
m 357e86904f Ignore case when looking for the BuildCache executable 2019-02-06 10:12:03 +01:00
m 76050c9344 cache: Compress stdout, stderr & files 2018-12-18 17:06:38 +01:00
m d6e479480e Add version information to the binary executable 2018-09-14 13:20:49 +02:00
m 6e29ec17f8 buildcache --show-stats shows the config file 2018-09-13 14:13:22 +02:00
m f42dce1d1b Better error reporting during config parsing 2018-09-12 12:51:15 +02:00
m 09a57f7ca7 Restructure C++ source files into folders
The main objective is to clarify dependencies and minimize the risk of
circular dependencies. As a side effect it should be easier to navigate
the source code.
2018-09-12 12:41:00 +02:00
m 5f204cb4f9 Add an option for disabling hard links 2018-09-12 09:41:22 +02:00
m d603212765 Add support for JSON configuration files 2018-09-12 09:11:09 +02:00
m 0b2cbb7400 Move all configuration handling to a new CPP unit 2018-09-11 17:24:37 +02:00
m 81de87962d Tick the version number to 0.2-dev 2018-06-13 14:20:09 +02:00
m 1b36728aa6 Make can_handle_command a non-static member 2018-04-25 21:19:47 +02:00
m 99a7d4454e Make program args a member of program_wrapper_t 2018-04-24 08:37:22 +02:00
m d1443a3fbb Add a performance measurement framework 2018-04-22 16:51:53 +02:00
m 8e07ee87c8 Use lower_case for relevant string comparisons 2018-04-22 16:51:37 +02:00
m 020b5dd944 Rename compiler_wrapper to program_wrapper 2018-04-19 10:25:13 +02:00
m c281519664 Look for and run Lua wrappers 2018-04-18 14:53:19 +02:00
m 19aba9113d Support multiple files per cache entry 2018-04-17 19:42:57 +02:00
m ddf0be4b91 Handle forward slashes in is_absolute_path (Win32) 2018-04-11 15:02:32 +02:00
m 7f5d1fe848 Add preliminary support for MSVC 2018-04-11 14:07:05 +02:00