| remove unneccesary outputs |
|
More...
|
about 11 years ago
|
| [Property] remove logger |
|
More...
|
about 11 years ago
|
| [Value] remove logger |
|
More...
|
about 11 years ago
|
| [Section] remove logger |
|
More...
|
about 11 years ago
|
| [Reader] removing the logger, minor refactor |
|
More...
|
about 11 years ago
|
| [Writer] cleanup of obvious comments Conflicts: src/odml/core/Writer.java |
|
More...
|
about 11 years ago
|
| [Writer] remove logger Conflicts: src/odml/core/Writer.java |
|
More...
|
about 11 years ago
|
| [Writer] change to jdom2 for output Conflicts: src/odml/core/Writer.java |
|
More...
|
about 11 years ago
|
| some refactoring |
|
More...
|
about 11 years ago
|
| switch to jdom2 to parse xml, way faster |
|
More...
|
about 11 years ago
|
| Merge pull request #3 from znck/master |
|
More...
|
over 11 years ago
|
| Changed visibility of Writer.getMap method |
|
More...
|
over 11 years ago
|
| Added functionality to export key-value pair Map which is easily exportable to JSON |
|
More...
|
over 11 years ago
|
| Merge pull request #2 from anubhavchaturvedi/master |
|
More...
|
over 11 years ago
|
| Bug fix for initialize method, minor addition to sanitizePath method. |
|
More...
|
over 11 years ago
|
| Bug fix for initialize method, minor addition to sanitizePath method. |
|
More...
|
over 11 years ago
|
| Merge pull request #1 from NEUROINFORMATICS-GROUP-FAV-KIV-ZCU/master |
|
More...
|
almost 12 years ago
|
| Implemented equals() and hashCode() methods for Section, Property and Value classes. Now these objects can be easily compared to equality. |
|
More...
|
about 12 years ago
|
| Fixed bug causing stack overflow when calling Section.getProperty(String) for non-existing property name. |
|
More...
|
about 12 years ago
|
| Added stream operations to Reader. |
|
More...
|
about 12 years ago
|
| Added stream operations to Writer. |
|
More...
|
about 12 years ago
|
| getRelatedSections now find all relevant sections not only the first matches |
|
More...
|
almost 13 years ago
|
| fixed bug in writing dates to string |
|
More...
|
almost 13 years ago
|
| fixed a bug in Property.addValue(value, unit) changed Property.addValue(value) will use the unit used in the first value if exists. |
|
More...
|
about 13 years ago
|
| add extra Property constructor allowing to create named Properties without content. Removed warning messages in Property if value is empty. Improved Property.isEmpty method. Writer will give a warning if an empty Property is not written to file. |
|
More...
|
about 13 years ago
|
| Fixed a small bug in the value constructor. No longer produces errors if no type is given. Infers type from the data. Property.setUnit will give a warning when used on Properties with more than one value. |
|
More...
|
about 13 years ago
|
| refactoring, updates of javadoc comments |
|
More...
|
about 13 years ago
|
| Refactoring of Section.java, improvement of the Tutorial.java, path notation supported by all access functions |
|
More...
|
about 13 years ago
|
| more tutorials and minor improvements in Section.java Section.getSections(name) marked for removal. Section names are supposed to be unique! |
|
More...
|
about 13 years ago
|
| started Tutorial.java, some javadoc |
|
More...
|
about 13 years ago
|