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
/
Lib
/
distutils
/
command
/
build_ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed a bunch of screwed-up logic and inconsistent terminology.
Greg Ward
2000-03-26
1
-19/+33
*
Took out what looks like old debugging code that probably should never
Greg Ward
2000-03-22
1
-2/+1
*
In 'finalize_options()': if 'self.libs' is a string, make it a singleton list.
Greg Ward
2000-03-18
1
-0/+3
*
Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.
Greg Ward
2000-03-06
1
-3/+4
*
Renamed 'build_lib' command to 'build_clib':
Greg Ward
2000-03-02
1
-3/+3
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
If the "build_lib" command built any C libraries, link with them all
Greg Ward
2000-03-02
1
-3/+12
*
Build reorg:
Greg Ward
2000-03-01
1
-16/+41
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
1
-5/+5
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
1
-19/+20
*
Renamed all command classes so they're exactly the same as the name of the
Greg Ward
2000-02-18
1
-1/+1
*
Path from Thomas Heller: resurrect the .def file kludge while preserving the
Greg Ward
2000-02-10
1
-2/+14
*
Added 'debug' option, and changed compile/link calls to use it.
Greg Ward
2000-02-09
1
-4/+12
*
Ditch .def file kludge for (much smaller) /export option kludge.
Greg Ward
2000-02-08
1
-12/+1
*
Tweaked various comments, docstrings, and error messages.
Greg Ward
2000-02-05
1
-2/+12
*
Improved an error message.
Greg Ward
2000-02-03
1
-2/+5
*
Added 'description' class attribute to every command class (to help the
Greg Ward
2000-01-30
1
-5/+10
*
Changed 'build_extensions()' so 'sources' can be a list or tuple; and
Greg Ward
1999-12-12
1
-3/+4
*
Pass 'force' flag to 'new_compiler()'.
Greg Ward
1999-10-03
1
-2/+3
*
Added 'package' option.
Greg Ward
1999-09-29
1
-7/+44
*
Some option changes:
Greg Ward
1999-09-21
1
-17/+30
*
Added support for 'package' option, including where to link the
Greg Ward
1999-09-13
1
-8/+11
*
Changed to reflect the new "command options" regime -- in particular,
Greg Ward
1999-09-08
1
-7/+15
*
Patch from Perry Stoll: pass 'build_info' to link method.
Greg Ward
1999-08-29
1
-2/+1
*
Implements the 'build_ext' command for building C/C++ extension modules.
Greg Ward
1999-08-14
1
-0/+192
[prev]