Skip to content
Snippets Groups Projects
  1. Jan 08, 2008
  2. Dec 14, 2007
  3. Dec 11, 2007
  4. Dec 06, 2007
  5. Dec 05, 2007
  6. Dec 04, 2007
  7. Nov 23, 2007
    • Alexander Neundorf's avatar
      ENH: add support for the Syllable OS (http://www.syllable.org) · 2144e599
      Alexander Neundorf authored
      major issues:
      -access() doesn't return false for an empty string (#ifdefed in cmake)
      -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable)
      -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow
      -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed
      -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable
      
      Alex
      2144e599
  8. Nov 16, 2007
    • David Cole's avatar
      ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual... · 59901c9c
      David Cole authored
      ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded.
      59901c9c
  9. Nov 12, 2007
  10. Nov 07, 2007
  11. Nov 05, 2007
  12. Oct 26, 2007
  13. Oct 25, 2007
  14. Oct 12, 2007
  15. Oct 09, 2007
  16. Oct 02, 2007
  17. Sep 20, 2007
  18. Sep 19, 2007
  19. Sep 17, 2007
    • Alexander Neundorf's avatar
      · 2f3c4192
      Alexander Neundorf authored
      ENH: add support for the Portland Compiler to CMake, can build cmake and the tests pass (except the wrapping tests, which fail to link to the g++-compiled Qt)
      
      Alex
      2f3c4192
  20. Aug 22, 2007
    • Alexander Neundorf's avatar
      · 201b1589
      Alexander Neundorf authored
      BUG: if there is no match, don't construct the stl string from a NULL
      pointer
      
      Alex
      201b1589
  21. Aug 21, 2007
    • Alexander Neundorf's avatar
      · 217550fd
      Alexander Neundorf authored
      BUG: fix segfault if FindFiles() is called without actual match pattern
      (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* )
      #4620
      
      Alex
      217550fd
  22. Aug 16, 2007
  23. Aug 15, 2007
  24. Aug 09, 2007
  25. Aug 08, 2007
  26. Aug 03, 2007
  27. Aug 01, 2007
    • Alexander Neundorf's avatar
      · 5a6b83ee
      Alexander Neundorf authored
      COMP: also build the static dummy loader on Cray Catamount
      
      Alex
      5a6b83ee
  28. Jul 30, 2007
    • Alexander Neundorf's avatar
      · 16a308bc
      Alexander Neundorf authored
      COMP: add a dynamic loader for systems which don't support dynamic loading, so this is handled in kwsys and not every project using this has to care for it
      
      Alex
      16a308bc
  29. Jul 24, 2007
  30. Jul 23, 2007
    • Alexander Neundorf's avatar
      · 8496029b
      Alexander Neundorf authored
      PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, and
      hasDoubleSlash is false in most cases, so in most cases 3 comparisons were
      done, now only one
      
      Alex
      8496029b
Loading