Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-29Make use of SHA-1 and MD5 conditional, off by default (RhBug:1935486)Aleš Matěj
2021-02-16Use pkg-config for rpm libraries instead of custom codeLukáš Hrázký
2021-02-16Remove custom CMake modules, use pkg-config insteadLukáš Hrázký
2021-02-01Drop Python 2 supportDaniel Alley
2021-01-20Don't rely on cmake defaults in spec and set cmake drpm default to offAleš Matěj
2020-03-10remove expat xml library in favor of libxml2Aleš Matěj
2020-02-14More correct way to find GLib2 and GThread2.Dmitry Mikhirev
2019-08-27Depend on DRPM minimum version 0.4.0Aleš Matěj
2019-08-06Revise drpm dependency check and bump the minimum version to 0.3.0Neal Gompa
2019-04-23Add support for reading module metadataStephen Gallagher
2018-11-26Make zchunk dependency optionalJonathan Dieter
2018-11-26Add zchunk include directoriesJonathan Dieter
2018-11-26Use pkg_check_modules to simplify CMakeListsJonathan Dieter
2018-11-26Add zchunk integrationJonathan Dieter
2018-11-19Utilize GNUInstallDirsDaniel Alley
2018-11-19Bump minimum required cmake to 2.8Daniel Alley
2018-11-19cmake: Introduce CREATEREPO_C_INSTALL_DEVELOPMENT optionJean-Christophe Fillion-Robin
2018-11-19cmake: Introduce CREATEREPO_C_INSTALL_MANPAGES optionJean-Christophe Fillion-Robin
2018-11-19setup.py: Set ENABLE_BASHCOMP option instead of checking for SKBUILDJean-Christophe Fillion-Robin
2018-11-19cmake: Include OPENSSL_INCLUDE_DIR to support building against custom installJean-Christophe Fillion-Robin
2018-11-19cmake: Support building libcreaterepo_c staticallyJean-Christophe Fillion-Robin
2018-11-19Add the capability to build Python (PyPI) packages directly.Daniel Alley
2018-07-31Set to build against Python 3 by defaultDaniel Alley
2018-06-10Enable support for processing legacy tags by defaultNeal Gompa
2016-04-14added switch to turn of python supportFrank Schreiner
2016-03-14Support for threaded XZ encoding (Issue #53)Tomas Mlcoch
2016-03-11Misc: Add cr_version_string_with_features() functionTomas Mlcoch
2016-03-11CMake: Add ENABLE_DRPM optionTomas Mlcoch
2016-03-03cmake option --enable-legacy-weakdeps to enable old SUSE weaktagsFrank Schreiner
2015-11-23Cmake niceties for Python3, like librepo does it.Ralph Bean
2015-09-29Enable drpm support when drpm library is detected on system (RhBug: 1261031) ...Tomas Mlcoch
2015-07-07CMake: Don't require CXX compilerTomas Mlcoch
2015-05-06CMake: Add bash completion for sqliterepo_c into MakefileTomas Mlcoch
2015-01-25Bring bash completion install dir and filenames up to date with current bash-...Ville Skyttä
2014-12-11drpm library: Explicitly try to locate libdrpm.so.0Tomas Mlcoch
2014-12-11deltarpms: Don't show options for delta rpms if support is not availableTomas Mlcoch
2014-07-18Deltarpm support (Experimental - the used drpm library is not stable!)Tomas Mlcoch
2014-04-07CMake: Support for build with custom RPM version (CMake now supports RPM_PATH)Tomas Mlcoch
2014-03-03CMake: Modify debug compilation flags.Tomas Mlcoch
2014-03-02CMake: Remove deltarepoTomas Mlcoch
2013-12-05CMake support for deltarepoTomas Mlcoch
2013-09-30G_LOG_DOMAIN definition moved to CMake (removed logging.h)Tomas Mlcoch
2013-07-02tests: Fix issue with missing rpath to libcreaterepo_c.so in tests while buil...Tomas Mlcoch
2013-06-01checksum: New module + test + all checksum related operations switched to the...Tomas Mlcoch
2013-05-13CMake: Remove unused CPACK stuff.Tomas Mlcoch
2013-05-06Python: Experimantal implementation of Python bindings + tests.Tomas Mlcoch
2013-04-03Code refactoring.Tomas Mlcoch
2013-02-25Fix doxygen doc gen.Tomas Mlcoch
2013-02-25Cmake scripts refactored & README update.Tomas Mlcoch
2013-02-22Use VERSION.cmake for set current version instead of src/version.h.Tomas Mlcoch