2 files changed
+2
-2
lines changed- .readthedocs.yml+42
- CMakeLists.txt+13-1
- Dockerfile+2-2
- LICENSE+6-4
- LLVM_LICENSE+2-2
- README.md+19-3
- cmake/FindSphinx.cmake+17
- cmake/campConfig.cmake.in+7
- cmake/load_blt.cmake+7
- docs/CMakeLists.txt+22
- docs/conf.py+265-124
- docs/doxygen/CMakeLists.txt+26
- docs/doxygen/Doxyfile+2.4k
- docs/doxygen/Doxyfile.in+2.4k
- docs/index.rst+58-3
- docs/requirements.txt+2-1
- docs/sphinx/camp_license.rst+32
- docs/sphinx/dev_guide/index.rst+142
- docs/sphinx/user_guide/feature/array.rst+198
- docs/sphinx/user_guide/feature/list.rst+277
- docs/sphinx/user_guide/feature/number.rst+46
- docs/sphinx/user_guide/feature/resource.rst+173
- docs/sphinx/user_guide/feature/tuple.rst+127
- docs/sphinx/user_guide/features.rst+29
- docs/sphinx/user_guide/getting_started.rst+81
- docs/sphinx/user_guide/index.rst+21
- docs/sphinx/user_guide/using_camp.rst+179
- extern/blt+1-1
- include/camp/array.hpp+24-23
- include/camp/camp.hpp+6-9
- include/camp/concepts.hpp+6-9
- include/camp/config.in.hpp+7
- include/camp/defines.hpp+8-9
- include/camp/detail/sfinae.hpp+6-9
- include/camp/detail/test.hpp+6-9
- include/camp/helpers.hpp+6-9
- include/camp/lambda.hpp+6-9
- include/camp/list.hpp+6-9
- include/camp/list/at.hpp+6-9
- include/camp/list/find_if.hpp+6-9
- include/camp/list/list.hpp+6-9
- include/camp/make_unique.hpp+7-9
- include/camp/map.hpp+6-9
- include/camp/number.hpp+6-9
- include/camp/number/if.hpp+6-9
- include/camp/number/number.hpp+6-9
- include/camp/resource.hpp+6-9
- include/camp/resource/cuda.hpp+6-9
- include/camp/resource/event.hpp+6-9
- include/camp/resource/hip.hpp+6-9
- include/camp/resource/host.hpp+6-9
- include/camp/resource/omp_target.hpp+6-9
- include/camp/resource/platform.hpp+6-9
- include/camp/resource/sycl.hpp+14-14
- include/camp/size.hpp+6-9
- include/camp/tuple.hpp+6-9
- include/camp/type_traits.hpp+6-9
- include/camp/type_traits/is_same.hpp+6-9
- include/camp/value.hpp+6-9
- include/camp/value/eval.hpp+6-9
- scripts/gen-header-list.sh+8
- scripts/get-deps.sh+7
- scripts/get-llvm.sh+8
- scripts/make_release_tarball.sh+25
- scripts/update_copyright.sh+67
- share/camp/logo/camp2-gradient.png
- src/errors.cpp+7
- test/CMakeLists.txt+7
- test/Test.hpp+7
- test/accumulate.cpp+7
- test/array.cpp+7
- test/at_key.cpp+7
- test/filter.cpp+7
- test/find_if.cpp+7
- test/flatten.cpp+7
- test/index_of.cpp+7
- test/lambda.cpp+7
- test/number.cpp+7
- test/resource.cpp+3-11
- test/size.cpp+7
- test/transform.cpp+7
- test/tuple.cpp+3-11
0 commit comments