Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | Implemented support for modifying external function base path | Adrian Kummerländer | |
* one expects a read-file function to work relative to the directory the transformation is located and not to the executable's location ** from the perspective of the user the transformation is the application, not the actual executable * removed PlattformGuard struct from TransformerGuard (now TransformerFacade) * TransformerFacade is instatiated with the appropriate relative working path ** i.e. it will have to be instantiated for every directory containing one or more transformations | |||
2014-04-19 | Further code style fixes | Adrian Kummerländer | |
* .. in the face of the planned development of usable external functions using the current proof-of-concept coding * replaced usage of std::shared_ptr in FunctionReadXmlFile class with explicit implementation of default and copy constructor * separated implementation and interfaces |