.. |
darwin
|
Remove safeStrtol from conversion.h (use tryTo<long> instead) (#4768)
|
2018-08-10 11:05:57 +01:00 |
database
|
added database migration class (#5112)
|
2018-09-14 20:58:03 +03:00 |
linux
|
Create helper functions to get CPU cores info on linux (#5209)
|
2018-09-14 11:32:25 +01:00 |
posix
|
Add missed include <climits> for PATH_MAX (#4733)
|
2018-07-19 17:07:14 +01:00 |
tests
|
Expected::takeOr have to accept rvalue as an argument (#5191)
|
2018-09-07 14:59:10 +01:00 |
windows
|
Add ReleaseDate to table for platform_info queries on Windows (#5182)
|
2018-09-10 17:05:44 -07:00 |
base64.cpp
|
Move out base64 decode/encode functions to separate file (#4793)
|
2018-08-02 17:37:04 +01:00 |
base64.h
|
Move out base64 decode/encode functions to separate file (#4793)
|
2018-08-02 17:37:04 +01:00 |
CMakeLists.txt
|
added database migration class (#5112)
|
2018-09-14 20:58:03 +03:00 |
conversions.cpp
|
Removing potentially risky method getOr(T const&) from Expected (#5174)
|
2018-09-07 11:49:47 +01:00 |
conversions.h
|
Remove the rest of the safeStrto* function from conversion.h (#5190)
|
2018-09-07 15:48:15 +01:00 |
flagalias.h
|
flags: Separate flags and flagalias (#4682)
|
2018-07-10 23:04:39 -04:00 |
flags.cpp
|
Remove safeStrtol from conversion.h (use tryTo<long> instead) (#4768)
|
2018-08-10 11:05:57 +01:00 |
hashing.cpp
|
reorganized includes to improve compile time 2 (#4446)
|
2018-05-30 11:44:18 +01:00 |
hashing.h
|
Separate general hashing methods from table implementation (#4350)
|
2018-05-01 21:54:23 -04:00 |
init.cpp
|
remove old boost bug supprot (#5221)
|
2018-09-14 23:51:44 +01:00 |
json.h
|
review: Small code review fixes (#4743)
|
2018-07-25 18:48:11 -04:00 |
map_take.h
|
Helper functions tryTake , tryTakeCopy to lookup in key-value tables (#4833)
|
2018-08-28 12:31:10 +01:00 |
process.h
|
bug: wait for service thread to finish before exiting with SCM (#4386)
|
2018-05-11 14:30:16 -07:00 |
query.cpp
|
database: convert cached ptree entires to RapidJSON results (#4207)
|
2018-03-21 09:39:50 -07:00 |
scope_guard.h
|
RAII based scope guard class (#4980)
|
2018-08-28 12:32:02 +01:00 |
status.cpp
|
Remove useless include of <iostream> from status.h (#4719)
|
2018-07-17 17:35:54 +01:00 |
system.cpp
|
Implement setThreadName() for FreeBSD (#5097)
|
2018-08-28 11:11:11 +01:00 |
tables.cpp
|
linter warnings (#4846)
|
2018-08-08 22:33:47 +01:00 |
utils.h
|
Remove unused includes and forward declaration from core/utils.h (#4734)
|
2018-07-19 17:06:16 +01:00 |
watcher.cpp
|
Correct --enable_extensions_watchdog description (#5066)
|
2018-08-20 14:35:26 +01:00 |
watcher.h
|
Fix autoloaded extension processes outliving the main process (#4359)
|
2018-06-13 20:33:02 +01:00 |