log Makefile @ 331:cfdf0003e6e8 prerelease

age author description
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)
Fri, 05 Feb 2016 16:01:25 +0000 Liam Donovan Add -lsndfile to Makefile
Wed, 27 Jan 2016 19:13:57 +0000 chnrx - Updated heavy scripts to work with custom header
Tue, 19 Jan 2016 01:54:34 +0000 Giulio Moro Makefile now compiles core/*.cpp except core/default_main.cpp (unless needed). Closes #1530
Mon, 18 Jan 2016 20:18:01 +0000 Giulio Moro Updated Makefile to include WriteFile
Thu, 03 Dec 2015 16:19:33 +0000 chnrx - added more pd/heavy examples heavy-updated
Thu, 12 Nov 2015 14:59:46 +0000 chnrx - added additional flags to C rules (-DNDEBUG, -mfpu=neon) heavy-updated
Thu, 05 Nov 2015 18:58:26 +0000 chnrx - added -std=c99 to Makefile for user-supplied C files (required for heavy files) heavy-updated
Mon, 27 Jul 2015 18:53:00 +0100 Giulio Moro Removed old client.? entries from Makefile
Fri, 17 Jul 2015 17:50:54 +0100 andrewm Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly
Fri, 17 Jul 2015 17:41:35 +0100 andrewm Changes to Makefile to support syntax checking
Fri, 17 Jul 2015 16:57:08 +0100 andrewm Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
Wed, 15 Jul 2015 19:59:29 +0100 Giulio Moro added Makefile, added default_main, added error checking in scripts newapi