summaryrefslogtreecommitdiffstats
path: root/tools/patch-tool-mxe
Commit message (Collapse)AuthorAgeFilesLines
* patch-tool-mxe can import all patches of a packageBoris Nagaev2016-01-081-0/+9
|
* reimplement patch-tool-mxe in MakefileBoris Nagaev2016-01-081-105/+4
| | | | fix #1063
* patch-tool-mxe: always output text diffsBoris Nagaev2016-01-011-0/+1
| | | | | Otherwise it provides binary diff for jack/waf file, which is a mix of Python and tar.
* patch-tool-mxe: do not replace object id with 000Boris Nagaev2015-12-131-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 #1016 from LuaAndC/patch-tool-improvementsTony Theodore2015-12-041-11/+11
|\ | | | | Patch tool improvements
| * patch-tool-mxe: replace commit hash with zerosBoris Nagaev2015-11-291-0/+1
| | | | | | | | | | | | Decrease patch diff size. See #983
| * patch-tool-mxe: replace object names with zerosBoris Nagaev2015-11-291-1/+2
| | | | | | | | | | | | Decrease patch diff size. See #983
| * patch-tool-mxe: omit signature with git versionBoris Nagaev2015-11-291-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 Nagaev2015-11-291-1/+1
| | | | | | | | | | | | Decrease patch diff size. See #983
| * fix "patch-tool-mxe init" for gccBoris Nagaev2015-11-291-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_nameBoris Nagaev2015-11-291-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 Nagaev2015-11-291-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 dependenciesBoris Nagaev2015-12-021-3/+3
|/
* patch-tool-mxe: Add support for changing patch fileTimothy Gu2014-09-181-9/+16
|
* patch-tool-mxe: Support .tgz, .tbz2, .txzTimothy Gu2014-08-071-3/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* patch-tool-mxe checks for package versions back in *.mk fileswilliam32013-08-051-1/+2
|
* patch tool: Add useful status messagesRyan Pavlik2012-06-131-2/+5
|
* patch tool: check preconditions for initRyan Pavlik2012-06-131-0/+5
|
* patch tool: check preconditions for exportRyan Pavlik2012-06-131-0/+5
|
* patch tool: check preconditions for import.Ryan Pavlik2012-06-131-5/+16
|
* Patch tool: Adding some progress messages to long processes.Ryan Pavlik2012-06-131-0/+9
|
* patch tool: Check for package file, and if it's not there, use makefile to ↵Ryan Pavlik2012-06-131-0/+7
| | | | grab it.
* Patch tool: Move environment variable setup to a function.Ryan Pavlik2012-06-131-24/+29
| | | | | This keeps us from doing this in case of an incorrect call, making error messages much more sane.
* Patch tool: replace elifs with case. Also handles errors.Ryan Pavlik2012-06-131-7/+23
|
* patch tool: Ensure the gits directory existsRyan Pavlik2012-06-131-0/+1
|
* patch-tool: use relative directoriesRyan Pavlik2012-06-131-2/+3
|
* patch tool: fix so it gets the version from index.html nowRyan Pavlik2012-06-131-2/+1
|
* Cleanup coding style via "make cleanup-style"Volker Grabsch2012-03-291-1/+1
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Improve indentationVolker Grabsch2012-03-281-2/+2
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-0/+81