Skip to content

atomic code expert tool

hgratten requested to merge atomic_code_expert_tool into master

This patch implements changes and features requested by @herdem and @pamuelle:

  • change file permissions for doctest.h (now invisible) and tests.cpp (now locked)
  • eliminate redundancies for tests.cpp between template and solution (always take template)
  • introduce config files for better control over included files, e.g. the JuliaSet assignment could now use the following config file, since it does not require timer.h:
{
	"includes": [ 

		"MatplotlibC++/matplotlibcpp.h"
	]
}

Merge request reports