-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release v0.3.0 * frz fix placement of directions in chords * frz round trip musicxml version * frz fix tuplet issues * frz branch progress * gene noteheads and lyrics * fix errant comments in cmake build * better error message and project update * gitignore * merge mxapi into develop * probably ok * sublime * merge mxapi branch (#20) * mxapi komp-build stuff * mxapi bombe test * the latest crap * mxapi handle divisions changes * mxapi use voice 1 in bombe * mx-version-0.2.0.2 * mx-version-0.2.0.3 * mx-version-0.2.0.4 * mxapi adjust -0 to say 0 instead when stringing decimals * mx-version-0.2.0.5 * mx-version-0.2.0.6 * mxapi save ornaments * mx-version-0.2.0.7 * mxapi working on direction offset problems * mxapi direction mark time bug fixed * mxapi reenable some tests * mxapi pedal start stop working * mxapi disable the core tests * mx-version-0.2.0.8 * mxapi working on order of directions and notes * mxapi directions are now written in a relatively sane order with respect to notes * mxapi tests passing * mx-version-0.2.0.9 * mxapi fix direction position data import and export * mx-version-0.2.0.10 * mxapi compile visual studio * mx-version-0.2.0.11 * mxapi doesnt compile add tremolos * better support for tremolo glyphs * mxapi words are exporting * mxapi finish with words for now * mx-version-0.2.0.12 * mxapi save and load technical marks * mx-version-0.2.0.13 * mxapi turn off cout * mxapi fix bug with other articulation * mx-version-0.2.0.14 * mxapi merge decimal * mxapi score data and tests * mxapi tests * mxapi sort score data before writing * mx-version-0.2.0.17 * mxapi progress on directions robustness * more work on cursor and direction * mxapi directions seem more bulletproof now * mx-version-0.2.0.18 * mxapi fix chord bug * mxapi fix xcode project groups - add enum macros * mxapi add musicxml instrument sound strings * mxapi sound id * mxapi restore compile control * mx-version-0.2.0.20 * sound and general midi work * mxapi begin adding chord support * mxapi chord test simple * mxapi middle of something does not compile * mxapi chord progress * mxapi chord saving works but round trip does not work * mxapi still cannot fix the round trip test * mxapi basic chord support complete * mx-version-0.2.0.21 * mxapi add chord symbol features * mx-version-0.2.0.22 * mxapi add processing instructions * mx-version-0.2.0.23 * more chord symbol work * mx-version-0.2.0.24 * mxapi not much * mxapi Barlines (#12) * mxapi fix broken test * mx-version-0.2.0.25 * Feature/mxapi (#14) mxapi barlines and endings * Feature/repeats (#15) mxapi repeats * mx-version-0.2.0.26 * mxapi add chord positioning * mx-version-0.2.0.27 * mxapi read and write note position data * mx-version-0.2.0.28 * mxapi barline work * mx-version-0.2.0.29 * mxapi fix measure rest writing * mx-version-0.2.0.30 * mxapi fix another measure rest issue * mx-version-0.2.0.31 * mx-version-0.2.0.32 * mxapi add failing freezing pieces test viola measure 7 * mxapi freezing tests * mxapi more freezing tests * mxapi freezing tests * Feature/mxapi (#17) * Smufl flailing * Fat framework * Add missing architectures * Clean up projects * Remove scheme and add stub post-archive script * Track down a memory smasher * Add an additional check * use sparsepp to avoid smufl crash (#18) * Use frozen map * User sparse map for unordered list * Return ref not copy of string * smufl map carnage * version * mx-version-0.3.1.37 * nothing * gitignore * remove sublime workspace * ignore sublime workspace * ci and gcc work * pesky sublime workspace * sublime workspace ignore * ci * ci work * ci work and gcc * circleci * circleci * circleci * test stuff * work on test options (#27) work on test options #24 #23 * readme and examples #22 #26 (#28) * work on test options * work on examples * work on examples * build examples on circleci * run examples on circleci * use include directory as public api #21 (#29) * work on test options * work on examples * work on examples * build examples on circleci * run examples on circleci * readme * readme * readme * big shuffle * hide stuff * readme work for 1.0 #25 #26 #30 (#31) * work on test options * work on examples * work on examples * build examples on circleci * run examples on circleci * readme * readme * readme * big shuffle * hide stuff * readme work * done enough * xcode * merge with ezxml library (#38) * bring in latest ezxml * use ezxml library cmake works xcode does not * incorporate ezxml into xcode project - does not build * xcode mx library compiles * xcode project stuff * xcode tests run * fix circleci warning * delete circleci comments * fix xcode project for komp (#39) * fix-build * xcode
- Loading branch information
Showing
1,269 changed files
with
29,781 additions
and
7,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
*.a filter=lfs diff=lfs merge=lfs -text | ||
*.dylib filter=lfs diff=lfs merge=lfs -text | ||
*.zip filter=lfs diff=lfs merge=lfs -text | ||
*.gz filter=lfs diff=lfs merge=lfs -text | ||
*.tar filter=lfs diff=lfs merge=lfs -text | ||
*.lfs.* filter=lfs diff=lfs merge=lfs -text | ||
*.jpg filter=lfs diff=lfs merge=lfs -text | ||
*.jpeg filter=lfs diff=lfs merge=lfs -text | ||
*.gif filter=lfs diff=lfs merge=lfs -text | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
*.svg filter=lfs diff=lfs merge=lfs -text | ||
*.pdf filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,236 @@ | ||
# generated | ||
# Created by https://www.gitignore.io/api/c++,clion,xcode,macos,linux,cmake,windows | ||
# Edit at https://www.gitignore.io/?templates=c++,clion,xcode,macos,linux,cmake,windows | ||
|
||
### C++ ### | ||
# Prerequisites | ||
*.d | ||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
### CLion ### | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm | ||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
|
||
# User-specific stuff | ||
.idea/**/workspace.xml | ||
.idea/**/tasks.xml | ||
.idea/**/usage.statistics.xml | ||
.idea/**/dictionaries | ||
.idea/**/shelf | ||
|
||
# Generated files | ||
.idea/**/contentModel.xml | ||
|
||
# Sensitive or high-churn files | ||
.idea/**/dataSources/ | ||
.idea/**/dataSources.ids | ||
.idea/**/dataSources.local.xml | ||
.idea/**/sqlDataSources.xml | ||
.idea/**/dynamic.xml | ||
.idea/**/uiDesigner.xml | ||
.idea/**/dbnavigator.xml | ||
|
||
# Gradle | ||
.idea/**/gradle.xml | ||
.idea/**/libraries | ||
|
||
# Gradle and Maven with auto-import | ||
# When using Gradle or Maven with auto-import, you should exclude module files, | ||
# since they will be recreated, and may cause churn. Uncomment if using | ||
# auto-import. | ||
# .idea/modules.xml | ||
# .idea/*.iml | ||
# .idea/modules | ||
|
||
# CMake | ||
cmake-build-*/ | ||
|
||
# Mongo Explorer plugin | ||
.idea/**/mongoSettings.xml | ||
|
||
# File-based project format | ||
*.iws | ||
|
||
# IntelliJ | ||
out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Cursive Clojure plugin | ||
.idea/replstate.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
fabric.properties | ||
|
||
# Editor-based Rest Client | ||
.idea/httpRequests | ||
|
||
# Android studio 3.1+ serialized cache file | ||
.idea/caches/build_file_checksums.ser | ||
|
||
### CLion Patch ### | ||
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 | ||
|
||
# *.iml | ||
# modules.xml | ||
# .idea/misc.xml | ||
# *.ipr | ||
|
||
# Sonarlint plugin | ||
.idea/sonarlint | ||
|
||
### CMake ### | ||
CMakeLists.txt.user | ||
CMakeCache.txt | ||
CMakeFiles | ||
CMakeScripts | ||
Testing | ||
Makefile | ||
cmake_install.cmake | ||
install_manifest.txt | ||
compile_commands.json | ||
CTestTestfile.cmake | ||
_deps | ||
|
||
### CMake Patch ### | ||
# External projects | ||
*-prefix/ | ||
|
||
### Linux ### | ||
*~ | ||
|
||
# temporary files which can be created if a process still has a handle open of a deleted file | ||
.fuse_hidden* | ||
|
||
# KDE directory preferences | ||
.directory | ||
|
||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
# .nfs files are created when an open file is removed but is still being accessed | ||
.nfs* | ||
|
||
### macOS ### | ||
# General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
### Windows ### | ||
# Windows thumbnail cache files | ||
Thumbs.db | ||
ehthumbs.db | ||
ehthumbs_vista.db | ||
|
||
# Dump file | ||
*.stackdump | ||
|
||
# Folder config file | ||
[Dd]esktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msix | ||
*.msm | ||
*.msp | ||
|
||
# Windows shortcuts | ||
*.lnk | ||
|
||
### Xcode ### | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## User settings | ||
xcuserdata/ | ||
|
||
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) | ||
*.xcscmblueprint | ||
*.xccheckout | ||
|
||
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) | ||
build/ | ||
DerivedData/ | ||
*.moved-aside | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
|
||
### Xcode Patch ### | ||
*.xcodeproj/* | ||
!*.xcodeproj/project.pbxproj | ||
!*.xcodeproj/xcshareddata/ | ||
!*.xcworkspace/contents.xcworkspacedata | ||
/*.gcno | ||
**/xcshareddata/WorkspaceSettings.xcsettings | ||
|
||
# End of https://www.gitignore.io/api/c++,clion,xcode,macos,linux,cmake,windows |
Oops, something went wrong.