index
:
delta/bdwgc.git
add-long-weakref
draft-appveyor
draft-travis
fix_tsx_bug
freebsd-ports-devel-boehm-gc
freebsd-ports-devel-boehm-gc-integrate
gc6x-branch
gcc_boehmgc
ios-unified-ts-fix
jtotz-bdwgc-integrate
jtotz_bdwgc
master
mono_libgc
racket_gc
release-7_2
release-7_4
release-7_6
release-8_0
release-8_2
thread-suspend
github.com: ivmai/bdwgc.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactoring of CMake script to use ANDROID/APPLE/CYGWIN/MSYS variables
Ivan Maidanski
2019-08-22
1
-9
/
+7
*
Code refactoring of MAKE_BACK_GRAPH definition in CMake script
Ivan Maidanski
2019-08-22
1
-6
/
+4
*
Fix cmake_minimum_required specification
Ivan Maidanski
2019-08-22
1
-2
/
+2
*
Fix HOST determination in CMake script
Ivan Maidanski
2019-08-22
1
-5
/
+4
*
Cause fatal error in case of incompatible arguments passed to CMake script
Ivan Maidanski
2019-08-22
1
-1
/
+1
*
Fix tests build by CMake on Cygwin
Ivan Maidanski
2019-08-21
1
-2
/
+3
*
Add staticrootstest to CMake script
Ivan Maidanski
2019-08-21
1
-0
/
+13
*
Eliminate 'treating c input as c++ when in C++ mode' Clang warning (CMake)
Ivan Maidanski
2019-08-13
1
-1
/
+5
*
Fix passing CFLAGS_EXTRA to compiler in CMake script
Ivan Maidanski
2019-07-31
1
-4
/
+1
*
Support CFLAGS_EXTRA to pass extra user-defined compiler flags (CMake)
Ivan Maidanski
2019-07-30
1
-0
/
+8
*
Workaround 'typedef ignored on left of' MSVC warning in imagehlp.h (CMake)
Ivan Maidanski
2019-07-25
1
-0
/
+3
*
Compile msvc_dbg.c by CMake script (MS VC)
Ivan Maidanski
2019-07-22
1
-0
/
+5
*
Enable CMake-based build for Borland and Watcom compilers
Ivan Maidanski
2019-07-17
1
-2
/
+27
*
Support enable_werror option in CMake script
Ivan Maidanski
2019-07-07
1
-4
/
+26
*
Remove dependency on user32.dll import library from static libgc (Win32)
Ivan Maidanski
2019-07-05
1
-0
/
+4
*
Specify rules for installing targets in CMake script
Victor Romero
2019-06-20
1
-0
/
+19
*
Build gc_cpp.cc as gccpp library by CMake script
Ivan Maidanski
2019-06-20
1
-5
/
+6
*
Compile 'de' test GUI app with resources by CMake script
Ivan Maidanski
2019-06-20
1
-1
/
+1
*
Fix 'unresolved external symbol _main' in gctest reported by MS VC
Ivan Maidanski
2019-06-19
1
-1
/
+1
*
Build libcord by CMake script
Ivan Maidanski
2019-06-19
1
-11
/
+18
*
Build gc as a shared library by default (CMake)
Ivan Maidanski
2019-06-18
1
-14
/
+9
*
Enable test_cpp in CMake script
Ivan Maidanski
2019-06-17
1
-3
/
+3
*
Move test executable files produced by CMake to the base folder
Ivan Maidanski
2019-06-15
1
-5
/
+73
*
Rename libgc-lib.a to libgc.a in CMake script
Victor Romero
2019-06-15
1
-2
/
+2
*
Remove gcmt-dll generation by CMake
Ivan Maidanski
2019-06-14
1
-2
/
+0
*
Remove gcmt-lib generation by CMake
Ivan Maidanski
2019-06-14
1
-4
/
+0
*
Restrict CMake project to C-only language unless enable_cplusplus
Ivan Maidanski
2019-06-14
1
-2
/
+6
*
Fix gc_cpp.cc compilation by CMake if enable_single_obj_compilation
Ivan Maidanski
2019-06-14
1
-4
/
+4
*
Add CMake option to compile all library .c files into single object file
Ivan Maidanski
2019-06-07
1
-0
/
+9
*
Fix build for OS X (CMake)
Victor Romero
2019-06-07
1
-1
/
+1
*
Define _CRT_SECURE_NO_DEPRECATE macro in CMake script only for MS VC
Victor Romero
2019-06-07
1
-1
/
+1
*
Support header files installation in CMake script
Victor Romero
2019-06-07
1
-0
/
+28
*
Do not build the tests by default (CMake)
Victor Romero
2019-06-06
1
-2
/
+9
*
Move CMake cord specification and cord executable to cord folder
Ivan Maidanski
2019-06-05
1
-8
/
+1
*
Define _CRT_SECURE_NO_DEPRECATE macro in CMake script only for Win32
Victor Romero
2019-06-05
1
-2
/
+3
*
Turn off C++ API in CMake script by default
Ivan Maidanski
2019-06-05
1
-2
/
+4
*
Support enable_sigrt_signals option by CMake script
Ivan Maidanski
2019-06-05
1
-0
/
+4
*
Group all options near the top of CMake script
Victor Romero
2019-05-31
1
-21
/
+20
*
Upgrade cmake_minimum_required(version) to 3.1
Victor Romero
2019-05-31
1
-3
/
+1
*
Rename NO values to OFF in CMake script
Ivan Maidanski
2019-05-30
1
-7
/
+7
*
Use lowercase naming of commands in CMake scripts
Ivan Maidanski
2019-05-27
1
-199
/
+199
*
Support MSYS builds by CMake
Ivan Maidanski
2019-03-20
1
-2
/
+2
*
Fix comment typo in CMakeLists.txt
Ivan Maidanski
2018-09-19
1
-1
/
+1
*
Allow register_main_static_data disabling in CMake script
Ivan Maidanski
2018-07-31
1
-0
/
+5
*
Allow dynamic_loading disabling in CMake script
Ivan Maidanski
2018-07-31
1
-0
/
+5
*
Allow mmap enabling in CMake script
Ivan Maidanski
2018-07-31
1
-1
/
+5
*
Allow threads_discovery disabling in CMake script
Ivan Maidanski
2018-07-31
1
-0
/
+5
*
Fix wrong expression for ENDIF in CMakeLists.txt
Ivan Maidanski
2018-07-30
1
-1
/
+1
*
Fix build for Android after enabling handle-fork by default
Ivan Maidanski
2018-07-11
1
-1
/
+3
*
Remove stubborn.c file
Ivan Maidanski
2018-05-15
1
-2
/
+2
[prev]
[next]