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
/
Modules
/
makesetup
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes
2021-11-18
1
-2/+8
*
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes
2021-11-13
1
-0/+5
*
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes
2021-10-29
1
-1/+2
*
bpo-45548: makesetup improvements (GH-29225)
Christian Heimes
2021-10-26
1
-2/+11
*
bpo-45548: FreeBSD doesn't like auto vars in makesetup (GH-29216)
Christian Heimes
2021-10-25
1
-2/+2
*
bpo-45595: Make extensions depend on header files (GH-29198)
Christian Heimes
2021-10-25
1
-2/+3
*
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
Christian Heimes
2021-10-22
1
-1/+1
*
closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G...
E. M. Bray
2018-11-27
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-1/+1
*
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...
xdegaye
2018-04-20
1
-1/+1
*
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
xdegaye
2017-05-27
1
-4/+17
*
merge 3.6
Benjamin Peterson
2017-01-16
1
-1/+1
|
\
|
*
generate spaces instead of tabs into config.c
Benjamin Peterson
2017-01-16
1
-1/+1
*
|
Issue #28444: Merge with 3.6.
Xavier de Gaye
2016-10-29
1
-1/+4
|
\
\
|
|
/
|
*
Issue #28444: Fix missing extensions modules when cross compiling.
Xavier de Gaye
2016-10-29
1
-1/+4
*
|
Issue #13756: Fix building extensions modules on Cygwin
Zachary Ware
2016-10-01
1
-1/+1
|
/
*
Issue #28145: Spelling fixes
Martin Panter
2016-09-16
1
-1/+1
*
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
1
-1/+1
*
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily
2014-06-02
1
-6/+2
*
Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running
Jeffrey Yasskin
2010-07-09
1
-1/+1
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-4/+4
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-1/+1
*
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
Andrew M. Kuchling
2002-03-29
1
-0/+1
*
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
Neil Schemenauer
2001-06-02
1
-1/+1
*
Extra fix from bbum (SF #402357) for his previous patch:
Guido van Rossum
2001-03-02
1
-1/+1
*
Fix a typo.
Neil Schemenauer
2001-01-27
1
-1/+1
*
- Use PY_CFLAGS when compile modules that will be part of the interpreter.
Neil Schemenauer
2001-01-26
1
-3/+5
*
Changes for flat makefile. Building of modules happens from toplevel
Neil Schemenauer
2001-01-24
1
-12/+16
*
SF Patch #102357 by bbum: Add support for frameworks and objective-c
Guido van Rossum
2001-01-10
1
-1/+6
*
Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared
Guido van Rossum
2001-01-10
1
-1/+14
*
The C+ compiler is called $(CXX) these days, not CCC.
Guido van Rossum
2000-12-06
1
-5/+5
*
Rename Setup.in to Setup.dist, and assume that configure will create
Fred Drake
2000-10-26
1
-1/+1
*
Add support for FreeBSD --rpath linker option; this is equivalent to
Fred Drake
2000-08-11
1
-0/+1
*
Fix prototypes generated by makesetup, so they include '(void)' rather than
Thomas Wouters
2000-07-23
1
-2/+2
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-07-07
1
-1/+1
*
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
Skip Montanaro
2000-07-06
1
-0/+1
*
On HP-UX, -rpath is another option taking an argument that needs to go
Guido van Rossum
1999-05-21
1
-0/+1
*
Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically
Guido van Rossum
1999-04-19
1
-0/+8
*
Gregor Hoffleit writes:
Guido van Rossum
1998-12-11
1
-1/+1
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-0/+1
*
Michael P. Reilly suggested this fix: makesetup wants to prepend
Guido van Rossum
1998-09-09
1
-0/+1
*
When a .o file is an absolute pathname, assume it's a file for which
Guido van Rossum
1998-05-14
1
-0/+1
*
Understand -Xlinker option.
Guido van Rossum
1997-12-02
1
-0/+1
*
Forgot to add .cxx and .cpp to the second case statement.
Guido van Rossum
1997-10-21
1
-0/+2
*
Support include statement :-(
Guido van Rossum
1997-04-02
1
-0/+1
*
Added .cxx and .cpp to extensions recognized as source files.
Guido van Rossum
1997-02-14
1
-0/+2
*
Support *shared* and *static* as aliases for *noconfig* and *config*.
Guido van Rossum
1996-08-20
1
-0/+2
*
Recognize *.sl and *.so as library (i.e. linker) arguments
Guido van Rossum
1996-08-19
1
-0/+2
*
Propagate variable calls both to the linker and the compiler.
Sjoerd Mullender
1995-10-11
1
-1/+2
[next]