-
- Downloads
There was an error fetching the commit references. Please try again later.
Removed the remaining autotools-like macros HAVE_*_H from tnlConfig.h
TNL is not supposed to have any external dependencies, so an empty config file is useless. If some marginal parts of the project (such as code for image processing) need to depend on some non-standard library, they should be split into a separate module/project so that the dependencies can be properly specified. For now, the macros are specified as compiler parameters. Client software using the affected headers will have to do the same.
Showing
- CMakeLists.txt 5 additions, 21 deletionsCMakeLists.txt
- src/Benchmarks/HeatEquation/tnl-benchmark-heat-equation.h 0 additions, 1 deletionsrc/Benchmarks/HeatEquation/tnl-benchmark-heat-equation.h
- src/Examples/flow-sw/navierStokes.h 0 additions, 1 deletionsrc/Examples/flow-sw/navierStokes.h
- src/Examples/flow-vl/navierStokes.h 0 additions, 1 deletionsrc/Examples/flow-vl/navierStokes.h
- src/Examples/flow/navierStokes.h 0 additions, 1 deletionsrc/Examples/flow/navierStokes.h
- src/Examples/inviscid-flow-sw/euler.h 0 additions, 1 deletionsrc/Examples/inviscid-flow-sw/euler.h
- src/Examples/inviscid-flow-vl/euler.h 0 additions, 1 deletionsrc/Examples/inviscid-flow-vl/euler.h
- src/Examples/inviscid-flow/3d/euler.h 0 additions, 1 deletionsrc/Examples/inviscid-flow/3d/euler.h
- src/Examples/inviscid-flow/euler.h 0 additions, 1 deletionsrc/Examples/inviscid-flow/euler.h
- src/Examples/transport-equation/tnl-transport-equation-eoc.h 0 additions, 1 deletionsrc/Examples/transport-equation/tnl-transport-equation-eoc.h
- src/Examples/transport-equation/tnl-transport-equation.h 0 additions, 1 deletionsrc/Examples/transport-equation/tnl-transport-equation.h
- src/TNL/Containers/Algorithms/ArrayOperationsCuda_impl.h 0 additions, 1 deletionsrc/TNL/Containers/Algorithms/ArrayOperationsCuda_impl.h
- src/TNL/Containers/Algorithms/ArrayOperationsHost_impl.h 0 additions, 1 deletionsrc/TNL/Containers/Algorithms/ArrayOperationsHost_impl.h
- src/TNL/Containers/Algorithms/ArrayOperationsMIC_impl.h 0 additions, 1 deletionsrc/TNL/Containers/Algorithms/ArrayOperationsMIC_impl.h
- src/TNL/Containers/Algorithms/VectorOperationsCuda_impl.h 0 additions, 1 deletionsrc/TNL/Containers/Algorithms/VectorOperationsCuda_impl.h
- src/TNL/Devices/Cuda.cpp 0 additions, 1 deletionsrc/TNL/Devices/Cuda.cpp
- src/TNL/Devices/SystemInfo.cpp 1 addition, 2 deletionssrc/TNL/Devices/SystemInfo.cpp
- src/TNL/Images/CMakeLists.txt 2 additions, 2 deletionssrc/TNL/Images/CMakeLists.txt
- src/TNL/Images/DicomHeader.h 0 additions, 2 deletionssrc/TNL/Images/DicomHeader.h
- src/TNL/Images/DicomImageInfo.h 0 additions, 2 deletionssrc/TNL/Images/DicomImageInfo.h
Loading
Please register or sign in to comment