summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Do not use include_directories(src) in CMakeLists.txtIvan Maidanski2022-08-241-8/+6
* Use target_compile_definitions instead of target_compile_options (CMake)Ivan Maidanski2022-08-241-3/+4
* Do not use add_definitions in favor of add_compile_definitions (CMake)Ivan Maidanski2022-08-241-6/+6
* Pass -D HAVE_MMAP to compiler only for atomic_ops_gpl files (CMake)Ivan Maidanski2022-08-241-3/+3
* Set default build type to RelWithDebInfo (CMake)Ivan Maidanski2022-08-191-1/+13
* Update copyright year in CMakeLists.txt and src/atomic_ops.hIvan Maidanski2022-01-051-1/+1
* Support Elbrus 2000 (gcc/e2k)Ivan Maidanski2022-01-051-0/+1
* Support space-separated flags in CFLAGS_EXTRAIvan Maidanski2021-12-231-1/+2
* Rename project to libatomic_ops in CMake scriptIvan Maidanski2021-11-091-1/+1
* Remove broken support of bcc and wcc compilers from CMake scriptIvan Maidanski2021-11-091-11/+2
* Rename LICENSING.txt to LICENSEIvan Maidanski2021-11-081-1/+1
* Support build with CMakeIvan Maidanski2021-11-081-0/+353