Skip to content
Snippets Groups Projects
  1. Aug 31, 2007
  2. Aug 30, 2007
    • Alexander Neundorf's avatar
      · 56c0bbc8
      Alexander Neundorf authored
      STYLE: adapt the test to the change from FILENAME to FILE
      -add a call to the EXPORT() command
      
      Alex
      56c0bbc8
    • Alexander Neundorf's avatar
      · 34e3ce9e
      Alexander Neundorf authored
      STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other
      place
      
      Alex
      34e3ce9e
    • Alexander Neundorf's avatar
      · 52bf51b4
      Alexander Neundorf authored
      ENH: add support for the next python release, python 2.6
      
      Alex
      52bf51b4
    • Alexander Neundorf's avatar
      · ae94a76b
      Alexander Neundorf authored
      STYLE: "Build file" still doesn't work, but now it is at least a bit closer,
      it needs some more support from CB
      
      Alex
      ae94a76b
    • Alexander Neundorf's avatar
      · 291b3d05
      Alexander Neundorf authored
      STYLE: add the | to the docs
      
      Alex
      291b3d05
  3. Aug 29, 2007
  4. Aug 28, 2007
    • Alexander Neundorf's avatar
      · fc9f19b2
      Alexander Neundorf authored
      COMP: explicitely cast to int to silence warning with msvc8
      
      Alex
      fc9f19b2
    • Alexander Neundorf's avatar
      · c3b42e90
      Alexander Neundorf authored
      ENH: add flag so a terminating slash for the link path can be specified (needed by the Digital Mars D compiler)
      
      Alex
      c3b42e90
    • Alexander Neundorf's avatar
      · 172821eb
      Alexander Neundorf authored
      STYLE: add links to docs
      
      Alex
      172821eb
    • Alexander Neundorf's avatar
      · 3daac043
      Alexander Neundorf authored
      STYLE: fix typo
      
      Alex
      3daac043
    • Alexander Neundorf's avatar
      · a056cffc
      Alexander Neundorf authored
      COMP: enable RPATH if any of the CMAKE_USE_SYSTEM_XXX variables is enabled
      or if the curses library is neither in /lib nor in /usr/lib . This makes it
      build on NetBSD. For more comments see CMakeLists.txt
      
      Alex
      a056cffc
    • Alexander Neundorf's avatar
      · 5615d471
      Alexander Neundorf authored
      COMP: enable ANSI C, this should make it work with the HP-UX compiler
      
      Alex
      5615d471
    • Alexander Neundorf's avatar
      · bd8b733d
      Alexander Neundorf authored
      ENH: use the same CMAKE_SKIP_RPATH setting in CHECK_C/CXX_SOURCE_RUNS as in
      the main project. I think it doesn't make sense if a project disables
      RPATH, uses CHECK_C_SOURCE_RUNS() to see if something is able to run, and
      this succeeds because it has been built with RPATH, but an executable built
      within the project won't be able to run since it has been built without
      RPATH.
      
      Alex
      bd8b733d
    • Alexander Neundorf's avatar
      · 61aa07b7
      Alexander Neundorf authored
      COMP: maybe it compiles this way with the HP-UX compiler
      
      Alex
      61aa07b7
  5. Aug 27, 2007
    • Andy Cedilnik's avatar
      STYLE: Nightly Version update · b2ad9f10
      Andy Cedilnik authored
      b2ad9f10
    • Alexander Neundorf's avatar
      BUG: fix #5326: source files with the same name in different groups lead to... · 94f0eca6
      Alexander Neundorf authored
      BUG: fix #5326: source files with the same name in different groups lead to colliding object file names
      
      Alex
      94f0eca6
    • Alexander Neundorf's avatar
      · 8302ea66
      Alexander Neundorf authored
      ENH: add test for installing a header marked as PUBLIC_HEADER of a library
      
      Alex
      8302ea66
    • Alexander Neundorf's avatar
      · 3e12a6cb
      Alexander Neundorf authored
      ENH: add install files generators for targets which have PUBLIC_HEADER,
      PRIVATE_HEADER or RESOURCE_FILES property, use the destination for the
      public headers as include directory property for exported libraries
      
      Alex
      3e12a6cb
    • Alexander Neundorf's avatar
      · 556b1257
      Alexander Neundorf authored
      COMP: add a test for exporting and importing targets
      
      Alex
      556b1257
    • Alexander Neundorf's avatar
      · cfd9fdf5
      Alexander Neundorf authored
      COMP: the SimpleInstall test also succeeds on the Mac, so maybe Andys
      comment is not valid anymore
      
      Alex
      cfd9fdf5
    • Alexander Neundorf's avatar
      · ee9dcc95
      Alexander Neundorf authored
      ENH: add the source_group() demo to the tests
      
      Alex
      ee9dcc95
    • Alexander Neundorf's avatar
      · 5bd9f581
      Alexander Neundorf authored
      COMP: disable nmake support until somebody tests it
      
      Alex
      5bd9f581
    • Alexander Neundorf's avatar
      · c41f7983
      Alexander Neundorf authored
      COMP: make it build on NetBSD, which has separate curses and ncurses, so
      it has to be detected that curses isn't good enough, but ncurses is, and
      that ncurses.h instead of curses.h is included
      
      Alex
      c41f7983
    • Alexander Neundorf's avatar
      · a764593f
      Alexander Neundorf authored
      COMP: remove unused variable
      
      Alex
      a764593f
  6. Aug 26, 2007
Loading