Skip to content
  1. Apr 22, 2013
  2. Oct 16, 2012
    • Daniel van Vugt's avatar
      Remove duplicate point.h (LP: #1067234) · 0f2e3ebc
      Daniel van Vugt authored
      I had to keep the copy in include/ rather than the one in src/ because it's
      used by include/core/{window,screen}.h. Doing it the other way around caused
      pain and complication.
      0f2e3ebc
  3. Aug 01, 2012
  4. Jul 02, 2012
    • Sam Spilsbury's avatar
      Added compiz_discover_tests. · 2ee99bf7
      Sam Spilsbury authored
      gtest_add_tests is good for the basic Google Test usage, but its source
      based scanning falls short in a couple of areas - namely it requires that
      there be no space between TEST* and ( and it also does not work for templated
      tests.
      
      compiz_discover_tests builds a small C++ program to parse the output
      of --gtest_list_tests and adds those at make-time to the CTestTestfile.cmake
      in the current binary directory. This allows us to correctly introspect the test
      binary and get /all/ the tests regardless of the source file.
      2ee99bf7
  5. Mar 30, 2012
  6. Jan 23, 2012
  7. Jan 19, 2012