Skip to content
Snippets Groups Projects
  1. Oct 26, 2023
  2. Oct 24, 2023
  3. Feb 07, 2022
  4. Jan 13, 2020
  5. Jan 09, 2020
  6. Aug 06, 2019
  7. Jun 08, 2018
  8. Aug 17, 2017
  9. Jul 20, 2017
  10. Apr 21, 2017
  11. Mar 07, 2017
  12. Feb 20, 2017
  13. Jan 16, 2017
  14. Jan 12, 2017
  15. Dec 12, 2016
  16. Jun 08, 2016
  17. May 04, 2016
  18. Jan 15, 2016
    • Jorrit Schaap's avatar
      Task #8432: use cmake for xmlgen. · 6c3de380
      Jorrit Schaap authored
      install xmlgen.py script which is both a lib and a bin script in site-packages lofar tree.
      made executable script xmlgen (which imports xmlgen.py) for bin dir.
      moved regression test data into test_regression.in_data dir, so ctest can copy it automagically.
      made minor modifications to tests so they import the proper xmlgen module, and call the proper xmlgen bin script.'
      6c3de380
  19. Dec 10, 2015
  20. Oct 09, 2015
  21. Jun 18, 2015
  22. Jan 30, 2015
  23. Nov 04, 2014
  24. Oct 31, 2012
  25. May 10, 2012
  26. Jan 27, 2012
  27. Oct 16, 2009
  28. 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
  29. Jun 24, 2009
  30. Jun 16, 2009
  31. Mar 06, 2009
  32. Dec 15, 2008
Loading