Skip to content
Snippets Groups Projects
Select Git revision
  • 95ee8c0c586af577844facf6223e5ee9a7cc4411
  • master default protected
  • gec-84-c-compiler-dependency
  • gec-50-only-test-plot-with-gtkmm
  • make-baseline-aoqplot-nicer
  • use-system-pybind11
  • fix-filterbank-imagesets
  • fix-drawing-large-images
  • allow-writing-to-filterbanksets
  • implement-nroamlize-bandpass-for-non-complex-data
  • support-multiple-pols-in-filterbank
  • solve-flipped-axis-crashes
  • improve-statistics-speed
  • avoid-deprecated-gtkmm
  • ast-1621-deprecated-deletetable
  • ast-1613-update-hdf5-url
  • rename-use-input-flags-variable
  • dockerfile-fix
  • open-correct-data-column
  • add-target-cpu
  • add-git-to-format-conatiner
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • test-vx.y
  • v3.1.0
  • v3.0.0
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.1
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.0
  • v2.4.0
  • v2.3.0
41 results

combinatorialthresholder.cpp

  • Mark de Wever's avatar
    95ee8c0c
    Improves include paths · 95ee8c0c
    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.
    95ee8c0c
    History
    Improves include paths
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.