Skip to content

Tags: eNote-GmbH/libmei

Tags

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request DDMAL#106 from DDMAL/Feature-Travis_Intergration

Re-Implement travis tests for mac, and linux.

3.0.0

Toggle 3.0.0's commit message
Merge branch 'develop'

v2.0.0

Toggle v2.0.0's commit message
Fixed: Incorrect header definitions

If a file had a header name with "-" in the title, would appear as "-" after #ifndef and #define.
For example, filename="derived-module-meimixins.h" would appear as:

#ifndef DERIVED-MODULE-MEIMIXIN_H_
#define DERIVED-MODULE-MEIMIXIN_H_

After this fix, they appear as:

#ifndef DERIVED_MODULE_MEIMIXIN_H_
#define DERIVED_MODULE_MEIMIXIN_H_

v1.0.0

Toggle v1.0.0's commit message
Update Python test