Skip to content

0.3.0

Compare
Choose a tag to compare
@theofidry theofidry released this 08 Dec 09:01
· 76 commits to main since this release
408e7cf

Features

  • df1f05d Add support for PHP 7.2 (#41)
  • 72b7d5d Allow to configure nproc (#44)
  • ee56c03 Add HwPhysicalFinder (#46)
  • 6184d0e Add CpuCoreCounter::getFinderAndCores() (#50)
  • 4a0413c Move the dummy core finder from the test to the source directory (#51)
  • 1fd5dca [BC Break] Add a way to get the logical and physical number of cores for Windows (#52)
  • 7a6740d [BC Break] Introduce a diagnosis tool (#60)
  • 408e7cf [BC Break] Move registry lists to the registry (#69)
  • 1513193 Add NProcessor based finders (#67)

Misc

  • 25dbab2 [BC Break] Rename the CpuFinder namespace to CpuCoreFinder (#39)
  • 80bcfdc Move the shell_exec function check to supportsNproc() (#40)
  • f7442af Install dependencies in the CI as a dedicated step (#42)
  • b57c631 Add docs for Nproc (#43)
  • fc1cdf5 [BC Break] Rename HwFinder to HwLogicalFinder (#45)
  • 49c34df Refactor finders to leverage a common base (#47)
  • 89a5259 [BC Break] Move the finders into a dedicated Finder namespace (#48)
  • b2549c9 Add a base for e2e tests (#53)
  • 0179408 Update gitattributes (#61)
  • b52bb04 Do not inspect src for PHPStan tests (#62)
  • 864d201 Add tests for ShellExec (#63)
  • bcddd3b Fix PHPUnit config (#64)
  • 4f1d36e Move the MakefileTest to the AutoReview namespace (#49)
  • 2594740 Add documentation about the diagnosis commands (#65)
  • 1bd4c79 Add BCP section (#66)
  • 6106a1f Simplify some tests (#68)