System.hpp 519 B

1234567891011121314151617181920
  1. ///
  2. /// \file System.hpp
  3. ///
  4. /// Top level include wrapper for System calls.
  5. ///
  6. /// \copyright
  7. /// Copyright (c) 2013-2014 Josh Blum
  8. /// 2020 Nicholas Corgan
  9. /// SPDX-License-Identifier: BSL-1.0
  10. ///
  11. #pragma once
  12. #include <Pothos/Config.hpp>
  13. #include <Pothos/System/Version.hpp>
  14. #include <Pothos/System/Logger.hpp>
  15. #include <Pothos/System/Paths.hpp>
  16. #include <Pothos/System/HostInfo.hpp>
  17. #include <Pothos/System/NumaInfo.hpp>
  18. #include <Pothos/System/Exception.hpp>
  19. #include <Pothos/System/SIMD.hpp>