Tom Finegan
f8bb7149f5
cmake: Integrate new parsing API and tests.
...
Change-Id: I11e32bfffda12fa910c06bf7b8e3a0efbccf6054
2016-07-14 11:11:59 -07:00
Frank Galligan
e3c9576716
Add VP9 level output to webm_info.
...
Removed building webm_info from Makefile.unix as it now requires c++11.
BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1188
Change-Id: Ia142f0c3cd580f397449d2ffa8788f78fb7faff0
2016-04-26 22:16:31 -07:00
Tom Finegan
5cf549f582
cmake: Log compiler flag at check time.
...
Output the flag being checked before checking the flag to make it easier
to determine exactly which check failed.
Change-Id: I692f5287f985acb4a3061dd54f7c5a8729def83b
2016-04-21 16:56:12 -07:00
James Zern
0e9767e29a
Merge "rename mingw64_toolchain.cmake to mingw-w64_toolchain"
2016-04-08 05:33:15 +00:00
Tom Finegan
f47cbd50e9
cmake: Move cxx flag testing/setup into its own file.
...
- Move CXX flags stuff into build/cxx_flags.cmake.
- include CMake modules where they're used.
- Add ENABLE_WERROR flag-- enables warnings as errors.
- Add -Wshorten-64-to-32 and -Wnarrowing to CXX flags.
Change-Id: I5d93a39a3eff6ae81f9e094927b8f0cb9f36bbb0
2016-04-07 14:49:26 -07:00
James Zern
87443a6b8f
rename mingw64_toolchain.cmake to mingw-w64_toolchain
...
Change-Id: I9101fd87d2eb5ef56c4441b4c46f35e85aff04d8
2016-04-07 10:46:24 -07:00
Tom Finegan
2aee04fb23
msvc_runtime.cmake: Check for MSVC, not WIN32.
...
- The flag change here is supposed to target only MSVC builds,
and not all Windows builds.
- Style tweak to match other CMake files.
Change-Id: I664705e13d810e2d41422eae655b5a68ff244308
2016-04-07 10:36:07 -07:00
Tom Finegan
a1cba3409a
Support cross compile for windows via mingw64.
...
BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1170
Change-Id: I8430600ceb610fbf1ecff34f0a2d2c1a57627692
2016-04-01 19:11:12 -04:00
Tom Finegan
4ff5785938
cmake: Add C++11 move ctor and member initializer tests.
...
Change-Id: I747a206db03fcb8f13265e0c56c86dd5a9f6eff8
2016-03-21 14:41:49 -07:00
Tom Finegan
402ef4dd4d
cmake: remove argc and argv from C++11 test main fns.
...
Avoid failing feature tests because of potential unused variable
warnings.
Change-Id: Iaae3a86581ce7beefeaf6c2300c87064fc8d6d56
2016-03-21 14:41:49 -07:00
Tom Finegan
5fdb386183
cmake: move c++11 checks into build/cxx11_tests.cmake.
...
Change-Id: I300552a14412dc664e7e5f1a4d1a90466e82593d
2016-03-16 20:14:26 -07:00
Tom Finegan
b386aa5c6b
Add CMakeLists.txt and msvc_runtime.cmake.
...
- These files facilitate project/makefile generation.
- Remove old Visual Studio projects.
- Rename Makefile to Makefile.unix.
Change-Id: If786edd75d44c462538526c286eccc5cbf15d828
2015-02-13 16:07:01 -08:00