This project is mirrored from https://gitlab.com/aroffringa/aoflagger.git.
Pull mirroring updated .
- Jan 03, 2022
-
-
Mark de Wever authored
The include paths for foo/bar.cpp contained ../../ breaking out of the source tree. This can pick up files in other directories. This should be fixed by not using .. in include paths. That's however not the scope of this patch series. This ../../ worked due to aocommon's global include path. The next patch makes aocommon an submodule, which breaks the build due to this artifact. Hence fix the paths before making aocommon a submodule.
-
- Dec 23, 2021
-
-
André Offringa authored
Add 'select zoom' option See merge request aroffringa/aoflagger!131
-
André Offringa authored
-
- Dec 19, 2021
-
-
André Offringa authored
Add Docker for libc++ compile + fix errors See merge request aroffringa/aoflagger!130
-
André Offringa authored
-
- Dec 17, 2021
-
-
André Offringa authored
Fix clang diagnostics See merge request aroffringa/aoflagger!129
-
André Offringa authored
-
- Dec 06, 2021
-
-
André Offringa authored
-
André Offringa authored
Fix an API error in one of the Python examples See merge request aroffringa/aoflagger!128
-
André Offringa authored
-
- Nov 25, 2021
-
-
André Offringa authored
Avoid crash when plot area hasn't been initialized yet See merge request aroffringa/aoflagger!127
-
André Offringa authored
-
André Offringa authored
Use shallow clones for the submodules See merge request aroffringa/aoflagger!126
-
André Offringa authored
-
- Nov 18, 2021
-
-
André Offringa authored
Remove unnecessary XML writer See merge request aroffringa/aoflagger!125
-
André Offringa authored
-
- Nov 11, 2021
-
-
André Offringa authored
Recognize .sdhdf as an sdhdf file Closes #30 See merge request aroffringa/aoflagger!124
-
André Offringa authored
Fixes #30.
-
André Offringa authored
Fix formatting See merge request aroffringa/aoflagger!123
-
André Offringa authored
-
- Nov 10, 2021
-
-
Andre Offringa authored
-
- Oct 20, 2021
-
-
André Offringa authored
Fix error in sumthreshold Lua documentation See merge request aroffringa/aoflagger!122
-
André Offringa authored
-
- Oct 17, 2021
-
-
André Offringa authored
Link with HDF5_CXX_LIBRARIES and HDF5_C_LIBRARIES Closes #33 See merge request aroffringa/aoflagger!121
-
André Offringa authored
HDF5_LIBRARIES should include both, but this doesn't work for me. This fixes #33.
-
- Oct 13, 2021
-
-
André Offringa authored
-
André Offringa authored
-
- Oct 08, 2021
-
-
André Offringa authored
Apply some suggestions by clang-tidy See merge request aroffringa/aoflagger!120
-
André Offringa authored
-
André Offringa authored
Write flags back to SD HDF5 data sets See merge request aroffringa/aoflagger!119
-
André Offringa authored
-
André Offringa authored
Add documentation about aoquality See merge request aroffringa/aoflagger!118
-
André Offringa authored
-
- Oct 03, 2021
-
-
André Offringa authored
Add the Apertif 2021-03-09 strategy and set it as default See merge request aroffringa/aoflagger!117
-
André Offringa authored
-
- Sep 23, 2021
-
-
Marcel Loose authored
Fix older HDF5-compilation issue See merge request aroffringa/aoflagger!116
-
- Sep 22, 2021
-
-
André Offringa authored
-
Marcel Loose authored
Add HINTS to find FFTW3 See merge request aroffringa/aoflagger!115
-
Marcel Loose authored
Added HINTS to find_library() and find_path() of FFTW3. This is necessary on systems where FFTW3 is loaded as a module, otherwise CMake might find the system default, instead of the module version.
-
- Sep 17, 2021
-
-
André Offringa authored
Small addition to doc See merge request aroffringa/aoflagger!114
-