aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.cppcheck.in
Commit message (Collapse)AuthorAgeFilesLines
* Minor build system improvements - force default shell.Dean Camera2012-06-211-3/+5
|
* Add ability to generate SYM files in the BUILD module. Clean up build system ↵Dean Camera2012-06-111-1/+1
| | | | output to be slightly more human readable.
* Add a list of module provided make variables and macros to the build system ↵Dean Camera2012-06-101-5/+15
| | | | modules.
* Add Build System documentation to the library manual. Update CPPCHECK build ↵Dean Camera2012-06-101-12/+9
| | | | system module so that it uses the SRC variable rather than just the project directory.
* Change the build system build module makefiles to have a set of sanity check ↵Dean Camera2012-06-101-5/+12
| | | | macros they can call to verify user data. Add additional sanity checks.
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-88/+88
|
* Add optional CPPCHECK_FLAGS parameter to the CPPCHECK build module, for ↵Dean Camera2012-06-061-10/+11
| | | | miscellaneous user flags. Ensure the user flags are applied after all auto-generated flags.
* Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean Camera2012-06-041-0/+3
| | | | all application makefiles.
* Add new CPPCHECK build system module for static code analysis of projects.Dean Camera2012-06-031-0/+84