summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2020-09-16Mention latest schema support in README.mdAdam Szmigin
2020-08-09Added example Engine Prime applicationAdam Szmigin
2020-07-09Remove Boost UUID from libraryAdam Szmigin
2020-05-27Update example waveform code in README.mdAdam Szmigin
2020-05-27SQLite3 is now an external dependencyAdam Szmigin
Removed in-tree SQLite3 amalgamation in favour of system dependency. Updated meson and CMake build scripts accordingly.
2020-04-19Use std::string literal suffix for testsmrsmidge
2020-02-18Use std::optional where availableAdam Szmigin
Either <optional> or <experimental/optional> is now required for compilation and in the public API. In order to seamlessly use either one, the relevant symbols are aliased within the namespace `djinterop::stdx`. It is expected that this is removed in favour of just using std::optional in future once older compiler support can be removed.
2019-07-08enginelibrary: Move standard_pad_colors to namespace djinterop::enginelibraryhaslersn
2019-07-08README: Update according to the polymorphism reworkhaslersn
See 880cf264b9fb843b647274f086887b709171b75f
2019-07-08treewide: Rework APIhaslersn
The API methods now operate directly on the database. Therefore, the classes don't have a `save()` method anymore. Also, the distinction between tracks and their performance data has been hidden from the API user. That is, the performance data attributes are now accessible directly through the `track` API. This is WORK IN PROGRESS. See the TODOs.
2019-06-30Merge pull request #1 from haslersn/enhancement/add-default-nixmrsmidge
Add Nix expression
2019-06-30Added mention of Clang Format and fixed some README typosmrsmidge
2019-06-27Add Nix expressionhaslersn
For those having [Nix](http://nixos.org/nix) installed, the Nix expression (contained in the new file `default.nix`) can be used * with `nix-shell` in order to obtain a development environment for `libdjinterop`. Example: ``` $ nix-shell $ meson build/ $ ninja -C build/ ``` * with `nix build` in order to build and check `libdjinterop` in one single command.
2019-06-02Converted to meson build systemmrsmidge
2018-12-20Now installs a pkgconfig filemrsmidge
2018-10-28Removed dependency on Boost::iostreams, use zlib directlymrsmidge
2018-10-28Correct HR waveform element names, add explanatory textmrsmidge
2018-05-27Support for crates addedmrsmidge
2018-05-27Separated single schema file into files per versionmrsmidge
2018-05-21Renamed to libdjinteropmrsmidge
2018-05-12Updated README with better infomrsmidge
2018-01-18Initial performance_data source, zlib and boost::iostreams linkedmrsmidge
2017-11-12Initial commit, basic database functionality onlymrsmidge