summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-10-06Fix static builds on MSVCmrsmidge
2020-09-23Allow building with embedded SQLiteAdam Szmigin
2020-09-16Merge pull request #24 from xsco/enh/ep_schema_up_to_1_18_0Adam Szmigin
2020-09-16Support Engine Prime schema versions up to 1.18.0Adam Szmigin
2020-08-21Fix aliasing of `std::experimental::optional<T>`Adam Szmigin
2020-08-18Use std::optional or experimental as availableAdam Szmigin
2020-08-16Introduce build-time generated config.hpp filemrsmidge
2020-06-21Added symbol visibility declarationsAdam Szmigin
2020-06-07enginelibrary: Check that encoded and subsequently decoded perfdata matches t...haslersn
2020-05-28Fix class/struct mismatch in fwd declsmrsmidge
2020-05-26Public includes cover all required stdAdam Szmigin
2020-04-26Replace with std::optionalAdam Szmigin
2020-02-19API has w/form samples-per-entry rather than sizeAdam Szmigin
2020-02-18Use std::optional where availableAdam Szmigin
2019-09-03Added const for default EL DB dir name.Adam Szmigin
2019-08-26Clang-format appliedAdam Szmigin
2019-08-26New methods for crate lookup and creation.Adam Szmigin
2019-08-24Fix issue with optional.hpp in wrong install dirmrsmidge
2019-08-20Clear up EL public API, refactor more things into el_storagemrsmidge
2019-08-15clang-format cleanupmrsmidge
2019-08-15Remove Boost from public API, C++11 compatiblemrsmidge
2019-07-08transaction_guard: RAII class for database transactionshaslersn
2019-07-08Reduce number of includes in public headershaslersn
2019-07-08track: Remove unneeded friend class declarationshaslersn
2019-07-08track: Fix copy/paste mistakes in the docshaslersn
2019-07-08database: remove mentions of Engine from the docshaslersn
2019-07-08enginelibrary: Move standard_pad_colors to namespace djinterop::enginelibraryhaslersn
2019-07-08include: Correct header guard nameshaslersn
2019-07-08database: Outsource {music, perfdata}_db_path() to namespace djinterop::engin...haslersn
2019-07-08include/meson.build: Update public headers according to the previous reworkhaslersn
2019-07-08el::{load, make}_database: Fix documentationhaslersn
2019-07-08enginelibrary: Move normalize_beatgrid to djinterop/enginelibrary.hpphaslersn
2019-07-08treewide: Make database/crate/track polymorphichaslersn
2019-07-08treewide: Rework APIhaslersn
2019-07-02database: database objects must now always represent existent databaseshaslersn
2019-07-02database: Make database objects copyablehaslersn
2019-07-02{database, performance_data}: Remove move ctor/assignmenthaslersn
2019-06-30Added clang-format config and reformattedmrsmidge
2019-06-09Dropped public header requirement from C++14 to C++11mrsmidge
2019-06-03Disable unit tests on MSVC for nowmrsmidge
2019-06-03Various changes to improve building on Windowsmrsmidge
2019-06-02Converted to meson build systemmrsmidge