Skip to content
Snippets Groups Projects
  1. Oct 28, 2009
  2. Oct 26, 2009
    • Ger van Diepen's avatar
      bug 1388: · 61a91770
      Ger van Diepen authored
      Timer.cc has changed, so now needs to output an endl
      61a91770
  3. Oct 22, 2009
  4. Oct 19, 2009
  5. Oct 16, 2009
  6. Oct 15, 2009
  7. Oct 14, 2009
    • Ger van Diepen's avatar
      bug 1421: · fe3e91e2
      Ger van Diepen authored
      Use $libdir as subsitution in lofarinit to get the correct lib directory
      fe3e91e2
  8. Oct 13, 2009
  9. Oct 07, 2009
    • Marcel Loose's avatar
      Bug 1310: · 1ce7c167
      Marcel Loose authored
      - New lofar_package() macro replaces lofar_add_package(). The new macro
        supports recursive addition of LOFAR packages, using the dependencies passed
        as arguments. For example: 
          lofar_package(Blob 1.0 DEPENDS Common) 
        will add the package Common to the build (unless it was already added).
        This new features enables a "top-down" package specification order, which is
        required for building subsystems.
      
      - New lofar_add_package() macro replaces lofar_add_subdirectory(). This macro
        uses a ${pkg}_SOURCE_DIR variable to locate the source directory of the
        package <pkg>. This information is needed, as we cannot simply include
        actual subdirectories anymore, because dependent package(s) might be located
        in a different directory tree.
      
      - New file LofarPackageList.cmake, which sets the ${pkg}_SOURCE_DIR variables.
        This file is generated by a script gen_LofarPackageList_cmake.sh, which must
        be rerun when LOFAR packages are added, moved, or removed.
      1ce7c167
  10. Sep 28, 2009
  11. Sep 23, 2009
  12. Sep 22, 2009
  13. Sep 21, 2009
  14. Sep 18, 2009
  15. Sep 16, 2009
  16. Sep 07, 2009
  17. Sep 04, 2009
    • Ger van Diepen's avatar
      bug 1401: · 69649f8b
      Ger van Diepen authored
      Make it possible to have multiple .. in a value by restarting parsing
      at the beginning of the value instead of the end
      69649f8b
  18. Sep 01, 2009
  19. Aug 31, 2009
    • Ger van Diepen's avatar
      bug 1397: · d39aefd9
      Ger van Diepen authored
      Added tTypeNames
      d39aefd9
    • Ger van Diepen's avatar
      bug 1397: · 0c2cfc3b
      Ger van Diepen authored
      Use proper signed types for char types.
      Also fixed warning arising from the .ll file
      0c2cfc3b
    • Ger van Diepen's avatar
      bug 1397: · 0ed87326
      Ger van Diepen authored
      Define an int8 and uint8 type for clearer signedness of char types.
      0ed87326
    • Ger van Diepen's avatar
      bug 1396: · 222b5a7d
      Ger van Diepen authored
      Made suffices possible in expandRangeString. Also added support for
      curly braces as delimiters in ranges.
      222b5a7d
  20. Aug 26, 2009
Loading