28 Commits (ddobrev-guide-contribution)

Author SHA1 Message Date
Joao Matos e62448638a Be more specific when applying C++ language build options. 9 years ago
Joao Matos 32efe89731 Use Premake workspace token instead of builddir to fix builds for dependent projects. 9 years ago
Joao Matos e2e7079866 Factor .NET framework build version setup code to fix a bug for dependent projects. 9 years ago
Joao Matos 5dac663926 Remove unneeded dependency on our own Premake helpers. 9 years ago
Joao Matos 77c871c794 Update build files to Premake5. 9 years ago
Joao Matos 9041a73fab Try to include premake5.lua files when looking for examples. 10 years ago
Joao Matos d835a34fbf Reduce verbosity of build scripts. 10 years ago
Joao Matos 779ed9db71 Fourth round at build and packaging scripts. 10 years ago
Joao Matos 04f6baf0c8 Updated build objects directory to use same pattern as libraries. 10 years ago
Tomi Valkeinen d73d097851 Add -fpermissive to gcc cflags 11 years ago
Tomi Valkeinen dc5e961695 build: add os.is_linux() 11 years ago
Vladimir Timofeev cac09f703d Link with LLVMProfileData only if it exists in libdirs. 11 years ago
Vladimir Timofeev 2db8884c27 Fix osx detection, we do not parse result of os.getversion() in premake (seems it return something strange). Instead use internal os detection in premake. 11 years ago
triton 74ad732550 Link native projects with libc++ on OSX. 11 years ago
João Matos 3b097d8379 Improved the build scripts on OSX. 11 years ago
João Matos 21ecc669a8 Added a way to directly specify the output directory independent of the action. 11 years ago
triton c542f98770 Removed "-fvisibility-inlines-hidden" from the Mac build flags. 11 years ago
Joao Matos b19cd1042e Updated build scripts with OS X fixes and added some building documentation. 12 years ago
triton 5412669fb4 Updated the MSVC build flags to disable some useless warnings in Clang. 12 years ago
triton 7291aa3ee5 Changed the output folder to be based on separate folders rather than name suffixes. 12 years ago
triton a5abf87390 Turn optimization flags on for release builds. 12 years ago
triton b940cf186f Include the CLI parser in VS configurations. 12 years ago
triton 57ff6bb78c MinGW/OSX build fixes. 12 years ago
Joao Matos 1c6538207e Fixed Premake build files for OSX. 12 years ago
triton b856fada62 Updated build scripts for test projects to call the generator as a pre-build event. 12 years ago
triton 6d02e8bb7d Improved the tests-related build system scripts. 12 years ago
triton 2930f1b939 Added some helper build functions for tests and examples. 12 years ago
triton c751f417dc Simplified the Premake build files. 13 years ago