aboutsummaryrefslogtreecommitdiff
path: root/Modules/makesetup
AgeCommit message (Expand)Author
2017-05-27bpo-20210: Support the *disabled* marker in Setup files (GH-132)xdegaye
2017-01-16merge 3.6Benjamin Peterson
2017-01-16generate spaces instead of tabs into config.cBenjamin Peterson
2016-10-29Issue #28444: Fix missing extensions modules when cross compiling.Xavier de Gaye
2016-10-29Issue #28444: Merge with 3.6.Xavier de Gaye
2016-10-01Issue #13756: Fix building extensions modules on CygwinZachary Ware
2016-09-16Issue #28145: Spelling fixesMartin Panter
2015-03-29Removed unintentional trailing spaces in text files.Serhiy Storchaka
2014-06-02Issue #17095: Fix Modules/Setup *shared* support.Ned Deily
2010-07-09Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin
2008-06-11Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis
2007-09-08Merged revisions 57778-58052 via svnmerge fromThomas Wouters
2002-03-29[Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling
2001-06-02Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer
2001-03-02Extra fix from bbum (SF #402357) for his previous patch:Guido van Rossum
2001-01-27Fix a typo.Neil Schemenauer
2001-01-26- Use PY_CFLAGS when compile modules that will be part of the interpreter.Neil Schemenauer
2001-01-24Changes for flat makefile. Building of modules happens from toplevelNeil Schemenauer
2001-01-10SF Patch #102357 by bbum: Add support for frameworks and objective-cGuido van Rossum
2001-01-10Final part of SF patch #102409 by jlt63: Cygwin Python DLL and SharedGuido van Rossum
2000-12-06The C+ compiler is called $(CXX) these days, not CCC.Guido van Rossum
2000-10-26Rename Setup.in to Setup.dist, and assume that configure will createFred Drake
2000-08-11Add support for FreeBSD --rpath linker option; this is equivalent toFred Drake
2000-07-23Fix prototypes generated by makesetup, so they include '(void)' rather thanThomas Wouters
2000-07-07Thomas Wouters <thomas@xs4all.net>:Fred Drake
2000-07-06don't prepend "$(srcdir)/" to paths beginning with "$" since they are likelySkip Montanaro
1999-05-21On HP-UX, -rpath is another option taking an argument that needs to goGuido van Rossum
1999-04-19Patch by Drew Csillag for FreeBSD's sh, which doesn't automaticallyGuido van Rossum
1998-12-11Gregor Hoffleit writes:Guido van Rossum
1998-12-04Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum
1998-09-09Michael P. Reilly suggested this fix: makesetup wants to prependGuido van Rossum
1998-05-14When a .o file is an absolute pathname, assume it's a file for whichGuido van Rossum
1997-12-02Understand -Xlinker option.Guido van Rossum
1997-10-21Forgot to add .cxx and .cpp to the second case statement.Guido van Rossum
1997-04-02Support include statement :-(Guido van Rossum
1997-02-14Added .cxx and .cpp to extensions recognized as source files.Guido van Rossum
1996-08-20Support *shared* and *static* as aliases for *noconfig* and *config*.Guido van Rossum
1996-08-19Recognize *.sl and *.so as library (i.e. linker) argumentsGuido van Rossum
1995-10-11Propagate variable calls both to the linker and the compiler.Sjoerd Mullender
1995-06-14fix NL for Linux bash bug; special processing for -u optionsGuido van Rossum
1995-01-02Another bulky set of minor changes.Guido van Rossum
1994-10-20makesetup should use $cc not ccGuido van Rossum
1994-10-13Escaped $(LDSHARED) in a string.Sjoerd Mullender
1994-09-12If an argument on a Setup line starts with `$', treat it as a library,Sjoerd Mullender
1994-09-12Support shared library creation.Guido van Rossum
1994-08-30 * Modules/makesetup: bugfix: add objects from sources to OBJSGuido van Rossum
1994-08-23 * Modules/makesetup: support C++ files now; these should be givenGuido van Rossum
1994-08-01Merge alpha100 branch back to main trunkGuido van Rossum
1994-01-02Added some files to new moduleGuido van Rossum