- Oct 28, 2009
-
-
Ger van Diepen authored
Added casts to avoid warnings by gcc-4.3
-
Arno Schoenmakers authored
-
John Romein authored
Added sync().
-
- Oct 26, 2009
-
-
Ger van Diepen authored
Timer.cc has changed, so now needs to output an endl
-
- Oct 22, 2009
-
-
Jan David Mol authored
-
- Oct 19, 2009
-
-
Jan David Mol authored
-
Jan David Mol authored
-
Jan David Mol authored
-
- 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 15, 2009
-
-
Arno Schoenmakers authored
-
- Oct 14, 2009
-
-
Ger van Diepen authored
Use $libdir as subsitution in lofarinit to get the correct lib directory
-
- Oct 13, 2009
-
-
Ger van Diepen authored
Outcommented time lines
-
- 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 28, 2009
-
-
John Romein authored
Fix issue with Apple.
-
- 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.
-
John Romein authored
Reinserted Observation::getRspBoardList(), which was accidentally removed.
-
- 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 21, 2009
-
-
Ruud Overeem authored
-
- Sep 18, 2009
-
-
Marcel Loose authored
-
Ger van Diepen authored
Inserted new copyright header
-
Marcel Loose authored
-
Ger van Diepen authored
Inserted new copyright header Made it build on OS-X
-
Ruud Overeem authored
-
Ger van Diepen authored
Inserted new copyright header
-
Ger van Diepen authored
Inserted new copyright header
-
Ger van Diepen authored
Inserted new copyright header
-
Ger van Diepen authored
Inserted new copyright header
-
Ger van Diepen authored
Inserted new copyright header
-
- Sep 16, 2009
-
-
Marcel Loose authored
Added packages LCS/pytools and LCS/pyparameterset.
-
- Sep 07, 2009
-
-
Ger van Diepen authored
Added support for Blobs > 2 GB
-
- Sep 04, 2009
-
-
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
-
- Sep 01, 2009
-
-
Ger van Diepen authored
Forgotten to check in
-
- Aug 31, 2009
-
-
Ger van Diepen authored
Added tTypeNames
-
Ger van Diepen authored
Use proper signed types for char types. Also fixed warning arising from the .ll file
-
Ger van Diepen authored
Define an int8 and uint8 type for clearer signedness of char types.
-
Ger van Diepen authored
Made suffices possible in expandRangeString. Also added support for curly braces as delimiters in ranges.
-
- Aug 26, 2009
-
-
Marcel Loose authored
-