]> git.mxchange.org Git - simgear.git/history - simgear/package
Merge branch 'next' of git.mxchange.org:/var/cache/git/repos/simgear into next
[simgear.git] / simgear / package /
2016-09-22 Roland HaederMerge branch 'next' of git.mxchange.org:/var/cache... next
2016-08-13 James TurnerBuilding with clean SGPath API
2016-08-13 James TurnerExport untar header
2016-08-13 James TurnerVS215 tweaks, warning fixes
2016-08-13 James TurnerFix a leak / potential crash
2016-08-13 James TurnerMore permissive catalog version checks
2016-08-13 James TurnerFix VS2015 compilation
2016-08-13 James TurnerAllow updating a Catalog URL explicitly.
2016-08-13 Erik HofmanRevert to c++98
2016-08-13 Erik HofmanAdd more missing header files
2016-08-13 James TurnerFix missing <cstdint> on non-Mac
2016-08-13 Alessandro MentiIndentation fixes (and signed/unsigned comparison fix...
2016-08-13 James TurnerInitial Tar package support.
2016-08-13 James TurnerFix a crash with mismatch package versions.
2016-08-13 James TurnerFix removal of directories.
2016-08-13 James TurnerUse SGBinaryFile in a couple more places.
2016-08-13 James TurnerPackages: fix extract dir cleanup on success.
2016-08-13 Torsten DreyerFix some warnings reported from msvc
2016-04-20 James TurnerCatalog refresh / package updating test.
2016-04-19 James TurnerCatalog removal test
2016-04-19 James TurnerExpand package-system unit-tests.
2016-04-14 James TurnerHTTP request cancellation
2016-03-30 James TurnerGuard against disabling a not-yet-active catalog.
2016-03-25 James TurnerPackages: handle catalog versions better
2016-01-04 James TurnerNew accessors for variant support.
2015-11-29 James TurnerExpose catalog name directly.
2015-11-23 James TurnerWhitespace fixes.
2015-11-23 James TurnerFix for catalog adding/removing bugs
2015-11-22 James TurnerOptional use libCurl as the HTTP client.
2015-09-28 James TurnerAvoid duplicate refresh of Catalogs
2015-09-28 James TurnerImprove package extraction cleanup
2015-09-28 James TurnerPackage support progress
2015-09-21 Rebecca N. PalmerUse our stdint.hxx, not C++11 cstdint
2015-09-21 James TurnerFix missing include for uint8_t on Linux
2015-09-21 James TurnerPackage support hacking
2015-04-23 James TurnerPackages: more unit-test coverage
2015-04-22 James TurnerPackages: increased test coverage.
2015-04-22 James TurnerPackage work on version support.
2015-03-15 James TurnerCatalogs: version-redirect support.
2015-03-15 James TurnerCatalog install feedback.
2015-02-20 James TurnerKill off allCatalogs list.
2015-01-18 Rebecca N. PalmerFix endianness tests, allowing arm64 support
2014-09-27 Torsten DreyerMerge branch 'UniformFactory' into next
2014-09-22 Thomas GeymayerFix compiler warnings.
2014-06-30 Thomas Geymayerpkg::Package: callback for installation start.
2014-06-30 Thomas Geymayerpkg: Remove Install from list after uninstall.
2014-06-30 Thomas GeymayerHTTPRequest/pkg::Install: do not replace callbacks.
2014-06-18 Thomas GeymayerKeep md5 inside simgear and use single encodeHex implem...
2014-06-17 Thomas GeymayerExpose md5.h to flightgear for. Will need a better...
2014-06-15 James TurnerPackage: support for variants
2014-06-15 Thomas Geymayerpkg: allow 'installed' as filter criterion.
2014-06-12 Thomas GeymayerPackage: fix property type (description)
2014-06-12 Thomas Geymayerpkg: Fix recursion in Install destructor.
2014-06-12 James TurnerPackage: expose file size property.
2014-06-12 James TurnerPkg: record live installs in Catalog.
2014-06-12 James TurnerPkg: qualified ID accessor.
2014-06-11 Thomas GeymayerPackage: fix detection of unknown filter term.
2014-06-10 Thomas Geymayerpkg: Support for install callbacks and fix memory corru...
2014-06-10 James TurnerPackage::existingInstall helper.
2014-06-09 Thomas GeymayerPackage: use correct tag for download url.
2014-06-04 Thomas GeymayerCatalog: add method to get all packages in a catalog.
2014-06-01 James TurnerPackage::match case-insensitive string comparison
2014-06-01 James TurnerSubstring search of package name/description.
2014-06-01 Thomas GeymayerMissing return statement
2014-05-31 James TurnerAdd installedPackages() to Catalog.
2014-05-31 James TurnerUpdate package classes ownership model.
2014-03-12 Torsten DreyerPartial fix of #1408, add missing throw
2014-02-06 James TurnerMSVC lacks stdint.h / inttypes.h
2014-02-06 James TurnerReplace md5 from RSA with OpenBSD version
2013-10-27 Thomas Geymayerio: refactor and improve HTTP modules.
2013-09-04 James TurnerRename MD5 code.
2013-06-22 James TurnerXCode warning fixes.
2013-06-12 Thomas GeymayerFix #1139
2013-06-11 Thomas GeymayerUse TEST_LIBS to include all libraries needed (on Mac)
2013-03-03 James TurnerMax catalog age configurable per-catalog.
2013-03-03 Christian SchmittAdd a missing define for minizip, needed on some instal...
2013-03-03 James TurnerPackage management tweaks.
2013-03-02 James Turnerpkgutil can show detailed info about a package.
2013-03-02 James TurnerLots more work on package support.
2013-03-02 James TurnerLGPL license on package files.
2013-03-02 James TurnerPackage dependencies.
2013-02-28 James TurnerFix some signed/unsigned comparisoms.
2013-02-28 James TurnerUpdated package-management code.
2013-02-21 Thomas GeymayerFix package management compiling with linux
2013-02-20 James TurnerInitial work on package management.