Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
65edf88
bpo-30386: Add a build infrastructure for Android.
xdegaye May 17, 2017
67b40a7
bpo-30386: Support the new NDK Unified Headers.
xdegaye May 19, 2017
543a287
Add Makefile targets to implement the buildbot steps.
xdegaye May 27, 2017
88c9e5f
Merge branch 'master' into bpo-30386
xdegaye May 28, 2017
408c05d
Update the native interpreter build on Setup.dist and version changes.
xdegaye May 30, 2017
7a2fc54
Add build a distribution for an application on a device
xdegaye Aug 8, 2017
3161893
The device/emulator distributions include now only the shared librari…
xdegaye Aug 9, 2017
648f3a9
The WITH_LIBRARIES environment variable selects the external libraries
xdegaye Aug 16, 2017
fbedffc
Add the whatsnew and Misc/NEWS.d entries
xdegaye Aug 16, 2017
d78ff4e
Merge remote-tracking branch 'origin/master' into bpo-30386
xdegaye Oct 21, 2017
3cf267a
Merge remote-tracking branch 'origin/master' into bpo-30386
xdegaye Nov 3, 2017
23172d8
Fix a regression from 3161893d933538f4bd93c674e52cc8043885694e
xdegaye Nov 3, 2017
fde2fc7
Patch libffi to set FFI_MMAP_EXEC_WRIT in configure
xdegaye Nov 5, 2017
71a45d6
Java 8 is now required to create an avd.
xdegaye Nov 5, 2017
863a083
Build ctypes with the headers of the cross-compiled libffi
xdegaye Nov 20, 2017
21fd663
Disable _ctypes on x86_64 (all long double tests fail)
xdegaye Nov 20, 2017
fd259a3
Disable uuid, Android has no uuid/uuid.h header
xdegaye Nov 20, 2017
61d0cf5
Disable grp, some grp.h functions are __INTRODUCED_IN_FUTURE
xdegaye Nov 20, 2017
ab0e4ef
Disable _crypt, Android does not have crypt.h
xdegaye Nov 20, 2017
937e864
Install also the README(s), test_normalization needs the test/data di…
xdegaye Nov 25, 2017
ebb493a
Merge remote-tracking branch 'origin/master' into bpo-30386
xdegaye Nov 25, 2017
1b749ed
Add the EMULATOR_CMD_LINE_OPTIONS environment variable
xdegaye Nov 27, 2017
50129e6
The default for ANDROID_API is now 24
xdegaye Nov 27, 2017
406d044
Disable _ctypes on arm64 platforms
xdegaye Nov 29, 2017
616ff20
Merge remote-tracking branch 'origin/master' into bpo-30386
xdegaye Nov 29, 2017
6f4ab84
Do not update Modules/Setup if it already lists the disabled modules
xdegaye Nov 30, 2017
57c59ab
Remove the support of the arm architecture
xdegaye Nov 30, 2017
3e1bdc5
Do not use an SD card partition image (not anymore mounted on 26.1.4)
xdegaye Dec 1, 2017
4e340bb
Fix the build of libffi on armv7
xdegaye Dec 1, 2017
715b876
Add support for multiple emulators running concurrently
xdegaye Dec 2, 2017
10581d5
Add the pythoninfo make target
xdegaye Dec 3, 2017
a997662
Update the build system to run on buildbots
xdegaye Dec 4, 2017
8b295c6
Exit with the return code of the shell run remotely by adb
xdegaye Dec 5, 2017
204c821
Run pythoninfo on the emulator and add the NDK version
xdegaye Dec 6, 2017
c0ca089
Merge remote-tracking branch 'origin/master' into bpo-30386
xdegaye Dec 7, 2017
332f0bb
Call pybuildbot.identify in the buildbottest target
xdegaye Dec 8, 2017
b176b43
Print the external libraries versions
xdegaye Dec 8, 2017
387b463
Do not set now (after bpo-32059) '--sysroot' in CFLAGS
xdegaye Dec 9, 2017
9884413
Remove useless CFLAGS options
xdegaye Dec 9, 2017
57e432b
Update the README
xdegaye Dec 10, 2017
67992a3
'--sysroot' is needed in CFLAGS by distutils
xdegaye Dec 10, 2017
a12c1c6
Do not run nl_langinfo.sh
xdegaye Dec 10, 2017
47614b4
Merge remote-tracking branch 'origin/master' into bpo-30386
xdegaye Dec 10, 2017
dbbca8b
There is now only one method to build Python
xdegaye Dec 17, 2017
96fa8c8
Support openssl-1.1.0g on all architectures
xdegaye Jan 31, 2018
1f0ce9d
Support ctypes also on 64 bits architectures
xdegaye Feb 1, 2018
77a30e9
Support pip
xdegaye Feb 2, 2018
cb9f4e3
Remove the Doc/whatsnew/3.7rst and Misc/NEWS.d entries
xdegaye Feb 4, 2018
f109722
Set the python version in build.mk instead of the Makefile
xdegaye Feb 5, 2018
5bbf5e2
Do not use a symlink for inputrc
xdegaye Feb 18, 2018
0a51515
Add the 'setup' target to build third-party extension modules
xdegaye Feb 22, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into bpo-30386
  • Loading branch information
xdegaye committed Dec 7, 2017
commit c0ca089220cd39851d7625b55510be63b340e188

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.