Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch-tool-mxe can import all patches of a package | Boris Nagaev | 2016-01-08 | 1 | -0/+9 |
| | |||||
* | reimplement patch-tool-mxe in Makefile | Boris Nagaev | 2016-01-08 | 1 | -105/+4 |
| | | | | fix #1063 | ||||
* | 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. | ||||
* | 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 #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 |
|/ | |||||
* | patch-tool-mxe: Add support for changing patch file | Timothy Gu | 2014-09-18 | 1 | -9/+16 |
| | |||||
* | patch-tool-mxe: Support .tgz, .tbz2, .txz | Timothy Gu | 2014-08-07 | 1 | -3/+6 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | patch-tool-mxe checks for package versions back in *.mk files | william3 | 2013-08-05 | 1 | -1/+2 |
| | |||||
* | patch tool: Add useful status messages | Ryan Pavlik | 2012-06-13 | 1 | -2/+5 |
| | |||||
* | patch tool: check preconditions for init | Ryan Pavlik | 2012-06-13 | 1 | -0/+5 |
| | |||||
* | patch tool: check preconditions for export | Ryan Pavlik | 2012-06-13 | 1 | -0/+5 |
| | |||||
* | patch tool: check preconditions for import. | Ryan Pavlik | 2012-06-13 | 1 | -5/+16 |
| | |||||
* | Patch tool: Adding some progress messages to long processes. | Ryan Pavlik | 2012-06-13 | 1 | -0/+9 |
| | |||||
* | patch tool: Check for package file, and if it's not there, use makefile to ↵ | Ryan Pavlik | 2012-06-13 | 1 | -0/+7 |
| | | | | grab it. | ||||
* | Patch tool: Move environment variable setup to a function. | Ryan Pavlik | 2012-06-13 | 1 | -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 Pavlik | 2012-06-13 | 1 | -7/+23 |
| | |||||
* | patch tool: Ensure the gits directory exists | Ryan Pavlik | 2012-06-13 | 1 | -0/+1 |
| | |||||
* | patch-tool: use relative directories | Ryan Pavlik | 2012-06-13 | 1 | -2/+3 |
| | |||||
* | patch tool: fix so it gets the version from index.html now | Ryan Pavlik | 2012-06-13 | 1 | -2/+1 |
| | |||||
* | Cleanup coding style via "make cleanup-style" | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Improve indentation | Volker Grabsch | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -0/+81 |