3e7da9b09a4b1a1318914d231f8c9851c7cd84fa
It is no longer required (and recommended) to write a dependency check (using conditional compilation) in the experiment code. Instead, the Fail code performs these checks itself. If an experiment is compiled without having the required configuration flags set to enabled, the compiler emits an error. This is because the constructors of unused listener classes are declared as protected. (Note that this works only because the Fail code does not create any listeners.) In a next step, one should remove all the dependency guards in the existing experiments (not needed anymore). Change-Id: I1331813a432a752322d510b4102da53ff53294f0
This is an import of the old danceos svn repository. The Fail* development started with rev 187, but this git import only contains revisions 956 and newer due to directory structure changes. Imported from external gitsvn checkout. http://www.kernel.org/pub/software/scm/git/docs/howto/using-merge-subtree.html
Description
Languages
C++
45%
C
36.8%
Python
8.2%
Shell
1.7%
Makefile
1.6%
Other
6.2%