- Feb 05, 2015
-
-
Alexander van Amesfoort authored
Jan David agreed it makes sense, although some software covered is not currently maintained by the RO software team. All replacements happen in comments, so this is safe. (viewed svn diff | grep ... by hand) Command used: LOFAR$ grep -r -l seg@astron.nl * | xargs sed -i -e 's/seg@astron.nl/softwaresupport@astron.nl/g'
-
- Mar 20, 2014
-
-
Marcel Loose authored
Task #3017: ACCmain no longer uses the ConfigLocator to locate the parset-file given on the command-line
-
- Sep 04, 2013
-
-
Marcel Loose authored
-
- Mar 28, 2013
-
-
Marcel Loose authored
Task #514: Fixed include paths in some test programs as preparation for removal of the 'current source directory' to the -I path.
-
- Dec 12, 2012
-
-
Ruud Overeem authored
-
- Dec 06, 2012
-
-
Jan David Mol authored
-
Jan David Mol authored
-
- Dec 05, 2012
-
-
Ruud Overeem authored
-
- Sep 05, 2012
-
-
Jan David Mol authored
-
- Nov 14, 2011
-
-
Ger van Diepen authored
Removed superfluous endl
-
- Mar 30, 2011
-
-
Jan David Mol authored
-
- Mar 07, 2011
-
-
Jan David Mol authored
-
Jan David Mol authored
-
- Feb 17, 2011
-
-
Marcel Loose authored
-
Marcel Loose authored
-
Marcel Loose authored
-
Marcel Loose authored
-
Marcel Loose authored
-
- Aug 13, 2010
-
-
Jan David Mol authored
-
- May 10, 2010
-
-
Marcel Loose authored
-
- Apr 07, 2010
-
-
Marcel Loose authored
result, all GNU Autotools related files have now also been removed from the trunk.
-
- Dec 09, 2009
-
-
Ger van Diepen authored
Needed libgen.h on OS-X
-
- Oct 16, 2009
-
-
Marcel Loose authored
-
Marcel Loose authored
-
Marcel Loose authored
-
Marcel Loose authored
easy access to a package's source/binary directory. This is now handled by lofar_add_package().
-
- Oct 07, 2009
-
-
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.
-
- Sep 23, 2009
-
-
Ruud Overeem authored
Removed old and confusing APTest program from APL/CEPCU and created equivalent test program in ACC/PLC that uses ACCmain.
-
- Sep 22, 2009
-
-
Ruud Overeem authored
See MAC/APL/CEPCU/test/ApplController/APTest.cc and MAC/APL/CEPCU/test/ApplController/APCmdImpl.cc how to use the new version.
-
- Sep 18, 2009
-
-
Ger van Diepen authored
Inserted new copyright header
-
- Aug 14, 2009
-
-
Ger van Diepen authored
Use const char* instead of char* to remove warnings by new gcc compilers
-
- Jul 03, 2009
-
-
Marcel Loose authored
-
- Jun 26, 2009
-
-
Marcel Loose authored
* Added APLCommon to the CMake build. * Use of INCLUDE_PATH_SUFFIX is now optional. * Removed EXCLUDE_FROM_ALL from add_subdirectory(test).
-
- Jun 24, 2009
-
-
Marcel Loose authored
-
- Jun 17, 2009
-
-
Marcel Loose authored
branch LOFAR-Bug1310-task-branch with the trunk.
-
- Jun 16, 2009
-
-
Marcel Loose authored
rev. 12447-13413 with the trunk.
-
- Jun 15, 2009
-
-
Marcel Loose authored
lofar_sharedir. However, we don't need it, because bootstrap creates a symbolic link to the autoconf_share directory anyway.
-
- Jun 12, 2009
-
-
Marcel Loose authored
that the new CMake-based build system can coexist with the old Autotools-based system.
-
- Mar 06, 2009
-
-
Martin Gels authored
-
Martin Gels authored
-