summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | openmp-validation: add current directory to @INC for newer PerlMoritz Bunkus2017-07-091-0/+14
| |/ | | | | | | | | | | | | | | | | Perl v5.26.0 has removed the current directory from the include path. This breaks the `run_test.pl` script which tries to load modules from the build directory and fails if the system Perl is 5.26.0 or newer. Error message: `Can't locate ompts_parserFunctions.pm in @INC`
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-252-16/+5
| |
* | Merge pull request #1849 from muellni/qt4overlayTony Theodore2017-07-254-58/+14
|\ \ | | | | | | qt4 overlay plugin (for vtk and qwt)
| * | qt4overlay: add updated vtk dependenciesMartin Müllenhaupt2017-07-241-1/+1
| | |
| * | create qt4 overlay plugin to link VTK and Qwt to Qt 4 instead of 5Martin Müllenhaupt2017-07-244-58/+14
| | |
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-252-16/+5
| | |
* | | Merge pull request #1852 from tonytheodore/muellni-update-vtkTony Theodore2017-07-255-740/+120
|\ \ \ | | | | | | | | vtk: update to version 8 and removal of package vtk6
| * | | vtk: remove positional vars and CMAKE_TOOLCHAIN_FILETony Theodore2017-07-251-17/+13
| | | |
| * | | vtk: use SOURCE_DIR and CMAKE_SHARED_BOOL varsMartin Müllenhaupt2017-07-241-5/+5
| | | |
| * | | vtk: update to version 8 and remove package vtk6Martin Müllenhaupt2017-07-245-737/+121
| |/ /
* | | Merge pull request #1696 from ↵Tony Theodore2017-07-247-47/+53
|\ \ \ | |/ / |/| | | | | | | | pavelvat/install-gstreamer-dll-plugins-to-separate-dir Install gstreamer dll plugins to separate directory
| * | update clementine_qt4Pavel Vatagin2017-07-241-41/+41
| | |
| * | install gstreamer dll plugins to separate directoryPavel Vatagin2017-07-246-6/+12
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-242-2/+2
| |
* | Merge pull request #1843 from tonytheodore/libarchive-updateTony Theodore2017-07-242-7/+26
|\ \ | | | | | | libarchive: update 3.1.2 --> 3.3.2
| * | libarchive: update 3.1.2 --> 3.3.2Tony Theodore2017-07-242-7/+26
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-242-2/+2
| |
* | Merge pull request #1814 from mbunkus/libxml++-update-to-2.40.1-for-gcc6Tony Theodore2017-07-241-2/+2
|\ \ | | | | | | libxml++: update from 2.37.2 to 2.40.1
| * | libxml++: update from 2.37.2 to 2.40.1Moritz Bunkus2017-07-091-2/+2
| |/ | | | | | | | | | | | | | | | | | | This fixes the following error with gcc >= 6: ``` libxml++/io/istreamparserinputbuffer.cc: In member function 'virtual bool xmlpp::IStreamParserInputBuffer::do_close()': libxml++/io/istreamparserinputbuffer.cc:42:12: error: cannot convert 'std::istream {aka std::basic_istream<char>}' to 'bool' in return return input_; ```
* | Merge pull request #1841 from tonytheodore/doc-opts-toolchainTony Theodore2017-07-232-3/+5
|\ \ | | | | | | binutils gcc: use MXE_DISABLE_DOC_OPTS
| * | gcc: use MXE_DISABLE_DOC_OPTSTony Theodore2017-07-231-0/+1
| | |
| * | binutils: use MXE_DISABLE_DOC_OPTS and BUILD_DIR/SOURCE_DIRTony Theodore2017-07-231-3/+4
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-232-6/+6
| |
* | Merge pull request #1822 from tonytheodore/binutils-2.28Tony Theodore2017-07-233-15/+148
|\ \ | | | | | | binutils: update 2.25.1 --> 2.28
| * | binutils: add Debian SOURCE_DATE_EPOCH patchTony Theodore2017-07-141-0/+146
| | |
| * | osx: remove workaround for recent Xcode versionsTony Theodore2017-07-141-10/+0
| | |
| * | binutils: update 2.25.1 --> 2.28Tony Theodore2017-07-141-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes original 2.26 regression with iostreams dll ``` $ make gcc STRIP_TOOLCHAIN= MXE_TARGETS=i686-w64-mingw32.shared [...] $ i686-w64-mingw32.shared-nm usr/i686-w64-mingw32.shared/bin/libstdc++-6.dll | grep InitC1 6fefa2d0 T __ZNSt8ios_base4InitC1Ev ``` * replaces #1737 * fixes #1758 * tested on all four targets
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-232-8/+8
| | |
* | | Merge pull request #1830 from tonytheodore/doc-optsTony Theodore2017-07-2322-190/+215
|\ \ \ | | | | | | | | add more MXE_DISABLE_DOC_OPTS and fix related packages
| * | | opencv openscenegraph: fix __STDC_LIMIT_MACROS used by jasperTony Theodore2017-07-202-12/+11
| | | |
| * | | liboil libshout gstreamer and plugins: remove options now in ↵Tony Theodore2017-07-207-30/+13
| | | | | | | | | | | | | | | | MXE_DISABLE_DOC_OPTS
| * | | log4cxx ucl: filter out invalid configure optionsTony Theodore2017-07-202-8/+14
| | | |
| * | | libid3tag libmad: regenerate configure to remove invalid options errorTony Theodore2017-07-202-11/+13
| | | |
| * | | ccfits cfitsio devil jasper: update and switch to cmakeTony Theodore2017-07-208-129/+163
| | | |
| * | | Makefile: add more MXE_DISABLE_DOC_OPTSTony Theodore2017-07-201-0/+1
| | | |
* | | | Merge pull request #1836 from Lord-Kamina/masterTony Theodore2017-07-231-6/+22
|\ \ \ \ | | | | | | | | | | Fixes for copydlldeps.sh under macOS.
| * | | | copydlldeps.sh: Fixes for macOS.Gregorio Litenstein2017-07-221-5/+21
| | | | | | | | | | | | | | | | | | | | The current version fails in macOS due to some differences in “find” and “cp”. This takes that into account.
| * | | | copydlldeps.sh: Fix syntax error (missing space)Gregorio Litenstein2017-07-221-1/+1
| |/ / /
* | | | Merge pull request #1826 from tonytheodore/config-guessTony Theodore2017-07-221-66/+101
|\ \ \ \ | | | | | | | | | | update config.guess
| * | | | update config.guessTony Theodore2017-07-171-66/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob;f=ChangeLog;h=b364c02c4998fc5bd187f87534f6b12fe41808a9;hb=HEAD closes #1158, #1825
* | | | | Merge pull request #1831 from muellni/qt5_static_cmake_depsTony Theodore2017-07-221-0/+5
|\ \ \ \ \ | | | | | | | | | | | | qtbase: fix CMake static linking dependencies
| * | | | | qtbase: fix CMake static linking dependenciesMartin Müllenhaupt2017-07-211-0/+5
| | |/ / / | |/| | |
* | | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-222-4/+4
| | | | |
* | | | | Merge pull request #1793 from sibuserv/minor-updatesTony Theodore2017-07-222-6/+4
|\ \ \ \ \ | | | | | | | | | | | | Minor updates
| * | | | | ffmpeg: update from 3.2.4 to 3.3.2Boris Pek2017-07-201-4/+2
| | | | | |
| * | | | | protobuf: update from 3.2.0 to 3.3.2Boris Pek2017-07-201-2/+2
| |/ / / /
* | | | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-07-222-6/+6
| | | | |
* | | | | Merge pull request #1839 from tonytheodore/muellni-update_libharuTony Theodore2017-07-223-430/+18
|\ \ \ \ \ | | | | | | | | | | | | libharu: update
| * | | | | libharu: use new-style GH_CONF and SOURCE_DIR etcTony Theodore2017-07-221-17/+8
| | | | | |
| * | | | | github: use case insensitive filter and fix typoTony Theodore2017-07-221-2/+2
| | | | | |