COMMITS
/ Modules/makesetup June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
March 29, 2002
A
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
Andrew M. Kuchling committed
June 2, 2001
N
Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor
Neil Schemenauer committed
March 2, 2001
G
Extra fix from bbum (SF #402357) for his previous patch:
Guido van Rossum committed
January 27, 2001
N
Fix a typo.
Neil Schemenauer committed
January 26, 2001
N
- Use PY_CFLAGS when compile modules that will be part of the interpreter.
Neil Schemenauer committed
January 24, 2001
N
Changes for flat makefile. Building of modules happens from toplevel
Neil Schemenauer committed
January 10, 2001
G
SF Patch #102357 by bbum: Add support for frameworks and objective-c
Guido van Rossum committed
G
Final part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared
Guido van Rossum committed
December 6, 2000
G
The C+ compiler is called $(CXX) these days, not CCC.
Guido van Rossum committed
October 26, 2000
F
Rename Setup.in to Setup.dist, and assume that configure will create
Fred Drake committed
August 11, 2000
F
Add support for FreeBSD --rpath linker option; this is equivalent to
Fred Drake committed
July 23, 2000
T
Fix prototypes generated by makesetup, so they include '(void)' rather than
Thomas Wouters committed
July 7, 2000
F
Thomas Wouters <thomas@xs4all.net>:
Fred Drake committed
July 6, 2000
S
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
Skip Montanaro committed
May 21, 1999
G
On HP-UX, -rpath is another option taking an argument that needs to go
Guido van Rossum committed
April 19, 1999
G
Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically
Guido van Rossum committed
December 11, 1998
G
Gregor Hoffleit writes:
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
September 9, 1998
G
Michael P. Reilly suggested this fix: makesetup wants to prepend
Guido van Rossum committed
May 14, 1998
G
When a .o file is an absolute pathname, assume it's a file for which
Guido van Rossum committed
December 2, 1997
G
Understand -Xlinker option.
Guido van Rossum committed
October 21, 1997
G
Forgot to add .cxx and .cpp to the second case statement.
Guido van Rossum committed
April 2, 1997
G
Support include statement :-(
Guido van Rossum committed
February 14, 1997
G
Added .cxx and .cpp to extensions recognized as source files.
Guido van Rossum committed
August 20, 1996
G
Support *shared* and *static* as aliases for *noconfig* and *config*.
Guido van Rossum committed
August 19, 1996
G
Recognize *.sl and *.so as library (i.e. linker) arguments
Guido van Rossum committed
October 11, 1995
S
Propagate variable calls both to the linker and the compiler.
Sjoerd Mullender committed
June 14, 1995
G
fix NL for Linux bash bug; special processing for -u options
Guido van Rossum committed
January 2, 1995
G
Another bulky set of minor changes.
Guido van Rossum committed
October 20, 1994
G
makesetup should use $cc not cc
Guido van Rossum committed
October 13, 1994
S
Escaped $(LDSHARED) in a string.
Sjoerd Mullender committed
September 12, 1994
S
If an argument on a Setup line starts with `$', treat it as a library,
Sjoerd Mullender committed
G
Support shared library creation.
Guido van Rossum committed
August 30, 1994
G
* Modules/makesetup: bugfix: add objects from sources to OBJS
Guido van Rossum committed
August 23, 1994
G
* Modules/makesetup: support C++ files now; these should be given
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
January 2, 1994
G
Added some files to new module
Guido van Rossum committed