summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* build-matrix: fix detection of native virtual packagesTony Theodore2017-04-031-1/+2
* Makefile: explicitly set .DEFAULT_GOALTony Theodore2017-03-211-3/+1
* github: add check-gh-conf targets to verify updates and downloadsTony Theodore2017-03-211-1/+8
* add MANLINKS to MXE_DISABLE_DOCSBoris Nagaev2017-03-201-0/+1
* Makefile: suppress messages in update-packageTony Theodore2017-03-191-0/+1
* github: use `if` instead of `and`Tony Theodore2017-03-191-1/+1
* Makefile: add check-update-package-% targetTony Theodore2017-03-181-0/+3
* add functions to standardise GitHub downloads and updatesTony Theodore2017-03-181-1/+13
* Merge pull request #1660 from tonytheodore/cmake-confBoris Nagaev2017-03-141-1/+2
|\
| * cmake: improve configuration with templatesTony Theodore2017-03-121-1/+2
* | use http version of gitlab.com backupBoris Nagaev2017-03-121-1/+1
* | no --no-check-certificate while updating packagesBoris Nagaev2017-03-121-5/+5
|/
* add explicit protocol to backup urlsViktor Szakats2017-03-101-2/+2
* more URL updatesViktor Szakats2017-03-101-2/+2
* Makefile: add [POSIX | WIN32]_THREADS variableTony Theodore2017-02-071-0/+1
* allow non-default exception handling targetsTony Theodore2017-02-071-1/+19
* Merge branch 'LuaAndC-levmar-ua' of https://github.com/tonytheodore/mxe into uaTony Theodore2017-02-041-4/+4
|\
| * Makefile: simplify setting default user agentTony Theodore2017-01-211-4/+4
| * allow to change User Agent; fix levmar downloadBoris Nagaev2016-10-171-5/+5
| * print wget command to download logsBoris Nagaev2016-10-161-1/+1
* | Makefile: fix target validation checksTony Theodore2017-01-191-17/+23
* | add new packages backup: gitlabBoris Nagaev2017-01-081-1/+3
* | make core to be the first item of MXE_PLUGIN_DIRSBoris Nagaev2016-12-261-1/+1
* | add descriptions and websites to packages.jsonBoris Nagaev2016-12-221-1/+3
* | core packages are now a pluginBoris Nagaev2016-12-221-28/+16
* | mv docs/versions.json docs/packages.jsonBoris Nagaev2016-12-221-2/+2
* | fix detection of openssl in Debian SidBoris Nagaev2016-12-131-1/+1
* | cleanup-deps-style: omit pkgs with derived depsBoris Nagaev2016-12-051-1/+1
* | make cleanup-deps-style aware of pluginsBoris Nagaev2016-12-051-3/+3
* | fix updating docs/versions.json with pluginsBoris Nagaev2016-12-051-1/+1
* | pkg download: do not append to previous attemptBoris Nagaev2016-12-051-7/+8
* | add MXE_PLUGIN_DIRS to autogenerated settings.mkBoris Nagaev2016-11-181-0/+4
* | add new variables: BUILD_CROSS, BUILD_NATIVEBoris Nagaev2016-10-291-0/+1
* | Add options to strip toolchain, executables, and libsTony Theodore2016-10-231-0/+8
* | Makefile: enable relative paths for SOURCE_TREETony Theodore2016-10-231-1/+1
|/
* move CNAME to docs/Boris Nagaev2016-08-271-1/+1
* move index.html to docs/Boris Nagaev2016-08-271-11/+11
* add missing thingsBoris Nagaev2016-08-271-0/+1
* mv versions.json build-matrix.html assets docs/Boris Nagaev2016-08-271-3/+3
* rename doc/ to docs/Boris Nagaev2016-08-271-1/+1
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
* fix MXE_GET_GITHUB_TAGSBoris Nagaev2016-08-241-1/+1
* Makefile: enable local $(PKG)_SOURCE_TREETony Theodore2016-08-111-8/+20
* remove trailing spaces from main logBoris Nagaev2016-08-021-4/+9
* Makefile: add BUILD_TYPE [debug | release] varaibles for pkg build rulesTony Theodore2016-07-161-0/+2
* refactor macro MXE_GET_GITHUB_ALL_TAGSBoris Nagaev2016-07-131-2/+6
* Makefile: add `TEST_FILE` to variables for pkg build rulesTony Theodore2016-07-111-4/+7
* Makefile: add SOURCE_DIR and BUILD_DIR variablesTony Theodore2016-07-111-0/+4
* Makefile: allow packages to specify a list of zero or more patchesTony Theodore2016-07-051-1/+5
* Merge pull request #1417 from tonytheodore/make-target-specificBoris Nagaev2016-07-041-0/+3
|\