| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-08 | Removed gtest based test cases and added program options | Adrian Kummerländer | |
| * selectively testing document construction in plain C++ code has turned out to be more work than worth it ** i.e. removed test cases and GTest dependency * added boost::program_options based frontent to InputXSLT ** example command: "./test --transformation ../dummy/transform.xsl --target out.xml" ** the plan is to use a simple shell script that generated test transformations and compares the output to reference files | |||
| 2014-05-07 | Extracted core functionality into static libary | Adrian Kummerländer | |
| * this was needed to share object files between the newly separated test-case and example target executables * allows for easy development of multiple "frontends" to the same core functionality | |||
