Skip to content
  1. Oct 16, 2015
  2. Jul 30, 2015
  3. Jan 29, 2015
  4. Nov 24, 2014
  5. Nov 17, 2014
  6. Nov 18, 2013
  7. Jul 17, 2013
  8. Jul 15, 2013
  9. May 12, 2013
  10. Feb 26, 2013
  11. Feb 20, 2013
  12. Feb 15, 2013
  13. Feb 14, 2013
  14. Feb 13, 2013
  15. Feb 12, 2013
  16. Oct 16, 2012
    • Sam Spilsbury's avatar
      Clean up the CMake code around the python modules and uninstalling · 6aa7bc9c
      Sam Spilsbury authored
       - It isn't possible to build python extensions using distutils that
         link to things that we are building, because CMake provides no
         means for a custom command to depend on a library. Build them
         using CMake directly instead
       - Clean up the tests: the tests depended on having a working opengl
         and core plugin xml file and were also sensitive to xml data. Make
         a mock.xml and use that instead
       - Require ini for the compizconfig-python tests. They won't run without it
       - Fix the uninstall scripts. We were clobbering the uninstall target
         with the python uninstall targets, that is just plain wrong. Created
         a new cmake function to append custom uninstall scripts to the global
         uninstall script
      6aa7bc9c
  17. Sep 10, 2012
  18. Sep 05, 2012
  19. Sep 04, 2012
    • Sam Spilsbury's avatar
      Remove serialization. · d07669af
      Sam Spilsbury authored
      Serialization was a cool idea for handling the temp load/unload problem,
      however the usecase these days does not often involve that in order
      to justify its continued maintainence.
      d07669af
  20. Aug 16, 2012
  21. Aug 01, 2012
  22. Jul 26, 2012
  23. Jul 13, 2012
    • Sam Spilsbury's avatar
      Generate the CTestFile.cmake using cmake itself (LP: #1024214) · d759dc5e
      Sam Spilsbury authored
      It was possible on a cmake run that enable_testing () would cause
      CTestFile.cmake in a subdirectory to be overwritten and tests would
      disappear from ctest as the file was not regenerated (as the rule
      was not rebuilt). Force regeneration of this file every time cmake
      is run.
      d759dc5e
  24. Jul 09, 2012
  25. Jul 07, 2012
  26. Jun 29, 2012
  27. Jun 19, 2012
  28. May 24, 2012
  29. May 21, 2012
  30. May 18, 2012
  31. May 17, 2012