index
:
sbpython2
main
an external, sofort-based, configurable build project for Python-2.7.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
project
/
pycompile.mk
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-31
project: made necessary adjustments following build system overhaul.
midipix
1
-3
/
+3
2018-12-25
project: custom config: support --with[out]-pycompile, --with[out]-pydebug.
midipix
1
-0
/
+1
2018-12-19
project: pycompile: set C standard (-std=c99) via PYCOMPILE_CFLAGS.
midipix
1
-0
/
+1
2018-12-17
pycompile: config.tag: ordering: touch target files after copying.
midipix
1
-2
/
+4
2018-12-16
pycompile: build each object only once (oops).
midipix
1
-1
/
+0
2018-12-15
project: generate core library objects under core/<subdir>.
midipix
1
-30
/
+16
2018-12-15
project: generate extension objects under pyext/obj rather than Modules subdir.
midipix
1
-1
/
+6
2018-12-13
project: integrated cfgtest.sh (sofort's config test framework).
midipix
1
-1
/
+2
2018-12-13
project: added and integrated cfghost.sh, refactored cfgdefs.sh accordingly.
midipix
1
-0
/
+1
2018-12-10
config: handle all dependency-related logic at the project level.
midipix
1
-1
/
+1
2018-12-09
project: removed references to the CFGHOST_SYNONYM var (no longer needed).
midipix
1
-2
/
+2
2018-12-09
project: added custom configuration bits (cfgdefs.sh and friends).
midipix
1
-3
/
+0
2018-12-06
pycompile: properly support systems with separate libc components.
midipix
1
-1
/
+2
2018-12-06
project: pycompile: extend to allow .pyc generation of all pydist scripts.
midipix
1
-0
/
+34
2018-12-04
project: added recipes for pycompile (native core python for bytecode gen).
midipix
1
-0
/
+115