summaryrefslogtreecommitdiffstats
path: root/libimagruby
AgeCommit message (Expand)Author
2017-02-06Revert the ruby build infrastructure PR.Matthias Beyer
2017-02-06Add Makefile setup for building libimagruby + thermite bundlingMatthias Beyer
2017-02-06Ignore thermite outputMatthias Beyer
2017-02-06Remove self scripted testsMatthias Beyer
2017-02-06Set up thermiteMatthias Beyer
2017-02-05Impl Store::retrieve_for_module() interface functionMatthias Beyer
2017-02-05libimagruby: Eliminate EntryHeader typeMatthias Beyer
2017-01-26Fix: Pass error return expression further downMatthias Beyer
2017-01-25Merge pull request #869 from matthiasbeyer/readme-updatesMatthias Beyer
2017-01-25Remove unnecessary "mut"Matthias Beyer
2017-01-25Remove unused importsMatthias Beyer
2017-01-25Update READMEMatthias Beyer
2017-01-22Add more testsMatthias Beyer
2017-01-22Add Ruby-like hash read/set syntaxMatthias Beyer
2017-01-22Add test script to test entry capabilitiesMatthias Beyer
2017-01-22Ignore ruby/bundler stuffMatthias Beyer
2017-01-22Rename: Imag -> RImag (class)Matthias Beyer
2017-01-22Rename init fn to be able to `require binary` directlyMatthias Beyer
2017-01-22Add test-gem codeMatthias Beyer
2017-01-22Beautify wrapper helper macrosMatthias Beyer
2017-01-22Add test for Store::create()Matthias Beyer
2017-01-22Fix store handle class name to fit conventionMatthias Beyer
2017-01-22Add StoreHandle::new()Matthias Beyer
2017-01-22Add Store::new() function interfaceMatthias Beyer
2017-01-22Remove Deref{,Mut} on FileLockEntryHandle to make code more explicitMatthias Beyer
2017-01-22Add documentation in READMEMatthias Beyer
2017-01-22Add tests for RStore classMatthias Beyer
2017-01-22Add setup() for Store interfaceMatthias Beyer
2017-01-22Impl Store::create() interfaceMatthias Beyer
2017-01-22Impl Store::retrieve() interfaceMatthias Beyer
2017-01-22Impl Store::get() interface functionMatthias Beyer
2017-01-22Impl Store::update() interface functionMatthias Beyer
2017-01-22impl Store::delete() interface functionMatthias Beyer
2017-01-22Beautify cal_on_store_by_handle!{} macro syntaxMatthias Beyer
2017-01-22Beautify call_on_store!() macro syntaxMatthias Beyer
2017-01-22Make macro more advanced, to be able to impl Store::save_{as,to}() interfacesMatthias Beyer
2017-01-22Rewrite code to wrap StoreHandle properlyMatthias Beyer
2017-01-22Minify macros by introducing store-level operation macroMatthias Beyer
2017-01-22Rewrite FileLockEntry interface to work with Store in cacheMatthias Beyer
2017-01-22Change FileLockEntryHandle to operate on cached store objectsMatthias Beyer
2017-01-22Move parts to own filesMatthias Beyer
2017-01-22Introduce FileLockEntry cacheMatthias Beyer
2017-01-22Impl RStore::move_by_id()Matthias Beyer
2017-01-22Impl RStore::path()Matthias Beyer
2017-01-22Add macro to implement Wrap automaticallyMatthias Beyer
2017-01-22Make wraps easily unwrappableMatthias Beyer
2017-01-22Minify code with typecheck!() macroMatthias Beyer
2017-01-22Add code structure for RStore wrapper for StoreMatthias Beyer
2017-01-21Impl VerifiedObject for all the things!Matthias Beyer
2017-01-21Rewrite test script with awesome loggingMatthias Beyer