summaryrefslogtreecommitdiff
path: root/Modules/makesetup
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (G...Miss Islington (bot)2018-11-261-1/+1
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...Miss Islington (bot)2018-04-201-1/+1
* bpo-20210: Support the *disabled* marker in Setup files (GH-132)xdegaye2017-05-271-4/+17
* merge 3.6Benjamin Peterson2017-01-161-1/+1
|\
| * generate spaces instead of tabs into config.cBenjamin Peterson2017-01-161-1/+1
* | Issue #28444: Merge with 3.6.Xavier de Gaye2016-10-291-1/+4
|\ \ | |/
| * Issue #28444: Fix missing extensions modules when cross compiling.Xavier de Gaye2016-10-291-1/+4
* | Issue #13756: Fix building extensions modules on CygwinZachary Ware2016-10-011-1/+1
|/
* Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
* Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-1/+1
* Issue #17095: Fix Modules/Setup *shared* support.Ned Deily2014-06-021-6/+2
* Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when runningJeffrey Yasskin2010-07-091-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+4
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-1/+1
* [Patch #536769] Add -Xcompiler flag for adding arguments and switches forAndrew M. Kuchling2002-03-291-0/+1
* Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessorNeil Schemenauer2001-06-021-1/+1
* Extra fix from bbum (SF #402357) for his previous patch:Guido van Rossum2001-03-021-1/+1
* Fix a typo.Neil Schemenauer2001-01-271-1/+1
* - Use PY_CFLAGS when compile modules that will be part of the interpreter.Neil Schemenauer2001-01-261-3/+5
* Changes for flat makefile. Building of modules happens from toplevelNeil Schemenauer2001-01-241-12/+16
* SF Patch #102357 by bbum: Add support for frameworks and objective-cGuido van Rossum2001-01-101-1/+6
* Final part of SF patch #102409 by jlt63: Cygwin Python DLL and SharedGuido van Rossum2001-01-101-1/+14
* The C+ compiler is called $(CXX) these days, not CCC.Guido van Rossum2000-12-061-5/+5
* Rename Setup.in to Setup.dist, and assume that configure will createFred Drake2000-10-261-1/+1
* Add support for FreeBSD --rpath linker option; this is equivalent toFred Drake2000-08-111-0/+1
* Fix prototypes generated by makesetup, so they include '(void)' rather thanThomas Wouters2000-07-231-2/+2
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-07-071-1/+1
* don't prepend "$(srcdir)/" to paths beginning with "$" since they are likelySkip Montanaro2000-07-061-0/+1
* On HP-UX, -rpath is another option taking an argument that needs to goGuido van Rossum1999-05-211-0/+1
* Patch by Drew Csillag for FreeBSD's sh, which doesn't automaticallyGuido van Rossum1999-04-191-0/+8
* Gregor Hoffleit writes:Guido van Rossum1998-12-111-1/+1
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-0/+1
* Michael P. Reilly suggested this fix: makesetup wants to prependGuido van Rossum1998-09-091-0/+1
* When a .o file is an absolute pathname, assume it's a file for whichGuido van Rossum1998-05-141-0/+1
* Understand -Xlinker option.Guido van Rossum1997-12-021-0/+1
* Forgot to add .cxx and .cpp to the second case statement.Guido van Rossum1997-10-211-0/+2
* Support include statement :-(Guido van Rossum1997-04-021-0/+1
* Added .cxx and .cpp to extensions recognized as source files.Guido van Rossum1997-02-141-0/+2
* Support *shared* and *static* as aliases for *noconfig* and *config*.Guido van Rossum1996-08-201-0/+2
* Recognize *.sl and *.so as library (i.e. linker) argumentsGuido van Rossum1996-08-191-0/+2
* Propagate variable calls both to the linker and the compiler.Sjoerd Mullender1995-10-111-1/+2
* fix NL for Linux bash bug; special processing for -u optionsGuido van Rossum1995-06-141-2/+9
* Another bulky set of minor changes.Guido van Rossum1995-01-021-4/+4
* makesetup should use $cc not ccGuido van Rossum1994-10-201-1/+1
* Escaped $(LDSHARED) in a string.Sjoerd Mullender1994-10-131-2/+2
* If an argument on a Setup line starts with `$', treat it as a library,Sjoerd Mullender1994-09-121-0/+1
* Support shared library creation.Guido van Rossum1994-09-121-49/+84
* * Modules/makesetup: bugfix: add objects from sources to OBJSGuido van Rossum1994-08-301-0/+3
* * Modules/makesetup: support C++ files now; these should be givenGuido van Rossum1994-08-231-1/+36
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-16/+111