Jacob Dufault
|
786ac0bc4f
|
Merge FileContents and FileContentsWithOffsets.
Also try to more aggressively load FileContents when indexing to increase reliability.
|
2018-01-10 21:16:46 -08:00 |
|
Fangrui Song
|
5809d0c436
|
Make Serialize accept argument SerializeFormat format
Rename `const char* GetString()` to GetCString and add `std::string GetString()`
WIP on serializers/msgpack.h
|
2018-01-06 18:01:36 -08:00 |
|
Fangrui Song
|
fe0313f0b5
|
Add a parameter (number of __VA_ARGS__) to REFLECT_MEMBER_START
rapidjson StartArray StartObject do not need the number of fields, but msgpack-c does.
|
2018-01-06 16:42:22 -08:00 |
|
Jacob Dufault
|
5d4e0a5020
|
Enable simple sanity test for import pipeline.
- Add FakeCacheManager
- Add IIndexer so we don't call out to clang
|
2018-01-06 16:20:37 -08:00 |
|
Fangrui Song
|
3f1cb5c072
|
Add submodule https://github.com/msgpack/msgpack-c and make Serialize/Deserialize aware of SerializeFormat
|
2018-01-06 15:29:53 -08:00 |
|
Jacob Dufault
|
bbe11e32eb
|
Prefer WriteToFile over manual std;:ofstream usage.
|
2018-01-05 10:02:53 -08:00 |
|
Jacob Dufault
|
22ef88045f
|
Write cache to disk in binary format. Otherwise some escaping may occur.
|
2018-01-03 22:13:33 -08:00 |
|
Jacob Dufault
|
6048eb6237
|
Move LoadCachedFileContents into ICacheManager
|
2017-12-29 12:19:39 -06:00 |
|
Jacob Dufault
|
a10bb50f51
|
Begin cache restructure so it can be tested
|
2017-12-29 12:00:52 -06:00 |
|