| Mon, 20 Jun 2016 03:17:05 +0100 | Giulio Moro | Added updateunsafe target to Makefile: faster, less resistant to sudden shutdowns
   prerelease | 
 
  | Mon, 20 Jun 2016 02:48:31 +0100 | Giulio Moro | update is a bit more clean through Makefile
   prerelease | 
 
  | Sun, 19 Jun 2016 23:31:25 +0100 | Giulio Moro | merge
   prerelease | 
 
  | Sun, 19 Jun 2016 22:36:38 +0100 | Giulio Moro | Minor edits to Makefile
   prerelease | 
 
  | Sun, 19 Jun 2016 21:52:07 +0100 | Liam Donovan | Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board.
   prerelease | 
 
  | Sun, 19 Jun 2016 18:55:06 +0100 | 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 | 
 
  | Sun, 19 Jun 2016 12:43:43 +0100 | Giulio Moro | Makefile has option for RUN_FROM=/full/path
   prerelease | 
 
  | Sun, 19 Jun 2016 01:18:45 +0100 | Giulio Moro | Removed Makefile verbosity when building .c files
   prerelease | 
 
  | Sat, 18 Jun 2016 21:23:15 +0100 | Giulio Moro | Makefile: IDE runs in a loop
   prerelease | 
 
  | Thu, 16 Jun 2016 18:08:26 +0100 | Giulio Moro | Makefile sets attributes of Bela_startup.sh file
   prerelease | 
 
  | Thu, 16 Jun 2016 14:34:18 +0100 | 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 | 
 
  | Thu, 16 Jun 2016 14:05:17 +0100 | Giulio Moro | make nostartup now works properly
   prerelease | 
 
  | Thu, 16 Jun 2016 03:25:56 +0100 | Giulio Moro | Makefile added connect and ideconnect goals
   prerelease | 
 
  | Thu, 16 Jun 2016 01:44:25 +0100 | Giulio Moro | Makefile less verbose
   prerelease | 
 
  | Wed, 15 Jun 2016 20:58:48 +0100 | Giulio Moro | Makefile can stop ide (idestop)
   prerelease | 
 
  | Wed, 15 Jun 2016 14:16:20 +0100 | Giulio Moro | Makefile: renamed iderun to idestart in order to avoid confusion with runide
   prerelease | 
 
  | Wed, 15 Jun 2016 03:01:16 +0100 | Giulio Moro | Fixed Makefile: now runs from the correct folder
   prerelease | 
 
  | Wed, 15 Jun 2016 02:04:23 +0100 | Giulio Moro | Fixed Makefile startups
   prerelease | 
 
  | Wed, 15 Jun 2016 01:48:22 +0100 | Giulio Moro | Fixed 'make stop' kills IDE
   prerelease | 
 
  | Wed, 15 Jun 2016 01:34:29 +0100 | Giulio Moro | Merge
   prerelease | 
 
  | Tue, 14 Jun 2016 18:24:25 +0100 | Giulio Moro | Reverting Makefile introduced in 814e85de67e1
   prerelease | 
 
  | Tue, 14 Jun 2016 18:15:23 +0100 | Giulio Moro | merge
   prerelease | 
 
  | Tue, 14 Jun 2016 17:55:30 +0100 | Giulio Moro | Improved make coreclean
   prerelease | 
 
  | Tue, 14 Jun 2016 16:26:34 +0100 | Giulio Moro | IDE can be started and set/unset startup from the Makefile
   prerelease | 
 
  | Tue, 14 Jun 2016 21:13:40 +0100 | andrewm | Renamed BeagleRT to Bela in the startup script and Makefile
   prerelease | 
 
  | Tue, 14 Jun 2016 18:11:35 +0100 | Liam Donovan | suppress unwanted output in Makefile
   prerelease | 
 
  | Tue, 14 Jun 2016 18:09:34 +0100 | Liam Donovan | merge
   prerelease | 
 
  | Tue, 14 Jun 2016 18:08:46 +0100 | Liam Donovan | add 'runide' target to Makefile
   prerelease | 
 
  | Tue, 14 Jun 2016 13:53:08 +0100 | Giulio Moro | Makefile: prompt for distclean, cleanup
   prerelease | 
 
  | Tue, 14 Jun 2016 11:30:31 +0100 | Giulio Moro | Updated Makefile docs and defaulting to clang if available
   prerelease | 
 
  | Mon, 13 Jun 2016 00:44:47 +0100 | 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 | 
 
  | Sun, 12 Jun 2016 23:03:57 +0100 | andrewm | Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes
   prerelease | 
 
  | Sat, 11 Jun 2016 01:54:43 +0100 | 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 | 
 
  | Fri, 10 Jun 2016 00:02:48 +0100 | Giulio Moro | Makefile improved checks. It does not fail after distclean
   prerelease | 
 
  | Wed, 08 Jun 2016 22:18:56 +0100 | Giulio Moro | Updated Makefile to match name of audio thread
   prerelease | 
 
  | Tue, 07 Jun 2016 02:06:49 +0100 | Giulio Moro | Fixed make nostartup
   prerelease | 
 
  | Sun, 05 Jun 2016 02:30:32 +0100 | Giulio Moro | Self-documenting help added to Makefile.
   prerelease | 
 
  | Sat, 04 Jun 2016 18:53:42 +0100 | Giulio Moro | Makefile syncs buffer to disk after building. Closes #1698
   prerelease | 
 
  | Sat, 04 Jun 2016 16:17:06 +0100 | Giulio Moro | Makefile can now do startup and startuploop
   prerelease | 
 
  | Fri, 03 Jun 2016 17:09:26 +0100 | Giulio Moro | make run (and similar) run from within the project folder
   prerelease | 
 
  | Fri, 03 Jun 2016 17:01:36 +0100 | Giulio Moro | Makefile: run does not re-link. Faster check for libpd
   prerelease | 
 
  | Fri, 27 May 2016 12:32:11 +0100 | Robert Jack | Merge
   Doxy prerelease | 
 
  | Mon, 30 May 2016 01:06:01 +0100 | 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 | 
 
  | Fri, 27 May 2016 19:26:09 +0100 | Giulio Moro | make runscreenfifo will now output to stdout
   prerelease | 
 
  | Fri, 27 May 2016 18:55:34 +0100 | Giulio Moro | Makefile can run in fifo, takes command line arguments with CL=
   prerelease | 
 
  | Fri, 27 May 2016 18:00:57 +0100 | Giulio Moro | Fixed clang path
   prerelease | 
 
  | Fri, 27 May 2016 17:49:05 +0100 | Giulio Moro | Added Makefile support for runscreen, runscreenfg, run, runfg
   prerelease | 
 
  | Fri, 27 May 2016 17:28:24 +0100 | Giulio Moro | Makefile can now stop processes 'make stop'
   prerelease | 
 
  | Fri, 27 May 2016 14:34:41 +0100 | Giulio Moro | RENAMED BeagleRT to Bela AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, scripts probably not working
   prerelease | 
 
  | Wed, 25 May 2016 00:18:37 +0100 | Giulio Moro | Defaulting to gcc compiler (see #1695), updates to build_pd_heavy to make it compile with the new Makefile
   prerelease | 
 
  | Tue, 24 May 2016 23:46:21 +0100 | Giulio Moro | Defaulting gcc for on-board compiling, see #1695 | 
 
  | Wed, 18 May 2016 01:46:32 +0100 | Giulio Moro | Makefile refactoring:
   prerelease | 
 
  | Tue, 17 May 2016 14:38:03 +0100 | Giulio Moro | Makefile creates build folder in the script folder
   prerelease | 
 
  | Mon, 16 May 2016 16:26:38 +0100 | Giulio Moro | Fixed indentation
   prerelease | 
 
  | Mon, 16 May 2016 14:32:21 +0100 | Liam Donovan | Synced main Makefile with IDE Makefile
   prerelease | 
 
  | Thu, 28 Apr 2016 17:08:27 +0100 | Giulio Moro | Makefile looks for includes in the source folder | 
 
  | Tue, 19 Apr 2016 13:46:04 +0100 | Giulio Moro | Updated Makefile to check for libpd | 
 
  | Mon, 18 Apr 2016 03:04:34 +0100 | Giulio Moro | Flexible Makefile: tries to use clang if available. Defaults to gcc otherwise | 
 
  | Sun, 10 Apr 2016 02:38:16 +0200 | Giulio Moro | Added some optimizations
   mergingClockSync | 
 
  | Mon, 08 Feb 2016 22:50:39 +0000 | Giulio Moro | Updated Makefile to include debug mode (make debug) |