summaryrefslogtreecommitdiffstats
path: root/docs/index.html
Commit message (Collapse)AuthorAgeFilesLines
* osx: remove workaround for recent Xcode versionsTony Theodore2017-07-141-10/+0
|
* debian requirements: move libtool-bin to main sectionTony Theodore2017-07-011-4/+3
| | | | | See: https://github.com/mxe/mxe/issues/593#issuecomment-300228919
* homepage: s/MXE_TARGET/MXE_TARGETS/Boris Nagaev2017-07-011-4/+4
|
* osx: note workaround for recent Xcode versionsTony Theodore2017-06-201-1/+11
| | | | see #1758
* secure URLsViktor Szakats2017-05-191-3/+3
|
* Makefile: explicitly set .DEFAULT_GOAL for LOCAL_PKG_LISTTony Theodore2017-04-021-1/+1
| | | | | | | | | | | | | | | Use `.DEFAULT_GOAL` [special variable] instead of `.DEFAULT` [built-in target] as the latter depends on include order and can cause confusing behaviour. `LOCAL_PKG_LIST` was [broken] in #1729 and this allows for any current `settings.mk` to work correctly. Should also fix #1264 and #1267 since MXE isn't going to include any other files that set this variable in a surprising way. [special variable]:https://www.gnu.org/software/make/manual/make.html#Special-Variables [built-in target]:https://www.gnu.org/software/make/manual/make.html#Special-Targets [broken]:https://github.com/mxe/mxe/commit/1cf2afb5d3afb1dda0d7a5322be758ec2befd2a1
* docs: note usage of `make check-update-package-foo`Tony Theodore2017-03-191-0/+7
|
* docs: remove internal use only from updates and cleanup-styleTony Theodore2017-03-191-10/+0
|
* github: improve filtering and docsTony Theodore2017-03-191-1/+1
|
* docs: add notes on setting $(PKG)_GH_CONFTony Theodore2017-03-181-2/+11
|
* libevent libffi libsoup qtserialport_qt4 vmime: use standard GH_CONF setupTony Theodore2017-03-181-0/+20
|
* more URL updatesViktor Szakats2017-03-101-124/+124
|
* index.html: add Sibuserv to the list of projects which use MXEBoris Pek2017-02-171-0/+3
|
* Add digiKam to the list of projects that use MXEVolker Diels-Grabsch2017-02-171-0/+3
|
* Fix lowercase/uppercase in docsVolker Diels-Grabsch2017-02-171-5/+5
|
* Fix grammar in docsVolker Diels-Grabsch2017-02-171-2/+2
|
* allow non-default exception handling targetsTony Theodore2017-02-071-0/+4
|
* Merge pull request #1208 from LuaAndC/targets-docsTony Theodore2017-02-011-5/+31
|\ | | | | index.html: add "How to choose MXE target"
| * docs: 32-bit exe can be used in 64-bit WindowsBoris Nagaev2016-10-111-0/+4
| |
| * docs, table: replace triplet with Windows versionBoris Nagaev2016-10-111-5/+7
| | | | | | | | | | | | MXE targets are now listed below. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00022.html
| * index.html: add "How to choose MXE target"Jos De Laender2016-10-111-0/+20
| |
* | gsoap: fix build on newer macos versionTony Theodore2017-02-011-4/+0
| |
* | index.html: load packages.json synchronouslyBoris Nagaev2016-12-221-1/+1
| | | | | | | | | | | | If it loads asynchronously, then all content after the table of packages, e.g. #creating-packages moves down, making it impossible to make a reference to this content.
* | index.html: update "Creating Packages"Boris Nagaev2016-12-221-29/+24
| |
* | index.html: load packages table from JSONBoris Nagaev2016-12-221-1724/+32
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
* | add descriptions and websites to packages.jsonBoris Nagaev2016-12-221-1/+1
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
* | mv docs/versions.json docs/packages.jsonBoris Nagaev2016-12-221-1/+1
| | | | | | | | See https://github.com/mxe/mxe/issues/1422
* | index.html: rm JS code loading versions from .mkBoris Nagaev2016-12-181-56/+3
| | | | | | | | | | | | | | | | The code loading versions from .mk was written before versions cache was added to the repo. See e570f8aae5583d91b1e910f7f0a7a2459fa3d161 Now as versions cache (versions.json) is a part of the repo, this code is not needed.
* | Add neonnschlia2016-12-171-0/+4
| |
* | Add libdvdetectnschlia2016-12-171-0/+4
| |
* | Add libcddbnschlia2016-12-171-0/+4
| |
* | docs: add description of useful Makefile variablesBoris Nagaev2016-12-121-0/+71
| |
* | add package googlemockBoris Nagaev2016-12-011-0/+4
| | | | | | | | It is needed by protobuf 3.1.0
* | Revert "virtual package googletest is not required anymore"Boris Nagaev2016-12-011-0/+4
| | | | | | | | | | | | | | This reverts commit ad11e753ddede848ee734ec4999f218f455fdfe2. New protobuf release (3.1.0) does not provide official tarballs with prepared configure and googletest files.
* | new package: libniceMartin Müllenhaupt2016-10-311-0/+4
| |
* | remove qtwebengineTony Theodore2016-10-231-4/+0
|/ | | | closes #1509
* add package glpkTony Theodore2016-10-061-0/+4
|
* s/environmental variable/environment variable/Boris Nagaev2016-10-021-1/+1
| | | | "Environment variable" is more commonly used.
* update download URL and homepage of hdf4 and hdf5Boris Nagaev2016-09-151-2/+2
|
* move index.html to docs/Boris Nagaev2016-08-271-0/+4486
See https://github.com/mxe/mxe/issues/1500