| On windows, building as static isn't yet supported. |
|
More...
|
over 13 years ago
|
| Fix indent - Use 4 spaces and no tabs in CMake files. |
|
More...
|
over 13 years ago
|
| By design, some module are expected to be built-in on windows. |
|
More...
|
over 13 years ago
|
| Fix windows build of pyexpat/elementtree passing the expected definition |
|
More...
|
over 13 years ago
|
| Fix build error preventing mingw _ctypes module from being built on MSVC |
|
More...
|
over 13 years ago
|
| Fix build error setting --enable-auto-import flag only for MINGW |
|
More...
|
over 13 years ago
|
| On windows, InlineFunctionExpension /Ob1 flags is expected. |
|
More...
|
over 13 years ago
|
| On windows, LIBPYTHON is expected to NOT have a dot. |
|
More...
|
over 13 years ago
|
| Force build type to Release |
|
More...
|
over 13 years ago
|
| Set project name to PythonX.Y |
|
More...
|
over 13 years ago
|
| Set gcc deprecated/unused flags only on unix platform. |
|
More...
|
over 13 years ago
|
| Fix visual studio build unknown library error |
|
More...
|
over 13 years ago
|
| Update configure check to emulate AC_HEADER_DIRENT |
|
More...
|
over 13 years ago
|
| By default set WITH_NEXT_FRAMEWORK to 0 |
|
More...
|
over 13 years ago
|
| Fix style of HAVE_BROKEN_{POSIX_SEMAPHORES/PTHREAD_SIGMASK} cmakedefine |
|
More...
|
over 13 years ago
|
| Tweak HAVE_LIBRESOLV test and find the library only if needed |
|
More...
|
over 13 years ago
|
| Tweak test associated with HAVE_LIBIEEE and find library only if needed |
|
More...
|
over 13 years ago
|
| Tweak test associated with thread and set _REENTRANT when appropriate. |
|
More...
|
over 13 years ago
|
| Fix POSIX_SEMAPHORES_NOT_ENABLED and HAVE_BROKEN_SEM_GETVALUE test |
|
More...
|
over 13 years ago
|
| Fix test associated with HAVE_EPOLL by checking for the correct function. |
|
More...
|
over 13 years ago
|
| Add configure test for HAVE_BROKEN_UNSETENV |
|
More...
|
over 13 years ago
|
| Move python_platform macros and add support for REQUIRED vars. |
|
More...
|
over 13 years ago
|
| Shut up compile warnings related deprecated/unused |
|
More...
|
over 13 years ago
|
| Fix MacOSX build improving configure checks and using right linker flag |
|
More...
|
over 13 years ago
|
| Minimize confusion by setting libPython compile definitions per file and platform |
|
More...
|
over 13 years ago
|
| Allow python interpreter to be started from the build tree |
|
More...
|
over 13 years ago
|
| Requires CMake 2.8.3 and remove now obsolete custom CMake module |
|
More...
|
over 13 years ago
|
| Fix indent - Remove space between CMake command name and first parenthesis. |
|
More...
|
over 13 years ago
|
| Add configure checks |
|
More...
|
over 13 years ago
|
| Fix VisualStudio error by setting gcc specific flags on unix platform only |
|
More...
|
over 13 years ago
|