- Oct 08, 2018
-
-
Sherman The Tank authored
* Enhance/fix FileBasedWAL 1) Support log rollback 2) Separate buffer flusher logic, so that the number of flushers is independent from the number of WALs/Shards 3) Improve the multiple threads support, but still not support multiple threads calling appendLogs()/rollbackToLog() 4) Add UT for rollback 5) Fix the flaky UTs * Rebased and addressed dutor's comments
-
- Oct 04, 2018
-
-
dutor authored
Turned on `-Wshadow`.
-
- Sep 28, 2018
-
-
Sherman The Tank authored
* Enable PCH
-
Sherman The Tank authored
* Removed the dependency on engshare * Fixed common/base dependency * Fixed build on centos 7.5 * Fixed common/base dependency * Fixed couple gcc-8.1 warnings
-
dutor authored
* Added Configuration and TempFile In addition, Turned on the compiler warnings `-Wall` and `-Werror`. Resolved some existing warnings, although there are a few `-Wsign-compare` I couldn't figure out. Supress them with `-Wno-error=sign-compare` for the time being.
-
- Sep 26, 2018
-
-
dutor authored
Just machanical changes.
-
- Sep 22, 2018
-
-
dutor authored
It somehow didn't work with the command `cmake -DCMAKE_BUILD_TYPE=Release`.
-
- Sep 21, 2018
-
-
dutor authored
* First Implementation of GQL parser * Address @sherman-the-tank 's comments * Implement syntax of UPDATE/INSERT In addition, added support for hexadecimal and octal numbers. * Reserve space on the buffer in `toString`
-
- Sep 18, 2018
-
-
Sherman The Tank authored
-
- Sep 13, 2018
-
-
Sherman The Tank authored
* Fixes #14 Add more UT for FileBasedWAL
-
- Sep 11, 2018
-
-
Sherman The Tank authored
-
- Sep 07, 2018
-
-
Sherman The Tank authored
-
- Sep 05, 2018
-
-
dutor authored
* [Feature] Added some concurrent utilities, GenericThreadPool, etc.
-
- Aug 31, 2018
- Aug 16, 2018
-
-
Sherman The Tank authored
-
- Aug 14, 2018
-
-
Sherman The Tank authored
-