Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make Travis CI build build-matrix.html | Timothy Gu | 2016-01-03 | 1 | -1/+1 | |
| | | | | Fixes #1074. | |||||
* | Merge pull request #1117 from LuaAndC/build-pkg-toposort | Tony Theodore | 2016-01-01 | 1 | -17/+94 | |
|\ | | | | | build-pkg: add toposort checks and implement it internally, without tsort tool | |||||
| * | build-pkg: implement toposort internally | Boris Nagaev | 2016-01-01 | 1 | -17/+50 | |
| | | | | | | | | Instead of invoking tsort tool. | |||||
| * | build-pkg: check toposort | Boris Nagaev | 2016-01-01 | 1 | -0/+25 | |
| | | ||||||
| * | build-pkg: check each item builds one package | Boris Nagaev | 2016-01-01 | 1 | -0/+19 | |
| | | ||||||
* | | patch-tool-mxe: always output text diffs | Boris Nagaev | 2016-01-01 | 1 | -0/+1 | |
|/ | | | | | Otherwise it provides binary diff for jack/waf file, which is a mix of Python and tar. | |||||
* | Merge pull request #1071 from LuaAndC/build-pkg-dummy-for-requirementsbuild-2015-12-16 | Tony Theodore | 2015-12-16 | 1 | -1/+5 | |
|\ | | | | | build-pkg: fix .deb installation | |||||
| * | build-pkg: fix .deb installation | Boris Nagaev | 2015-12-16 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | The installation failed with the following note: > Noting disappearance of mxe-requirements, > which has been completely replaced. Add an empty file mxe-requirements.dummy.$release to prevent this. | |||||
* | | Merge pull request #1072 from LuaAndC/build-pkg-full-filelist | Tony Theodore | 2015-12-16 | 1 | -0/+7 | |
|\ \ | | | | | | | build-pkg: update list of files back from .tar.xz | |||||
| * | | build-pkg: update list of files back from .tar.xz | Boris Nagaev | 2015-12-16 | 1 | -0/+7 | |
| |/ | | | | | | | fix #1067 | |||||
* | | Merge pull request #1070 from LuaAndC/deb-xz | Tony Theodore | 2015-12-16 | 1 | -1/+2 | |
|\ \ | | | | | | | build-pkg: pack Debian packages with xz not gzip | |||||
| * | | build-pkg: pack Debian packages with xz not gzip | Boris Nagaev | 2015-12-16 | 1 | -1/+2 | |
| |/ | | | | | | | fix #1068 | |||||
* | | build-pkg: add "plugins/" to mxe-source package | Boris Nagaev | 2015-12-15 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #1054 from LuaAndC/fix-patch-tool-diffs | Tony Theodore | 2015-12-14 | 1 | -1/+1 | |
|\ | | | | | patch-tool-mxe: do not replace object id with 000 | |||||
| * | patch-tool-mxe: do not replace object id with 000 | Boris Nagaev | 2015-12-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously patch-tool-mxe produced the following diffs: diff --git a/CMakeLists.txt b/CMakeLists.txt index 0000000..0000000 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt patch tool refused to apply this patch: The next patch would create the file CMakeLists.txt, which already exists! Assume -R? [n] This commit replaces 0000000..0000000 with 1111111..2222222. | |||||
* | | Merge pull request #1057 from LuaAndC/build-pkg-exit-status | Tony Theodore | 2015-12-14 | 1 | -0/+5 | |
|\ \ | | | | | | | build-pkg: exit with code 1 if a package is broken | |||||
| * | | build-pkg: exit with code 1 if a package is broken | Boris Nagaev | 2015-12-13 | 1 | -0/+5 | |
| |/ | ||||||
* | | Merge pull request #1058 from LuaAndC/build-pkg-no-empty-deps | Tony Theodore | 2015-12-14 | 1 | -3/+6 | |
|\ \ | | | | | | | build-pkg: do not provide empty dependency list | |||||
| * | | build-pkg: do not provide empty dependency list | Boris Nagaev | 2015-12-13 | 1 | -3/+6 | |
| |/ | | | | | | | | | | | | | | | | | | | Debian packages with "Depends: " do not work: > Reading package lists... Error! > E: Problem parsing dependency Depends > E: Error occurred while processing mxe-source (NewVersion2) > E: Problem with MergeList /var/lib/apt/lists/pkg.mxe.cc_repos_apt_debian_dists_wheezy_main_binary-amd64_Packages > E: The package lists or status file could not be parsed or opened. | |||||
* | | Merge pull request #1056 from LuaAndC/build-empty-dependencies-of-nonempty | Tony Theodore | 2015-12-14 | 1 | -5/+24 | |
|\ \ | | | | | | | build-pkg: build empty dependencies of non-empty | |||||
| * | | build-pkg: build empty dependencies of non-empty | Boris Nagaev | 2015-12-13 | 1 | -5/+24 | |
| |/ | | | | | | | | | | | | | | | Otherwise empty dependency produces no .deb file preventing non-empty package from being installed. Example: non-empty package gcc depends on empty package mingw-w64. | |||||
* | | build-pkg: flush stdout after echoing | Boris Nagaev | 2015-12-13 | 1 | -0/+1 | |
|/ | ||||||
* | s3-fetch-and-sync: note mirror.mxe.cc | Tony Theodore | 2015-12-11 | 1 | -1/+1 | |
| | ||||||
* | build-pkg: mxe.redjohn.tk -> pkg.mxe.cc | Boris Nagaev | 2015-12-10 | 1 | -1/+1 | |
| | ||||||
* | s3-fetch-and-sync: add IPv6 address and gateway | Tony Theodore | 2015-12-10 | 1 | -1/+4 | |
| | ||||||
* | Merge pull request #1016 from LuaAndC/patch-tool-improvements | Tony Theodore | 2015-12-04 | 1 | -11/+11 | |
|\ | | | | | Patch tool improvements | |||||
| * | patch-tool-mxe: replace commit hash with zeros | Boris Nagaev | 2015-11-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | Decrease patch diff size. See #983 | |||||
| * | patch-tool-mxe: replace object names with zeros | Boris Nagaev | 2015-11-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | Decrease patch diff size. See #983 | |||||
| * | patch-tool-mxe: omit signature with git version | Boris Nagaev | 2015-11-29 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | Signature is a string like: -- 1.9.1 Decrease patch diff size. See #983 | |||||
| * | patch-tool-mxe: git format-patch *--no-numbered* | Boris Nagaev | 2015-11-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | Decrease patch diff size. See #983 | |||||
| * | fix "patch-tool-mxe init" for gcc | Boris Nagaev | 2015-11-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | gcc (and maybe other packages) has both $(PKG)_FILE and $(PKG)_FILE_$(BUILD). Previously the following error occurred: $ ./tools/patch-tool-mxe init gcc ./tools/patch-tool-mxe: line 57: [: too many arguments see #983 | |||||
| * | patch-tool-mxe: fix getting patch_name | Boris Nagaev | 2015-11-29 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | Previous implementation failed with "set -o nounset": ./tools/patch-tool-mxe: line 10: $3: unbound variable see #983 | |||||
| * | patch-tool-mxe: do not replace author with "MXE" | Boris Nagaev | 2015-11-29 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | Replace existing "From: MXE" with "From: fix@me". Authors of such patches can be found using git history. see #983 | |||||
* | | patch-tool-mxe: do not download dependencies | Boris Nagaev | 2015-12-02 | 1 | -3/+3 | |
|/ | ||||||
* | cleanup style | Tony Theodore | 2015-11-21 | 1 | -1/+1 | |
| | ||||||
* | suppress git commit error in Travis | Boris Nagaev | 2015-11-19 | 1 | -1/+1 | |
| | | | | | See #924 See https://travis-ci.org/mxe/mxe/builds/91781012#L99 | |||||
* | Merge pull request #924 from LuaAndC/travis-build-pulls | Tony Theodore | 2015-11-18 | 1 | -0/+13 | |
|\ | | | | | fix travis builds for pull requests | |||||
| * | travis-push: make sure "git commit" succeeded | Boris Nagaev | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | travis: commit and push only if GH_TOKEN is set | Boris Nagaev | 2015-10-13 | 1 | -0/+13 | |
| | | | | | | | | | | This allows to enable travis build for a pull request without failing it. This is useful to check at leat that Makefile syntax is correct. | |||||
* | | build-pkg: round argument of os.date | Tony Theodore | 2015-11-16 | 1 | -1/+1 | |
| | | | | | | | | fixes #1001 | |||||
* | | Merge branch 'build-pkg-dlls-and-empty' of https://github.com/LuaAndC/mxe ↵ | Tony Theodore | 2015-11-16 | 1 | -2/+46 | |
|\ \ | | | | | | | | | | into LuaAndC-build-pkg-dlls-and-empty | |||||
| * | | build-pkg: report non-empty depending on empty | Boris Nagaev | 2015-11-09 | 1 | -0/+7 | |
| | | | | | | | | | | | | fix #968 | |||||
| * | | build-pkg: do not pack empty packages | Boris Nagaev | 2015-11-09 | 1 | -1/+7 | |
| | | | | | | | | | | | | see #968 | |||||
| * | | build-pkg: report shared items installing no .dll | Boris Nagaev | 2015-11-09 | 1 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | Report only if the item installs .a See https://github.com/mxe/mxe/pull/966#issuecomment-153712570 | |||||
| * | | build-pkg: typo | Boris Nagaev | 2015-11-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #977 from LuaAndC/nonetwork | Tony Theodore | 2015-11-14 | 2 | -0/+37 | |
|\ \ \ | | | | | | | | | disable networking with LD_PRELOAD when build | |||||
| * | | | build-pkg: blacklist nonetwork.so | Boris Nagaev | 2015-11-10 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | disable networking with LD_PRELOAD when build | Boris Nagaev | 2015-11-10 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | | | see #969 | |||||
* | | | | build-pkg: add EOL after last line in *.list file | Boris Nagaev | 2015-11-11 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | fix #979 | |||||
* | | | build-pkg: improve the progress printer accuracy | Boris Nagaev | 2015-11-09 | 1 | -5/+34 | |
| | | | | | | | | | | | | | | | | | | | | | There are 20 huge packages like gcc that are compiled for a half of the build time. The time left expected by the progess printer changes dramatically after building a huge package. Information about huge packages smoothes the changes. |