summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* [build] Switch default BUILDTYPE to DebugJohn Firebaugh2016-05-241-1/+1
* [build] Use `test-$(HOST_PLATFORM)` as default make targetJohn Firebaugh2016-05-241-2/+1
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-241-11/+13
* [build] Add appropriate platform.gyp dependenciesJohn Firebaugh2016-05-241-6/+6
* [build] Introduce CONFIG_DEPENDENCIESJohn Firebaugh2016-05-241-6/+8
* [build] Add GYP_DEPENDENCIES to all appropriate targetsJohn Firebaugh2016-05-241-5/+5
* [build] Fix Qt build for OS XBruno de Oliveira Abinader2016-05-241-1/+1
* [build] Inline main.mk Android targets into MakefileJohn Firebaugh2016-05-231-16/+21
* [build] Inline main.mk linux and qt targets into MakefileJohn Firebaugh2016-05-231-49/+65
* [build] Inline main.mk node targets into MakefileJohn Firebaugh2016-05-231-6/+16
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-231-2/+2
* [build] Move `rm -rf node_modules` to `make distclean`John Firebaugh2016-05-201-2/+2
* [osx] Automate framework packagingMinh Nguyễn2016-05-101-0/+3
* [osx] Added OS X SDK documentation targetMinh Nguyễn2016-05-101-0/+3
* Respect V arg to make to disable xcpretty (#4881)Dane Springmeyer2016-04-271-4/+10
* [Qt] Added qt-qml-app exampleBruno de Oliveira Abinader2016-04-271-0/+8
* node-v3.1.2node-v3.1.2Mike Morris2016-04-261-1/+2
* [ios] Only convert encoding of files generated by genstringsMinh Nguyễn2016-04-241-2/+2
* [ios] Streamlined resource bundlingMinh Nguyễn2016-04-241-4/+1
* [ios, osx] Made OS X SDK localizableMinh Nguyễn2016-04-241-6/+8
* [ios, osx] Made localizable strings unique; unlocalized iosappMinh Nguyễn2016-04-241-3/+2
* [ios, osx] Corrected clock, coordinate formatsMinh Nguyễn2016-04-241-1/+2
* [ios] Made SDK and iosapp localizableMinh Nguyễn2016-04-241-0/+6
* [ios] Only build static framework for FabricMinh Nguyễn2016-04-241-1/+1
* [build] Depend on directories, so that projects are regenerated when files ar...John Firebaugh2016-04-221-2/+6
* [Qt] Build the Qt portThiago Marcos P. Santos2016-04-201-0/+18
* [ios, osx] Override user workspace settingsMinh Nguyễn2016-04-191-1/+7
* [ios] Build output goes to build/iosJohn Firebaugh2016-04-191-5/+4
* [osx] Build output goes to build/osxJohn Firebaugh2016-04-191-5/+4
* [ios, osx] Eliminate use of main.mkJohn Firebaugh2016-04-191-6/+27
* [build] `make clean` can now remove build directory wholesaleJohn Firebaugh2016-04-181-2/+2
* [osx] Moved SDK from gyp into Xcode projectMinh Nguyễn2016-04-161-11/+12
* [osx] Added Xcode project for osxappMinh Nguyễn2016-04-161-1/+3
* [ios] Force workspace-relative DerivedDataMinh Nguyễn2016-04-161-1/+4
* [ios] Build for 64-bit simulatorMinh Nguyễn2016-04-161-2/+2
* [ios] Specify simulator deviceMinh Nguyễn2016-04-161-2/+2
* [ios] Fixed make test-iosMinh Nguyễn2016-04-161-2/+2
* [ios] Run SDK tests on CIMinh Nguyễn2016-04-161-0/+5
* [ios] Build CI-specific scheme in CIMinh Nguyễn2016-04-161-2/+3
* [ios] Moved SDK from gyp into Xcode projectMinh Nguyễn2016-04-161-1/+1
* [osx] Yet another attempt at getting crash tracesJohn Firebaugh2016-04-121-1/+2
* [ios] Build only i386John Firebaugh2016-04-111-1/+3
* [ios] Use the same build configuration for `make ios` and `make test-ios`John Firebaugh2016-04-111-7/+6
* [ios, osx] The return of xcpretty, part II (#4676)John Firebaugh2016-04-111-4/+4
* [osx] Add remaining gypi dependencies to MakefileJohn Firebaugh2016-04-111-1/+1
* [osx] Print crash diagnosticsJohn Firebaugh2016-04-111-1/+1
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-111-6/+10
* [build] run-*glfw-app should depend on glfw-appBruno de Oliveira Abinader2016-04-111-2/+2
* [build] Add some dependencies to the MakefileJohn Firebaugh2016-04-081-2/+2
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-129/+73