log Makefile @ 439:e49ae69acbe8 prerelease

age author description
2016-06-16 Giulio Moro Makefile sets attributes of Bela_startup.sh file prerelease
2016-06-16 Giulio Moro Makefile now supports a QUIET flag which silences some of the outputs (currently only the one from STOP). QUIET is enabled by default for runide (or any of the QUIET_TARGETS). Added target for stop to runide prerelease
2016-06-16 Giulio Moro make nostartup now works properly prerelease
2016-06-16 Giulio Moro Makefile added connect and ideconnect goals prerelease
2016-06-16 Giulio Moro Makefile less verbose prerelease
2016-06-15 Giulio Moro Makefile can stop ide (idestop) prerelease
2016-06-15 Giulio Moro Makefile: renamed iderun to idestart in order to avoid confusion with runide prerelease
2016-06-15 Giulio Moro Fixed Makefile: now runs from the correct folder prerelease
2016-06-15 Giulio Moro Fixed Makefile startups prerelease
2016-06-15 Giulio Moro Fixed 'make stop' kills IDE prerelease
2016-06-15 Giulio Moro Merge prerelease
2016-06-14 Giulio Moro Reverting Makefile introduced in 814e85de67e1 prerelease
2016-06-14 Giulio Moro merge prerelease
2016-06-14 Giulio Moro Improved make coreclean prerelease
2016-06-14 Giulio Moro IDE can be started and set/unset startup from the Makefile prerelease
2016-06-14 andrewm Renamed BeagleRT to Bela in the startup script and Makefile prerelease
2016-06-14 Liam Donovan suppress unwanted output in Makefile prerelease
2016-06-14 Liam Donovan merge prerelease
2016-06-14 Liam Donovan add 'runide' target to Makefile prerelease
2016-06-14 Giulio Moro Makefile: prompt for distclean, cleanup prerelease
2016-06-14 Giulio Moro Updated Makefile docs and defaulting to clang if available prerelease
2016-06-12 Giulio Moro Fixed when rebuilding non-main() project after main() project: the 'nasty kludge' was looking in ALL the .o files in projectFolder/build/ instead of only those that have a corresponding .cpp/.c/.S file. An even better fix is make sure that object files associated with source files deleted by rsync are removed as well prerelease
2016-06-12 andrewm Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes prerelease
2016-06-11 Giulio Moro Updated scripts so that the Bela folder on the bbb is ~/Bela. Note: BeagleRT_startup.sh is still the same (because the reference to it needs to be changed in /etc/init.d/ .... prerelease
2016-06-09 Giulio Moro Makefile improved checks. It does not fail after distclean prerelease
2016-06-08 Giulio Moro Updated Makefile to match name of audio thread prerelease
2016-06-07 Giulio Moro Fixed make nostartup prerelease
2016-06-05 Giulio Moro Self-documenting help added to Makefile. prerelease
2016-06-04 Giulio Moro Makefile syncs buffer to disk after building. Closes #1698 prerelease
2016-06-04 Giulio Moro Makefile can now do startup and startuploop prerelease
2016-06-03 Giulio Moro make run (and similar) run from within the project folder prerelease
2016-06-03 Giulio Moro Makefile: run does not re-link. Faster check for libpd prerelease
2016-05-27 Robert Jack Merge Doxy prerelease
2016-05-30 andrewm Added NEON vectorised float<->int converters. Curiously, its performance is worse than the C version. I guess clang is better at vectorising than we thought! The new code remains disabled for now. prerelease
2016-05-27 Giulio Moro make runscreenfifo will now output to stdout prerelease
2016-05-27 Giulio Moro Makefile can run in fifo, takes command line arguments with CL= prerelease
2016-05-27 Giulio Moro Fixed clang path prerelease
2016-05-27 Giulio Moro Added Makefile support for runscreen, runscreenfg, run, runfg prerelease
2016-05-27 Giulio Moro Makefile can now stop processes 'make stop' prerelease
2016-05-27 Giulio Moro RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working prerelease
2016-05-24 Giulio Moro Defaulting to gcc compiler (see #1695), updates to build_pd_heavy to make it compile with the new Makefile prerelease
2016-05-24 Giulio Moro Defaulting gcc for on-board compiling, see #1695
2016-05-18 Giulio Moro Makefile refactoring: prerelease
2016-05-17 Giulio Moro Makefile creates build folder in the script folder prerelease
2016-05-16 Giulio Moro Fixed indentation prerelease
2016-05-16 Liam Donovan Synced main Makefile with IDE Makefile prerelease
2016-04-28 Giulio Moro Makefile looks for includes in the source folder
2016-04-19 Giulio Moro Updated Makefile to check for libpd