1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2024-11-25 00:53:43 +00:00
dindexer/include
King_DuckZ 8c03ba15bc Crash fix - make path on the fly
Newer versions of gcc have a small string optimizations that makes
moving FileRecordData objects behave incorrectly. When a small string is
moved, string_refs into it become invalid. Making a path on the fly
using the path() method also has the side effect of making
FileRecordData smaller in size.
2016-05-17 20:21:44 +02:00
..
dindexer-common Move split_tags to common lib. 2016-05-16 09:59:10 +02:00
dindexer-machinery Crash fix - make path on the fly 2016-05-17 20:21:44 +02:00
helpers Move mediatypes.hpp/cpp to machinery. 2016-03-04 09:01:11 +01:00
kakoune Adapt safe_ptr to build in this project 2016-02-18 19:16:50 +01:00
pq Fix build error when passing a vector<string_ref> to query() 2016-05-13 20:46:13 +02:00