Changelog
January 28, 2016 - bakeConv 1.5.4
- Added: MainProject = Workspace[0]/main is now possible, instead of writing: ../../../main
- Changed: OutputFile have to be defined like "OutputFile = $$(BAKE_PROJECTDIR)/CMakesLists.txt"; bakeConv will replace $$(BAKE_PROJECTDIR) automatically with the right path.
January 27, 2016 - bakeConv 1.5.3
- Bugfix: error message will now appear in debug mode, if the path of the config file is wrong (thrown exception is handled now)
- Changed: everything have to be declared relative to the project workspace and not anymore from the config file directory
October 15, 2015 - bakeConv 1.5.2
- Cosmetics: commented out obsolete outputs
October 15, 2015 - bakeConv 1.5.1
- Bugfix: --debug argument worked only if it was the last argument. Now 'bakeConv --debug -f Converter.cfg' is also possible.
October 07, 2015 - bakeConv 1.5.0
- Changed: syntax of the config file; changed config parser
September 11, 2015 - bakeConv 1.4.0
- Added: return values
- Changed: difference between mandatory and optional variables i.e. $$(...) or $OPTION(...)
- Changed: filter properties changed to EXCLUDE_BAKE_INCLUDES = [...], EXCLUDE_BAKE_SOURCES = [...] and EXCLUDE_BAKE_DEPENDENCIES = [...]
- Changed: renamed OutputFileName to OutputFile
September 02, 2015 - bakeConv 1.3.0
- Added: command line argument --debug for printing debug output
- Bugfix: wasn't possible to call the config file relatively e. g. bakeConv -f convert/Convert.config
August 11, 2015 - bakeConv 1.2.2
- Changed: commented out some debug information
August 11, 2015 - bakeConv 1.2.1
- Bugfix: fixed problem with --show_doc - now right reference to the homepage
August 10, 2015 - bakeConv 1.2.0
- Bugfix: fixed problem with outdated paths for separately UnitTest CMakeLists, which is stored in a subdirectory
- Added: filter options for filtering gmock and BAKE_DEPENDENCIES
- Changed: renamed doc.html to index.html
June 25, 2015 - bakeConv 1.1.1
- Added: license option
- Added: --show_license in the help menu
June 18, 2015 - bakeConv 1.1.0
- Added: comments in config file are now possible via #
June 11, 2015 - bakeConv 1.0.2
- Added: "--help" for more information