summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #866 from LuaAndC/muparser-update-githubTony Theodore2015-09-261-8/+7
|\ | | | | muparser: update upstream URL and version to 2.2.5
| * muparser: update upstream URL and version to 2.2.5Boris Nagaev2015-09-261-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Original muparser location [1] forwards to Google Code [2], which in turn forwards to Github [3]. Version 2.2.3 can't be found on Github, that is why it was updated to 2.2.5. Updater script updated as well. MXE_GET_GITHUB_TAGS is used. [1] http://sourceforge.net/projects/muparser/ [2] https://code.google.com/p/muparser/ [3] https://github.com/beltoforion/muparser
* | Merge pull request #865 from LuaAndC/pire-updaterTony Theodore2015-09-261-0/+5
|\ \ | | | | | | add updater for pire
| * | add updater for pireBoris Nagaev2015-09-261-0/+5
| |/
* | Merge pull request #888 from LuaAndC/get-github-tagsTony Theodore2015-09-261-3/+10
|\ \ | |/ |/| add macro MXE_GET_GITHUB_TAGS
| * add macro MXE_GET_GITHUB_TAGSTimothy Gu2015-09-261-0/+7
| | | | | | | | Source: https://github.com/mxe/mxe/pull/649#issuecomment-143390677
| * style: move pipe to new lineBoris Nagaev2015-09-261-3/+3
|/
* Update versions.jsonMXEBot as Travis CI2015-09-251-0/+1
|
* ossim: various fixes and cleanupsTony Theodore2015-09-251-13/+7
| | | | | | | | | | | -explicitly declare static/shared builds -enable freetype -use openthreads from openscenegraph -only build/install libs and headers -remove dummy test program -remove random empty lines see #726
* add package ossimRashad M2015-09-252-0/+40
|
* Update versions.jsonMXEBot as Travis CI2015-09-251-1/+1
|
* openscenegraph: update 3.2.1 --> 3.40 and enable sharedTony Theodore2015-09-251-7/+5
|
* Makefile: add cmake shared/static boolean variablesTony Theodore2015-09-251-0/+2
|
* README: Use SVG and fix LICENSE linkTimothy Gu2015-09-251-2/+2
|
* Remove Travis badgeTimothy Gu2015-09-251-3/+0
|
* Update and rename LICENSE to LICENSE.mdTimothy Gu2015-09-251-0/+1
|
* README: add pointer to mxe.cc and change note about shared supportTony Theodore2015-09-251-1/+1
|
* Merge pull request #810 from LuaAndC/readmeTony Theodore2015-09-252-0/+68
|\ | | | | add README.md and LICENSE files
| * add README.md and LICENSE filesBoris Nagaev2015-09-212-0/+68
| |
* | Merge pull request #885 from LuaAndC/llvm-sharedTony Theodore2015-09-251-3/+3
|\ \ | | | | | | llvm: enable shared build
| * | llvm: enable shared buildBoris Nagaev2015-09-241-3/+3
|/ /
* | llvm: fix update macro and remove obsolete llvm-config symlinkTony Theodore2015-09-241-2/+1
| | | | | | | | Fixes #844
* | Merge pull request #884 from LuaAndC/qt-and-qtbase-fix-manual-testTony Theodore2015-09-242-2/+18
|\ \ | | | | | | qt and qtbase: fix the test built the manual way
| * | qt and qtbase: fix the test built the manual wayBoris Nagaev2015-09-232-2/+18
|/ / | | | | | | | | | | Add MOC and RCC commands and files produced to the test. close #883
* | doc update: change sha1 --> sha256Tony Theodore2015-09-231-1/+1
| |
* | all packages: really use sha256 checksumsTony Theodore2015-09-23371-371/+371
| |
* | Merge pull request #851 from LuaAndC/qt-improve-testTony Theodore2015-09-234-4/+40
|\ \ | | | | | | Qt: test more Qt tools (moc, rcc)
| * | qt-test: add a headerBoris Nagaev2015-09-213-4/+34
| | | | | | | | | | | | Test moc tool
| * | qt-test: add Qt resources fileBoris Nagaev2015-09-212-0/+6
| |/ | | | | | | Test rcc tool
* | many packages: cleanup deps orderingTony Theodore2015-09-2380-82/+87
| |
* | Makefile: add cleanup-deps-style to reorder depsTony Theodore2015-09-231-0/+13
| |
* | all packages: switch to sha256 checksumsTony Theodore2015-09-23371-371/+371
| | | | | | | | closes #871
* | pthreads: test cmake find_package(Threads REQUIRED)Tony Theodore2015-09-231-4/+18
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-231-0/+2
| |
* | Merge pull request #850 from LuaAndC/gtk3Tony Theodore2015-09-237-8/+318
|\ \ | | | | | | add packages gtk3 and gtkmm3
| * | add packages gtk3 and gtkmm3Gerardo Ballabio2015-09-217-8/+318
| |/ | | | | | | | | | | | | | | | | | | | | Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 Side effects: * mute function g_win32_run_session_bus of glib (see the thread) * add new external dependency: gdk-pixbuf Original thread: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
* | sdl_rwhttp: remove obsolete deps for i686-pc-mingw32Tony Theodore2015-09-221-5/+1
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| |
* | Merge branch 'master' of github.com:mxe/mxeTony Theodore2015-09-211-1/+1
|\ \
| * | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| | |
* | | libepoxy: update 1.2 --> 1.3.1Tony Theodore2015-09-211-4/+5
|/ /
* | tinyxml2: update 2.2.0 --> 3.0.0Tony Theodore2015-09-212-39/+4
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| |
* | wavpack: update 4.70.0 --> 4.75.0Tony Theodore2015-09-212-16/+2
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| |
* | xapian-core: update 1.2.19 --> 1.2.21Tony Theodore2015-09-211-2/+2
| |
* | libjpeg-turbo: merge patchesTony Theodore2015-09-212-32/+27
| |
* | Merge pull request #834 from ↵Tony Theodore2015-09-212-2/+28
|\ \ | | | | | | | | | | | | LuaAndC/libjpeg-turbo-2-install-DLL-to-bin-libjpeg-turbo libjpeg-turbo: install DLL to bin/libjpeg-turbo
| * | libjpeg-turbo: install DLLs to bin/Boris Nagaev2015-09-081-1/+1
| | | | | | | | | | | | | | | | | | Do not install DLLs to bin/libjpeg-turbo/$dlname See #834
| * | libjpeg-turbo: install DLL to bin/libjpeg-turboBoris Nagaev2015-09-062-2/+28
| | | | | | | | | | | | | | | | | | | | | Enable shared build. It was disabled because DLLs were installed to lib/bin. see #826