summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* build-pkg: Add libtool-bin and p7zip-full as depsTimothy Gu2015-07-061-2/+4
| | | | Fixes #753. Fixes #754.
* build-pkg: remove old name "mxedeb"Boris Nagaev2015-06-281-4/+4
| | | | | Fix description of the script: replace "DEB packages" with "binary packages".
* add tool build-pkg.luaBoris Nagaev2015-06-231-0/+356
| | | | | | | | | | | | | | This tool builds all packages for all targets and generates *.tar.xz and *.deb files. The latter ones can be uploaded to APT repository and installed to Debian machines. build-pkg.lua was previously known as mxedeb.lua See also: http://mxe.redjohn.tk/ https://github.com/starius/mxedeb https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-02/msg00010.html https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-03/msg00001.html
* minizip, tools/copydlldeps: Run "make cleanup-style"Volker Grabsch2015-01-111-1/+1
|
* copydlldeps: PEP 8-izeTimothy Gu2014-11-091-16/+33
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* copydlldeps: Fix typoTimothy Gu2014-11-091-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* tool copydlldeps.py: function is_pe_file() must not fail on directoriesMartin Müllenhaupt2014-10-201-0/+2
|
* tool copydlldeps: fix Python 3 compatibilityMartin Müllenhaupt2014-10-151-12/+13
|
* copydlldeps tool: fix styleMartin Müllenhaupt2014-10-151-64/+64
|
* add python script for recursive copy of DLL dependenciesMartin Müllenhaupt2014-10-151-0/+157
|
* s3 sync: update server detailsTony Theodore2014-10-131-2/+4
|
* mxe-activate: add build-matrix.html to tab completionTony Theodore2014-10-101-1/+3
|
* tools: use a "compat-init.sh" for all compatibility variablesTimothy Gu2014-09-235-33/+32
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* patch-tool-mxe: Add support for changing patch fileTimothy Gu2014-09-181-9/+16
|
* s3-fetch-and-sync: Label download bugs as bugsTimothy Gu2014-09-031-2/+2
|
* tools/fake-editor, s3-fetch-and-sync: add commentsTimothy Gu2014-09-032-3/+18
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* s3-fetch-and-sync: the new testing system is functional nowTimothy Gu2014-08-311-2/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add forgotten fileTimothy Gu2014-08-311-0/+7
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* s3-fetch-and-sync: Add experimental download failure notification systemTimothy Gu2014-08-311-1/+22
|
* update-config-guess: Fix websiteTimothy Gu2014-08-191-1/+1
| | | ugh...
* update-config-guess: fix typoTimothy Gu2014-08-191-1/+6
|
* patch-tool-mxe: Support .tgz, .tbz2, .txzTimothy Gu2014-08-071-3/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update-gmsl: show new version when there is oneTimothy Gu2014-07-271-0/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update-config-guess: clean when no new version is availableTimothy Gu2014-06-291-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update-gmsl: print notice when no new version is availableTimothy Gu2014-06-291-0/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* mxe-activate: fix variable matchingTony Theodore2014-06-171-2/+2
|
* mxe-activate: use compgen -e for variable list instead of envTony Theodore2014-06-141-2/+2
|
* Add tool to update config.guessTimothy Gu2014-05-231-0/+43
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* s3-fetch-and-sync: use /bin/shTimothy Gu2014-05-141-1/+1
|
* Add tool to update GMSLTimothy Gu2014-04-271-0/+45
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* s3-fetch-and-sync: use clean-junk instead of clean-pkgTony Theodore2014-04-151-1/+1
|
* add make-shared-from-static build toolJohn W. Eaton2014-03-101-0/+218
|
* mxe-activate: fix tools path and target listTony Theodore2014-02-191-2/+5
|
* Makefile and pkgconf: move external tools separate directoryTony Theodore2014-02-094-3296/+0
|
* Makefile and docs: add GNU Make Standard LibraryTony Theodore2014-02-083-0/+1738
|
* doc update: add proxies to env whitelist and re-align unset commandTony Theodore2013-08-271-1/+4
|
* mxe-activate: add BUILD to pathTony Theodore2013-08-251-1/+2
|
* Merge pull request #228 from tonytheodore/depsTony Theodore2013-08-252-36/+7
|\ | | | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality
| * Makefile and docs: add EXCLUDE_PKGS and show*deps* functionalityTony Theodore2013-08-202-36/+7
| |
* | add config.guess to tools so its available prior to any package buildsTony Theodore2013-08-251-0/+1558
| |
* | doc update: add EDITOR to env whitelist for interactive sessionsTony Theodore2013-08-211-1/+1
|/
* mxe-activate: get targets from MakefileTony Theodore2013-08-201-1/+2
|
* mxe-activate: unset env vars for interactive useTony Theodore2013-08-111-3/+4
|
* mxe-activate: clear env vars on make invocationTony Theodore2013-08-101-1/+1
|
* patch-tool-mxe checks for package versions back in *.mk fileswilliam32013-08-051-1/+2
|
* doc update: mention FreeBSD partial supportTony Theodore2013-07-151-0/+1
|
* package pthreads: define pseudo file and checksumTony Theodore2013-07-141-36/+31
| | | | | Oops! accidentally added the freebsd-excludes, but it should be harmless.
* mxe-activate: add completions to gmakeTony Theodore2013-05-241-1/+1
|
* make cleanup-styleTony Theodore2013-05-171-13/+13
|
* s3 sync: don't need to keep local copies of pkgsTony Theodore2013-05-151-0/+1
|