summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-03-05dxgitrace: Complete DirectComposition specs.Jose Fonseca1-2/+2
2016-03-05cmake: Fix MinGW build with Clang.Jose Fonseca1-8/+12
2016-02-25compat: Create a new top-level directory for compatibility headers.Jose Fonseca1-0/+3
2016-01-27libbacktrace: Always build and run btest.Jose Fonseca1-11/+11
2016-01-27cmake: Package all scripts.Jose Fonseca1-25/+1
2015-12-03cmake: Re-disable C++ exceptions.Jose Fonseca1-1/+1
2015-11-25cmake: Recommend GCC verion 4.9.Jose Fonseca1-0/+6
2015-11-25cmake: Remove Clang compiler override on Apple.Jose Fonseca1-8/+0
2015-11-20cmake: Add option to statically link more dependencies into executables.Jose Fonseca1-3/+6
2015-11-10cmake: Recognize AppleClang compiler id too.Jose Fonseca1-1/+1
2015-10-27cmake: Simplify SSE2 enablement logic.Jose Fonseca1-17/+9
2015-10-27cmake: Only enable SSE2 on 32 bits Windows.Jose Fonseca1-1/+1
2015-09-14cmake: Require Waffle when ENABLE_WAFFLE is set.Jose Fonseca1-6/+3
2015-09-14cmake: Fix Waffle detection, by using pkg-config on non-Android.Emmanuel Gil Peyrot1-0/+3
2015-09-01cmake: Output a message when using bundled dependencies.Jose Fonseca1-0/+3
2015-08-27cmake: Fix check target on single-configuration builds.Jose Fonseca1-0/+4
2015-08-27cmake: Fix check target with msbuild.Jose Fonseca1-1/+1
2015-08-27cmake: Output test result on failure.Jose Fonseca1-1/+1
2015-08-14common: Replace std::regex with RE2C state machines.Jose Fonseca1-6/+0
2015-08-14cmake: Skip check when cross-compiling.Jose Fonseca1-1/+5
2015-08-14cmake: Add a convenience macro for gtest based unit tests.Jose Fonseca1-0/+8
2015-08-13cmake: Require GCC 4.9.Jose Fonseca1-0/+6
2015-08-13common: Replace GUIDs with their symbolic name when dumping.Jose Fonseca1-48/+1
2015-08-13guids: Library to looking up GUIDs names.Jose Fonseca1-0/+2
2015-08-12specs: Support D3D11.3.Jose Fonseca1-0/+5
2015-08-10cmake: Use Windows 10 SDK.Jose Fonseca1-4/+8
2015-08-06cmake: Require -std=gnu++11.Jose Fonseca1-8/+0
2015-08-06cmake: Require gcc-4.7.Jose Fonseca1-2/+2
2015-07-01retrace: Ensure MSVS C/C++ runtime assertions go to stderr.Jose Fonseca1-0/+1
2015-06-22cmake: Use CMAKE_DL_LIBS.Harald Fernengel1-1/+1
2015-06-07cmake: Warn about potentially slow Clang builds.Jose Fonseca1-0/+10
2015-06-02cmake: Add check helper target.Jose Fonseca1-0/+1
2015-05-27cmake: Build gtest.Jose Fonseca1-0/+8
2015-05-18cmake: Ensure __STDC_LIMIT_MACROS macro is defined.Jose Fonseca1-0/+4
2015-05-01retrace: Allow dumping state in UBJSON.Jose Fonseca1-0/+6
2015-04-26Revert "cmake: Default ENABLE_STATIC_LIBSTDCXX to off."Jose Fonseca1-15/+14
2015-04-21cmake: Default ENABLE_STATIC_LIBSTDCXX to off.Jose Fonseca1-14/+15
2015-03-27os: Use Win32 condition variables when targeting Vista onwards.José Fonseca1-1/+1
2015-03-27os: Leverage C++11 threads.José Fonseca1-5/+3
2015-03-27cmake: Fix add_compiler_flags/add_linker_flags macros for multiple args.Jose Fonseca1-15/+16
2015-03-20cmake: Disable C++ exceptions.José Fonseca1-0/+8
2015-03-20cmake: Disable RTTI on Linux.José Fonseca1-1/+4
2015-03-19cmake: Use 7Z package instead of ZIP where supported.José Fonseca1-1/+5
2015-03-15cmake: Only use system's PNG if system's ZLIB meets our needs.Jose Fonseca1-1/+5
2015-03-15cmake: Request zlib 1.2.6.Jose Fonseca1-1/+3
2015-03-15cmake: Don't link against bundled zlib/png by default.Jose Fonseca1-9/+5
2015-03-15cmake: Set -fno-strict-aliasing everywhere.Jose Fonseca1-0/+5
2015-03-13cmake: Use FindPackageHandleStandardArgs for finding procps.Jose Fonseca1-1/+1
2015-03-12cmake: Allow to build against system libraries.Jose Fonseca1-20/+49
2015-03-12cmake: Statically link wrappers against libgcc and libstdc++ on Linux.Jose Fonseca1-0/+13