aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2015-07-30Turn off the LOG_LEVEL override for tests.Ben Clayton
2015-07-29Compile cpp files with the CWD set to their directory.Ben Clayton
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-10Make the logger methods “Enter” “Fork” and “Close” private and us...Ian Cottrell
2015-07-08Trigger code generation when files are missing.Anton Carver
2015-06-29Fix windows build.Ben Clayton
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-26Build system integration and fixes.Anton Carver
2015-06-26Raise logging level to GAPID_FATAL for tests.Ben Clayton
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-23Fix dependencies. Remove some confusing target names.Anton Carver
2015-06-18Add the ability to disable specific build steps in the graphIan Cottrell
2015-06-18Remove duplicate HostOS and HostExecutableExtensionAnton Carver
2015-06-18Integrate "build" and "maker" build systems.Anton Carver
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-13Adding f to logger method namesIan Cottrell
2015-05-11Rename markdown files with correct extensionBen Clayton
2015-05-11Add markdown documentation generated from godocBen Clayton
2015-05-07Add an arm64 target for Android and enable spy building on Linux.Seb Noury
2015-04-27Add O_TRUNC and O_WRITE flags when opening destination File in CopyTo.Seb Noury
2015-04-23Don't use os.File.Chmod - it errors on WindowsBen Clayton
2015-04-22Always copy output binaries instead of symlinking.Ben Clayton
2015-04-22Get the spy working on Android.Ben Clayton
2015-04-17Build binaries into os, arch and flavor subdirectories.Ben Clayton
2015-04-17Generate OpenGL framework spy for OS using X64 ASM trampolines.Ben Clayton
2015-04-15Use std::vector for vector type in the state blockBen Clayton
2015-04-15Add MASM support to the msvc toolchain.Ben Clayton
2015-04-14Fix depfile testsBen Clayton
2015-04-14Return an error if a dependency cannot be found.Ben Clayton
2015-04-14Add dynamic-link library support to the build system.Ben Clayton
2015-04-14Merge "Add MSVC toolchain to the build." into studio-1.3-devBen Clayton
2015-04-13Add MSVC toolchain to the build.Ben Clayton
2015-04-13Fix depfile parsing for windows pathsBen Clayton
2015-04-10Add build dependency optimizations.Ben Clayton
2015-04-10Merge "Fix verbose output incorrectly using Logger.Error" into studio-1.3-devBen Clayton
2015-04-10Fix verbose output incorrectly using Logger.ErrorBen Clayton
2015-04-10Fix output binary name collision between Android and Linux.Ben Clayton
2015-04-10Allow multiple targets to be built simultaneouslyBen Clayton
2015-04-10Change NDK expected environment variables to use more common names.Ben Clayton
2015-04-10Begin golang build scripts as a replacement for gradle.Ben Clayton