index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior...
Hanno Schlichting
2017-09-07
1
-1/+0
*
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
Christian Heimes
2017-09-05
1
-1/+1
*
bpo-23404: make touch becomes make regen-all (#1466)
Victor Stinner
2017-05-05
1
-4/+3
*
bpo-30232: Support Git worktree in configure.ac (#1402)
Victor Stinner
2017-05-02
1
-1/+1
*
bpo-27593: Get SCM build info from git instead of hg (#1327)
Victor Stinner
2017-05-02
1
-17/+14
*
Fix "make tags" command (#1337)
Victor Stinner
2017-04-28
1
-1/+1
*
bpo-29643: Fix check for --enable-optimizations (GH-873)
INADA Naoki
2017-03-28
1
-1/+1
*
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-1/+1
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-1/+1
*
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-5/+5
*
Issue #15819: Drop dead code; -IInclude already added unconditionally
Martin Panter
2016-09-13
1
-14/+0
*
issue28032: never imply --with-lto as part of --with-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-7/+5
*
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
Gregory P. Smith
2016-09-08
1
-4/+51
*
Issue #26359: Add the --with-optimizations flag.
Gregory P. Smith
2016-09-08
1
-0/+41
*
do not leak addrinfo in configure test
Benjamin Peterson
2016-09-06
1
-0/+2
*
https link to the bug tracker (closes #27670)
Benjamin Peterson
2016-08-04
1
-1/+1
*
Issue #27641: Comment out regeneration rules when cross compiling
Martin Panter
2016-07-29
1
-4/+4
*
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
1
-0/+3
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
1
-3/+0
*
Issue #25702: A --with-lto configure option has been added that will
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-02
1
-0/+34
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
Martin Panter
2016-04-23
1
-0/+1
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+5
*
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Martin Panter
2016-03-18
1
-1/+1
*
Issue #25827: Add support for ICC to configure
Zachary Ware
2015-12-21
1
-0/+29
*
Issue #24915: Make PGO builds support Clang and use the test suite for
Brett Cannon
2015-09-18
1
-0/+45
*
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
Stefan Krah
2015-07-03
1
-1/+1
*
backport computed gotos (#4753)
Benjamin Peterson
2015-05-28
1
-0/+51
*
- Use PLATDIR for the platform directory everywhere (refactoring only)
doko@ubuntu.com
2015-04-13
1
-1/+4
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+3
*
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
Benjamin Peterson
2014-12-26
1
-0/+1
*
use autoconf macro to check for pkg-config (closes #15506)
Benjamin Peterson
2014-12-15
1
-1/+1
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
1
-0/+15
*
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
1
-0/+3
*
Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.
Ned Deily
2014-06-25
1
-10/+23
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-7/+7
*
- Issue #21285: Refactor and fix curses configure check to always search
doko@ubuntu.com
2014-04-17
1
-9/+17
*
mmap obmalloc arenas so that they may be immediately returned to the system w...
Benjamin Peterson
2014-02-04
1
-1/+1
*
Issue #1584: Provide options to override default search paths for Tcl and Tk
Ned Deily
2013-10-25
1
-0/+28
*
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+1
*
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-1/+1
*
Issue #18098: The deprecated OS X Build Applet.app fails to build on
Ned Deily
2013-05-30
1
-1/+1
*
-Wformat is needed by gcc 4.8 (closes #17547)
Benjamin Peterson
2013-05-11
1
-1/+1
*
fix variable reference to fix --enable-profiling (closes #17550)
Benjamin Peterson
2013-03-26
1
-1/+1
*
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
doko@python.org
2013-01-31
1
-49/+146
*
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
doko@python.org
2013-01-25
1
-1/+1
*
- Issue #17029: Let h2py search the multiarch system include directory.
doko@python.org
2013-01-25
1
-0/+3
*
Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
Charles-François Natali
2013-01-08
1
-13/+3
*
IRIX: force MIPSpro to treat #errors as errors, not warnings.
Trent Nelson
2012-12-13
1
-0/+33
*
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-0/+20
[next]