Sha256: d26ef5492e1a3120d64518e2246e0bdc037ab64243b3058388dfbfc3dfed6264
Contents?: true
Size: 1.87 KB
Versions: 18
Compression:
Stored size: 1.87 KB
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Documentation of the bake-tookit</title> </head> <body> <h1>Wishes and planned features</h1> bake: <ul> <li>Add variables for output directories of sub projects, which can be used in main project <li>Show lint output during linting. This is possible, but the error parser mechanism has to be refactored <li>Support VS compiler <li>Glob in Windows does not work if Project.meta is placed in root folder. Implement workaround <li>Support read-only file systems (cache files cannot be written) <li>Another way to define IncludeDirs, etc. which avoids repeating the work IncludeDir for every include dir (rtext change?) <li>meta files: "{" not only at the end of a line, should be possible to place anywhere <li>Global bake config (e.g. for -v or -a black) <li>Support toolchain settings for files with wildcards. Clarify how to proceed with ambiguous declarations <li>Additional redirect from errors and warnings in a log file <li>Conditional variables like ifeq ($(VIDEO_MODE_12BIT_JPEG), 1) <li>Better annotations for undefined symbol errors (if e.g. filename is given in error message) <li>Cache source file names which are used for creating an archive or executable (to detect that rebuild is necessary if sources are specified with wildcards in Project.meta and some files were deleted) </ul> IDEs: <ul> <li>VS: Debugging in VS <li>Eclipse: newlines in problems view are shown as a square sign. These signs should be somehow removed without breaking the annotations in the source files <li>Eclipse: Word wrap in colored console (seems to be a bit tricky) <li>Eclipse: better error log if plugin does not work <li>Common: Add docu how to debug in IDEs </ul> Internal: <ul> <li>Cleanup names of attributes in metamodel </ul> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems