Skip to content

V2.0

Compare
Choose a tag to compare
@MHumm MHumm released this 23 Dec 09:41
· 7 commits to master since this release
  • Switched integrated webbrowser endine to Edge
  • Updated the used CodeCoverage.exe to a newer version with more features and improved HTML output
  • Added further XML based output formats as provieded by CodeCoverage.exe
  • Fixed some crashes, e.g. in XML project file handling
  • Added options to turn on/off log message output to text file or to OutputDebugString
  • Added an option to pass through the exit code of the called application
  • Surfaced the options to pass any command line parameters to the called unit test executable
  • Added option to set the working dir to the one where the unit test executable is
  • Previous Save changed into Save and Save as
  • Added possibility to set code page assumed by CodeCoverage.exe for the source files
  • Added context menu item for removing no longer existing recent projects
  • Added -UNINSTALL param to remove all registry settings etc. of the application if one should ever want to uninstall it
  • Fixed some memory leaks
  • Creates batch file directory and report output directory when necessary
  • Opening some project now adds it to the list of recent projects
  • Changing the project source base folder is now processed deferred via timer
  • An unwanted empty "recent projects" entry got fixed now as well
  • Add possibility to register DCCP project file type in Windows so double clicking those in Explorer will load them with DCCWP
  • Added some option to define at which place the specified additional parameters will be placed into the batch file generated, as sometimes their order is relevant.
  • Go back to project and rerun project buttons added on finished page displayed after project was run
  • Application calls save as now, if no file name is specified yet or if it doesn't exist
  • Next button on "Output" screen is now enabled when all relevant settings are set
  • When running the batch file produces some error, the animation is stopped and after the failure message the save and run screen is shown
  • Call SetCurrentDir before calling the generated batch file
  • Fixed wrong .lst file paths in batch generation