log Makefile @ 492:e9821d65b9ba prerelease

age author description
2016-06-20 Giulio Moro Makefile does syntax check of the project files only (ignores core) prerelease
2016-06-20 Giulio Moro I mean it actually works for real. Libpd checks for file and exits with meaningful error message if it does not find it. prerelease
2016-06-20 Giulio Moro Libpd headers moved to include/, rm useless basic_libpd example, fixed Makefile to actually build default_libpd_render prerelease
2016-06-20 Giulio Moro Makefile with automatic libpd now works for real prerelease
2016-06-20 Giulio Moro Makefile automatically links in default_libpd_render.cpp if there is a _main.pd file and there is no render symbol prerelease
2016-06-20 Giulio Moro updateunsafe now does doxygen prerelease
2016-06-20 Giulio Moro Added updateunsafe target to Makefile: faster, less resistant to sudden shutdowns prerelease
2016-06-20 Giulio Moro update is a bit more clean through Makefile prerelease
2016-06-19 Giulio Moro merge prerelease
2016-06-19 Giulio Moro Minor edits to Makefile prerelease
2016-06-19 Liam Donovan Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board. prerelease
2016-06-19 Giulio Moro Make checkupdate checks that the zip file in updates/ is valid for an update and make update actually performs an updatescp bbb:Bela/Makefile ./ prerelease
2016-06-19 Giulio Moro Makefile has option for RUN_FROM=/full/path prerelease
2016-06-19 Giulio Moro Removed Makefile verbosity when building .c files prerelease
2016-06-18 Giulio Moro Makefile: IDE runs in a loop prerelease
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