sapling/cstore
Rodrigo Damazio 136d113019 cstore: fixing implicit type conversion for building on Mac
On Mac, this currently fails with
cstore/uniondatapackstore.cpp:62:78: error: implicit conversion loses integer
      precision: 'data_offset_t' (aka 'unsigned long long') to 'size_t'
      (aka 'unsigned long') [-Werror,-Wshorten-64-to-32]
  ...ConstantStringRef((const char*)fulltextLink->delta, fulltextLink->delta_sz);
     ~~~~~~~~~~~~~~~~~                                   ~~~~~~~~~~~~~~^~~~~~~~
2017-05-08 07:49:47 -07:00
..
bitmanipulation.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
compat.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
datapackstore.cpp portability: use COMPOUND_LITERAL macro in place of actual compound literals 2017-04-06 09:34:40 -07:00
datapackstore.h c-extensions: fixup some compiler/environment portability concerns 2017-04-12 16:34:53 -07:00
key.h c-extensions: fixup some compiler/environment portability concerns 2017-04-12 16:34:53 -07:00
match.h treemanifest: support matcher in diff 2017-03-12 12:49:18 -07:00
mpatch.c cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
mpatch.h cstore: add mpatch code from core 2017-02-23 14:03:03 -08:00
py-cdatapack.h datapack: update the format about metadata 2017-05-01 19:03:25 -07:00
py-cstore.cpp cstore: implement UnionDatapackStore 2017-02-23 14:03:03 -08:00
py-datapackstore.h cstore: move pythonutil to cstore 2017-03-07 11:39:46 -08:00
py-structs.h cstore: move uniondatapackstore holder to be a shared_ptr 2017-02-23 14:03:04 -08:00
py-treemanifest.h treemanifest: ConstantStringRef -> shared_ptr<string> 2017-04-25 15:44:55 -07:00
pythonutil.cpp treemanifest: ConstantStringRef -> shared_ptr<string> 2017-04-25 15:44:55 -07:00
pythonutil.h cstore: move pythonutil to cstore 2017-03-07 11:39:46 -08:00
store.h cstore: centos6 doesn't know about nullptr 2017-04-26 11:09:59 -07:00
uniondatapackstore.cpp cstore: fixing implicit type conversion for building on Mac 2017-05-08 07:49:47 -07:00
uniondatapackstore.h cstore: implement markForRefresh on cdatapackstore 2017-03-01 16:55:18 -08:00