Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-13 | Fix compile definitions | Alexander Grund | |
No "-D" needed | |||
2018-12-13 | Fix SDL2 handling | Alexander Grund | |
2018-12-13 | Build: Splid the main CMake build script | Vitaly Novichkov | |
Keep it have library code only but no utils and examples are will be built independently #196 | |||
2018-12-03 | Fixed OpenBSD build | Wohlstand | |
2018-11-27 | Add C++98 standard note | Vitaly Novichkov | |
2018-10-25 | Merge pull request #189 from jpcima/version-check | Vitaly Novichkov | |
cmake rule to fail the build on version mismatch | |||
2018-10-24 | cmake rule to fail the build on version mismatch | JP Cimalando | |
2018-10-23 | CMake: Don't produce pkg-config on Android | Vitaly Novichkov | |
2018-10-22 | Provide pkg-config support | JP Cimalando | |
2018-10-19 | CMake: Oops | Vitaly Novichkov | |
2018-10-19 | CMake: Force static library build for VLC plugin | Vitaly Novichkov | |
2018-10-19 | AppVeyor: Try to build and deploy VLC plugin | Vitaly Novichkov | |
For MinGW-w64 toolchains only | |||
2018-10-18 | VLC: Prefer static library linking over shared | Vitaly Novichkov | |
2018-10-09 | pthread, not winpthread | Vitaly Novichkov | |
2018-10-09 | Don't hardcode "vlccore" library, use recognized name | Vitaly Novichkov | |
2018-10-09 | Link libgcc, libstdc++ and pthreads statically with DLL on Windows | Vitaly Novichkov | |
2018-10-09 | VLC Plugin: Link also pthreads on Windows | Vitaly Novichkov | |
2018-10-09 | VLC Plugin: Oops | Vitaly Novichkov | |
Fixed a nosense | |||
2018-10-09 | VLC Plugin: link libgcc and libstdc++ statically for a test | Vitaly Novichkov | |
2018-10-04 | improvement on the installation procedure based on CMake | JP Cimalando | |
Detect the standard installation paths of OS distributions. Install a version symlink for the shared library. | |||
2018-09-29 | CMake: Add a proper install of VLC plugin | Vitaly Novichkov | |
2018-08-28 | sequencer: enable end silence skipping | JP Cimalando | |
2018-07-31 | Fixed MSVC Build of shared library | Wohlstand | |
2018-07-31 | Exclude visibility options from off DJGPP build | Vitaly Novichkov | |
2018-07-31 | Don't use `-fvisibility-inlines-hidden` expression for older CMake | Vitaly Novichkov | |
2018-07-31 | Fix the visibility warning on C compiler | Vitaly Novichkov | |
2018-07-30 | Added missing macro for DLL build | Vitaly Novichkov | |
The macro `ADLMIDI_BUILD_DLL` tells to use the `dllexport` attribute for public symbols. It's required, otherwise, symbol will not be available. | |||
2018-07-30 | hide private symbols | JP Cimalando | |
2018-07-09 | provide XMI to MID conversion as tool | JP Cimalando | |
2018-06-24 | Correct intefrace of built library | Vitaly Novichkov | |
2018-06-24 | Small fix of VLC codec | Vitaly Novichkov | |
2018-06-21 | Move MIDI sequencer into completely separated class | Vitaly Novichkov | |
TODO: - implement C bindings for most of class functions - test it in work on any different synthesizer | |||
2018-06-19 | Apply same DJGPP build fix | Vitaly Novichkov | |
as here https://github.com/Wohlstand/libADLMIDI/commit/96f407668feb79b883e294d1ce3f7fc5bbf823ed [ :warning: A conflict with "poly-portamento2" is possible!!! :warning:. Need to me resolve it on receiving the push ] | |||
2018-06-19 | Merge branch 'master' into update-chip-base | Vitaly Novichkov | |
2018-06-19 | get chip base on level with OPNMIDI | JP Cimalando | |
2018-06-18 | CMake: Fixed configure when no CMAKE_BUILD_TYPE was defined | Vitaly Novichkov | |
2018-06-17 | Set Release when CMAKE_BUILD_TYPE is not defined | Vitaly Novichkov | |
2018-06-17 | Small correction of CMake build | Vitaly Novichkov | |
2018-06-16 | Upgrated measurer algorithm and re-generated full embedded banks database | Vitaly Novichkov | |
2018-06-08 | chips: create a common method set for generation and resampling | JP Cimalando | |
2018-06-04 | Fix the debug build | Vitaly Novichkov | |
2018-06-03 | Re-Order CMake flags and info, and update the changes log | Vitaly Novichkov | |
2018-06-03 | Small beautifying in CMakeLists.txt | Vitaly Novichkov | |
2018-06-03 | Fixed warnings in the utils | Vitaly Novichkov | |
2018-06-03 | optional high-quality resampling | JP Cimalando | |
2018-06-03 | Fixed some warnings on MinGW | Wohlstand | |
2018-05-16 | specialized hash table for bank number mappings | JP Cimalando | |
2018-05-16 | CMake: Fixed build of ADLMIDI2 when GenAdlData is disabled | Vitaly Novichkov | |
2018-05-08 | CMake: Fourth attempt to fix MinGW build | Vitaly Novichkov | |
2018-05-08 | CMake: third attempt to fix MinGW build | Vitaly Novichkov | |