Commit History

Author SHA1 Message Date
  Jordi Boggiano a7a975ec1c Alias dev-master/trunk/default to 9999999-dev instead of normalizing the version to that, fixes #8323 5 years ago
  Jordi Boggiano ef7252b358 Avoid relying on internal usort behavior 7 years ago
  Jordi Boggiano c917865fe9 Fix handling of dev versions and consolidate logic, refs #7119 7 years ago
  闫兴茂 1c0a494c72 Update findBestVersionForPackage method to support return package name 8 years ago
  闫兴茂 354bd7f7e2 Update parse name version parirs name to lower 8 years ago
  Jérôme Vasseur 71c2ecbace Fix platform package detection in VersionParser 8 years ago
  Jordi Boggiano c9436438ff Add memoization to parseConstraints, saves some (6-7% here) RAM and marginal CPU time 9 years ago
  Rob Bast 1328d9c3b2 rename baseversionparser to semverversionparser 10 years ago
  Rob Bast 1ccfc8eb96 add semver, deprecated existing classes 10 years ago
  Jordi Boggiano c36d2a2e50 Merge pull request #4214 from legoktm/parse-links 10 years ago
  Nils Adermann 3fd4672382 VersionParser: Append elements directly instead of array_merge 10 years ago
  Nils Adermann e88df7429f Remove a few hundred/thousand array_merge calls 10 years ago
  Kunal Mehta 14d1f0f3f6 Move VersionParser::parseLinks() to ArrayLoader::parseLinks() 10 years ago
  Kunal Mehta 0ad9e98a59 Don't use BasePackage::$stabilities in VersionParser 10 years ago
  Kunal Mehta c5afb8f23a Mark VersionParser::formatVersion() as deprecated 10 years ago
  Kunal Mehta 99dab8aebd Move VersionParser::formatVersion() to BasePackage::getFullPrettyVersion() 10 years ago
  Jordi Boggiano 6a64041055 CS fixes 10 years ago
  Sam Minnee 2cd698874f Include pre-releases in >=2.3.0 comparison. Fixes #4080. 10 years ago
  nevvermind 12c833864c Revert converting `1.0.0` to `^1.0`. 10 years ago
  nevvermind 4fd9a3ceee compare against correct format 10 years ago
  nevvermind 3032f0a538 Refactor based on code review 10 years ago
  nevvermind eb2aa14830 Make plugins have actual constraints instead of fixed versions 10 years ago
  Rob Bast 46e0a506b9 Added another testcase + fix 10 years ago
  Rob Bast a0ca1d4d96 Consider 0 as part of a version 10 years ago
  Hannes Van De Vreken b85cb7df82 Remove unused variable 10 years ago
  Chris Brand 87b7de4d0a Add the P character to the regex pattern 11 years ago
  Jordi Boggiano cd38d1e096 Tweaks to also support 1.0-dev style aliases, refs #3480 11 years ago
  Damian Mooyman 7bb85ff21e Support aliases for numeric branches. Fixes #3461 11 years ago
  Jordi Boggiano 92f4c1fb35 Allow and ignore semver build metadata, fixes #2422 11 years ago
  Jordi Boggiano f363f9d370 Add support for caret (^) operator 11 years ago