| Configure python packageconfig file |
|
More...
|
over 13 years ago
|
| Ensure HAVE_PTHREAD_INIT is set similarly with Autoconf and CMake on MacOSX |
|
More...
|
over 13 years ago
|
| Add generation of PythonConfig.cmake |
|
More...
|
over 13 years ago
|
| Introduce variables INCLUDE_{BUILD, INSTALL}_DIR |
|
More...
|
over 13 years ago
|
| Use "PYCONFIG_*_DIR" variables to simplify configure/install of 'pyconfig.h' |
|
More...
|
over 13 years ago
|
| Introduce variable EXTENSION_{BUILD, INSTALL}_DIR |
|
More...
|
over 13 years ago
|
| Introduce BIN_{BUILD, INSTALL}_DIR variables |
|
More...
|
over 13 years ago
|
| Export targets from both the installed and build tree |
|
More...
|
over 13 years ago
|
| Change PY_*_VERSION variables to PY_*_VERSION to match CMake convention. |
|
More...
|
over 13 years ago
|
| Add .gitignore so that in source build doesn't drive crazy "git status" |
|
More...
|
over 13 years ago
|
| Cleaner organization of the build directory |
|
More...
|
over 13 years ago
|
| Create test programs into a sub-directory to avoid clutter at the top level. |
|
More...
|
over 13 years ago
|
| Append _REENTRANT to list of required definitions. |
|
More...
|
over 13 years ago
|
| Append __EXTENSIONS__ to list of required definitions. |
|
More...
|
over 13 years ago
|
| Append _ALL_SOURCE, _POSIX_PTHREAD_SEMANTICS to list of required definitions. |
|
More...
|
over 13 years ago
|
| Add Large File support related flags to the list required definitions. |
|
More...
|
over 13 years ago
|
| Completely backport XOPEN_SOURCE test from autoconf to CMake |
|
More...
|
over 13 years ago
|
| Add macro allowing to set variable and update list of required definition. |
|
More...
|
over 13 years ago
|
| Display system name and version. |
|
More...
|
over 13 years ago
|
| Fix indentation in Unicode configure checks |
|
More...
|
over 13 years ago
|
| Fix implementation of configure check related to TM_IN_SYS_TIME |
|
More...
|
over 13 years ago
|
| Add HAVE_BROKEN_PIPE_BUF configure check |
|
More...
|
over 13 years ago
|
| Remove extra statement setting CMAKE_REQUIRED_INCLUDES |
|
More...
|
over 13 years ago
|
| Properly check if {SYS_SELECT, TIME}_WITH_SYS_TIME should be set |
|
More...
|
over 13 years ago
|
| Fix syntax of HAVE_STAT_TV_NSEC2 and HAVE_SOCKADDR_SA_LEN checks |
|
More...
|
over 13 years ago
|
| Update configure checks to consider MINIX |
|
More...
|
over 13 years ago
|
| Use TestBigEndian CMake module to test for endianness and set WORDS_BIGENDIAN |
|
More...
|
over 13 years ago
|
| Implement FLOCK_NEEDS_LIBBSD test |
|
More...
|
over 13 years ago
|
| Add "ieeefp.h" configure include check |
|
More...
|
over 13 years ago
|
| Add __CHAR_UNSIGNED__ configure test |
|
More...
|
over 13 years ago
|