Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix several issuesHEADmain | Yaakov Selkowitz | 2022-01-29 | 3 | -6/+21 |
| | |||||
* | Sync with mingw-filesystem 128 | Yaakov Selkowitz | 2022-01-09 | 23 | -494/+1462 |
| | |||||
* | Bump release | Yaakov Selkowitz | 2017-11-14 | 1 | -1/+7 |
| | |||||
* | Implement MiniDebugInfo for Cygwin binaries | Yaakov Selkowitz | 2017-11-14 | 2 | -1/+5 |
| | |||||
* | Update list of default Win32 DLLs | Yaakov Selkowitz | 2017-11-14 | 2 | -61/+96 |
| | |||||
* | Update config.{guess,sub} in %cygwin_configure | Yaakov Selkowitz | 2017-11-14 | 1 | -0/+3 |
| | |||||
* | Remove deprecated macros | Yaakov Selkowitz | 2017-11-14 | 1 | -75/+0 |
| | |||||
* | Allow empty CYGWIN{32,64}_{C,CPP,CXX}FLAGS environment variables | Yaakov Selkowitz | 2015-06-10 | 3 | -6/+7 |
| | | | | Based on mingw-filesystem commit 64394b95aa6c2e5104d808a35729850b82cc2e1b. | ||||
* | Don't set LIB_INSTALL_DIR any more in the CMake macros as it breaks CPack | Yaakov Selkowitz | 2015-06-10 | 3 | -2/+1 |
| | | | | Based on mingw-filesystem commit 2031da5ebbd4b03e5bbdc4c83dc337a651e90e14. | ||||
* | Prevent CFLAGS and CXXFLAGS from being set when using CMake wrappers | Yaakov Selkowitz | 2015-06-10 | 2 | -0/+10 |
| | | | | Based on mingw-filesystem commit 7daa0102535b1ab53bc40d97bb5aa0e30489e00e. | ||||
* | Don't use verbose output by default in the CMake wrapper scripts | Yaakov Selkowitz | 2015-06-10 | 2 | -1/+2 |
| | | | | Based on mingw-filesystem commit f185f589850ad3056f8bb7ea85de812891f5e91e. | ||||
* | Allow verbose CMake output to be disabled | Yaakov Selkowitz | 2015-06-10 | 3 | -2/+7 |
| | | | | Based on mingw-filesystem commit 6e3f91139b0fc6ec3b8784019a903afbfac12bb5. | ||||
* | Add CMAKE_SYSTEM_PROCESSOR to the CMake toolchain files | Yaakov Selkowitz | 2015-06-10 | 3 | -0/+3 |
| | | | | Based on mingw-filesystem commit 475f0ff26faa97d25695d961aa07e0537ddc3635. | ||||
* | Rename Toolchain-cygwin{32,64}.cmake to toolchain-cygwin{32,64}.cmake | Yaakov Selkowitz | 2015-06-10 | 5 | -7/+10 |
| | | | | Based on mingw-filesystem commit faf1180f1185bd8887f6408cab9054df256fbd97. | ||||
* | Add cppflags, ldflags variables | Yaakov Selkowitz | 2015-06-10 | 3 | -12/+23 |
| | |||||
* | Place the RPM macros in /usr/lib/rpm/macros.d when using a modern RPM | Yaakov Selkowitz | 2015-06-10 | 1 | -8/+16 |
| | | | | Based on mingw-filesystem commit 7871a5f4f525ea215044154f84810e014428c5ce. | ||||
* | Fix typo in previous commit | Yaakov Selkowitz | 2015-03-04 | 2 | -2/+5 |
| | |||||
* | Add %cygwin_autoreconf | Yaakov Selkowitz | 2015-03-04 | 4 | -27/+24 |
| | |||||
* | Fix cygwin_find_lang | Yaakov Selkowitz | 2013-06-30 | 2 | -2/+5 |
| | |||||
* | Support both cygwin32 and cygwin64 | Yaakov Selkowitz | 2013-06-30 | 20 | -304/+2399 |
| | |||||
* | Define RPM and CMake macros to use new cygwin-qt-qmake scheme | Yaakov Selkowitz | 2011-12-01 | 3 | -4/+21 |
| | | | | | | | cygwin-qt-qmake now provides versions of the Qt build tools to match the version of cygwin-qt and include the Cygwin qmake patches. Packages using cygwin-qt must use these tools instead of those from the native qt-devel, so we provide the necessary definitions. | ||||
* | Don't hide $target-pkg-config scripts from AC_PATH_PROG | Yaakov Selkowitz | 2011-11-30 | 1 | -1/+1 |
| | |||||
* | cygwin-filesystem 6-1 | Yaakov Selkowitz | 2011-11-30 | 1 | -1/+5 |
| | |||||
* | Forcefully disable /usr/bin/foo-config detection | Yaakov Selkowitz | 2011-11-30 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | If a foo-config script is missing from %{_cygwin_bindir} but is present in /usr/bin, the latter will be found even though it is for the wrong toolchain; use of this result will eventually lead to a compilation or linking error. Therefore it is not enough to specify foo-config locations which are in %{_cygwin_bindir}, but disable detection of those only in /usr/bin as well. The FOO_CONFIG variables are also exported in config.cache form (ac_cv_path_FOO_CONFIG) because many times the given variable is not marked as special by AC_ARG_VAR. | ||||
* | Define AUTOPOINT if cygwin-gettext is installed | Yaakov Selkowitz | 2011-11-30 | 1 | -0/+4 |
| | | | | | | | The autopoint script in cygwin-gettext is patched to accept the -V flag to override the version passed to AM_GNU_GETTEXT_VERSION. This is necessary because gettext 0.17+ is required for compatibility with libtool 2.2+. | ||||
* | Remove dist tag from Release for noarch packages | Yaakov Selkowitz | 2011-08-21 | 1 | -1/+1 |
| | |||||
* | cygwin-filesystem 5-1 | Yaakov Selkowitz | 2011-07-07 | 1 | -1/+5 |
| | |||||
* | autoreconf: define LIBTOOLIZE if cygwin-libtool is installed | Yaakov Selkowitz | 2011-07-07 | 1 | -1/+4 |
| | | | | | | In that case, the libtool macros in %_cygwin_datadir/aclocal (picked up by _cygwin_autoreconf) may cause a mismatch with the ltmain.sh provided by the native libtoolize. | ||||
* | cmake: define CMAKE_RC_COMPILER and CMAKE_LEGACY_CYGWIN_WIN32 | Yaakov Selkowitz | 2011-07-07 | 2 | -0/+3 |
| | |||||
* | cygwin-filesystem 4-1 | Yaakov Selkowitz | 2011-04-04 | 1 | -1/+7 |
| | |||||
* | Provide more Windows DLLs | Yaakov Selkowitz | 2011-04-04 | 1 | -0/+9 |
| | |||||
* | Add %_cygwin_autoreconf macro | Yaakov Selkowitz | 2011-04-04 | 1 | -0/+3 |
| | | | | | | | | | Many packages need an autoreconf to build properly on Cygwin, sometimes due to patches to configure.ac and/or Makefile.am, other times in order to pick up a modern libtool. This macro adds %_cygwin_datadir to the aclocal search path so that macros will be found without requiring the native -devel package. | ||||
* | Create %{_cygwin_datadir}/aclocal | Yaakov Selkowitz | 2011-04-04 | 1 | -0/+1 |
| | | | | | This directory will be used by a new %_cygwin_autoreconf macro, but the directory must exist otherwise autoreconf errors out. | ||||
* | Don't unset PKG_CONFIG_PATH in %_cygwin_pkg_config | Yaakov Selkowitz | 2011-04-04 | 1 | -1/+0 |
| | | | | | | | | | When cross-compiling into a location outside the sysroot (e.g. with jhbuild), i686-pc-cygwin-pkg-config must honour PKG_CONFIG_PATH. We still unset it in %_cygwin_env so that it is not used when building RPM packages. http://bugzilla.redhat.com/show_bug.cgi?id=688171 | ||||
* | Add _cygwin_datadir/pkgconfig and _datadir/pkgconfig to PKG_CONFIG_LIBDIR | Yaakov Selkowitz | 2011-03-14 | 2 | -3/+8 |
| | |||||
* | Add redhat-rpm-config dep | Yaakov Selkowitz | 2011-02-17 | 2 | -8/+8 |
| | | | | Unlike the stock rpm brp-strip-static-archive, this version accepts $STRIP. | ||||
* | Initial commit | Yaakov Selkowitz | 2011-02-17 | 12 | -0/+834 |