Tobias Becker
Tobias Becker
when the dependency satisfier fails there is no output of why it failed. It should be very simple to parse the decision layer and conflicting clauses and translate them to...
a handler for cmake should be added which allows the following: - add modules to cmake folder - integrate package information without modifying the cmakelists.txt - provide cmake variables -...
`package_descriptor` should have a property which allows file generation using generator functions and wildcards, possible event templates e.g. ``` { generate:{ "./LICENCE":"licence_generate(mit --author toeb --name cmakepp)" } } ```
create a messaging system which allows interproces communication
currently `function_import` , `call` `assign` are based on the `old` function calling mechanism this needs to be reworked: `callable` and `call2` shoudl become the new standard form of calling functions...
every test begins with `function(test)` - this wrapping function needs to be removed. `test_execute` needs to be updated then
the environment package source should be able to provide package information like os/processor/architecture/ etc this enables packages to depend on a certain environment or conflict with a certain environment
I need a package source which uses the default cmake find_package/find_file/find_program etc to find installed system packages especially it should be possble to find programs like compilers etc