DAMASK_EICMD/cmake
Martin Diehl df5487e1a9 Re-written YAML types
Strict typing for YAML

New access pattern requires to specify the expected type, i.e. 'scalar', 'list', or 'dict'. This ensures that the node offers the expected functionality instead of polluting 'tNode' with dummy functions which throw error messages if not overwritten.

The restructuring of the code allows to hierarchically construct methods without much code duplication.

Some aspects of the error messaging system have been improved.
2022-10-25 16:09:36 +00:00
..
Compiler-GNU.cmake Marc precision handling 2022-06-27 08:37:41 +00:00
Compiler-Intel.cmake avoid trapping of underflows 2022-09-14 00:27:49 +02:00
Compiler-IntelLLVM.cmake Re-written YAML types 2022-10-25 16:09:36 +00:00