提交历史

作者 SHA1 备注 提交日期
  Maarten ter Huurne 7e0f3f15fd Convert build scripts to Python 3 5 年之前
  Maarten ter Huurne f623713913 Use print function syntax 5 年之前
  Maarten ter Huurne 5a907862ff Capture exceptions using 'as' instead of ',' 5 年之前
  Hans de Goede cb98eb205b Fix openMSX using the wrong endianness on ppc64le 6 年之前
  Maarten ter Huurne db2cddf1a5 Removed Maemo5 support 8 年之前
  Maarten ter Huurne c3bc611883 Pass detectsys results space-separated 10 年之前
  Maarten ter Huurne 12d370c129 Use mingw-w64 as default platform for non-VS Windows builds 10 年之前
  Maarten ter Huurne 92fc9edb1c Fix CPU type autodetection on little endian MIPS (mipsel) 10 年之前
  Maarten ter Huurne 95d807e97c Add build support for 64-bit ARM 11 年之前
  wouter d089095d55 Various text-processing stuff 12 年之前
  Maarten ter Huurne d5134b99ac Support "sgi" as an architecture name for 64-bit big endian MIPS. OpenBSD uses this. Thanks to Anthony Bentley for the patch. 12 年之前
  Maarten ter Huurne 5d64142698 Added OS support for Dragonfly BSD. Thanks to John Marino. 12 年之前
  Maarten ter Huurne 665bed7bc6 OpenBSD can report PowerPC as "macppc". Thanks to Anthony Bentley for reporting this. 13 年之前
  Sean Young 3196b12bc2 Don't moan about maemo absence on ARM 14 年之前
  Sean Young cba9350886 Cleanup maemo5 detection 15 年之前
  Sean Young eaec9f1d5f Autodetect maemo5 15 年之前
  Maarten ter Huurne ea35927c4e Autodetect feasibility of x86-64 on OS X, by checking whether a 32-bit or 64-bit version of Python is used. 15 年之前
  Maarten ter Huurne 017c0800ce Added support for Atmel AVR32 CPUs. 15 年之前
  Maarten ter Huurne e68ce5fcdc Corrected and simplified detection of GNU/kFreeBSD. Thanks to Cyril Brulebois for reporting it was broken. 15 年之前
  Maarten ter Huurne c68be56ef7 Added support for Renesas SuperH CPUs. Based on info from a Catapult patch from Nobuhiro Iwamatsu. 15 年之前
  Sean Young 1bf27a102c Fix compile on Solaris. GL detection still broken and "test -e" not supported 16 年之前
  Maarten ter Huurne 25d39e7274 Support CPU name "parisc*" for HP PA-RISC. 16 年之前
  Maarten ter Huurne fd057f9d21 On a 64-bit Windows host, target CPU should be x86 instead of x86_64, since MinGW does not support 64-bit yet and our build system does not support VC++ yet. 16 年之前
  Maarten ter Huurne 89f0cc57b9 Work around different uname output format in Hurd. 16 年之前
  Maarten ter Huurne e652c8e98f Deal with Python failing to detect CPU or OS (it returns empty string then). Also added workaround for failing CPU detection on Windows: assume x86. 16 年之前
  Maarten ter Huurne 812eb9da89 When detection fails, raise ValueError instead of returning None, because an exception can contain a message describing the problem. It is mostly about name mapping, so the input name is what we need to track down problems. 16 年之前
  Maarten ter Huurne ab930618ab Wrote a Python equivalent of "detectsys.sh". Most of the actual detection is done by the "platform" module; this script just remaps the names. 16 年之前