log Makefile @ 375:768acdeea362 prerelease

age author description
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
2016-04-18 Giulio Moro Flexible Makefile: tries to use clang if available. Defaults to gcc otherwise
2016-04-10 Giulio Moro Added some optimizations mergingClockSync
2016-02-08 Giulio Moro Updated Makefile to include debug mode (make debug)
2016-02-05 Liam Donovan Add -lsndfile to Makefile
2016-01-27 chnrx - Updated heavy scripts to work with custom header
2016-01-19 Giulio Moro Makefile now compiles core/*.cpp except core/default_main.cpp (unless needed). Closes #1530
2016-01-18 Giulio Moro Updated Makefile to include WriteFile
2015-12-03 chnrx - added more pd/heavy examples heavy-updated
2015-11-12 chnrx - added additional flags to C rules (-DNDEBUG, -mfpu=neon) heavy-updated
2015-11-05 chnrx - added -std=c99 to Makefile for user-supplied C files (required for heavy files) heavy-updated
2015-07-27 Giulio Moro Removed old client.? entries from Makefile
2015-07-17 andrewm Brought UdpClient files over from ultra-staging branch (with include fix), and updated Makefile accordingly
2015-07-17 andrewm Changes to Makefile to support syntax checking
2015-07-17 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
2015-07-15 Giulio Moro added Makefile, added default_main, added error checking in scripts newapi