커밋 기록

작성자 SHA1 메시지 날짜
  Cliff Odijk 5127fe8359 added type check to autoloader fixes #1504 12 년 전
  Jordi Boggiano c80cb76b9b Always prepend autoloaders to avoid tools (i.e. phpunit) taking precedence over the project autoloader 12 년 전
  Jordi Boggiano 1beccf9f0f Fix access of the static loader property 12 년 전
  Martin Hasoň 45d7eb5b53 Fixed generating packageMap in AutoloaderGenerater (fixes generating include_paths.php file) 13 년 전
  Martin Hasoň 03e355f063 Fixed topological sorting of packages in AutoloadGenerator 13 년 전
  Jordi Boggiano c5f3a6febd Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286 13 년 전
  Jordi Boggiano de3188ca7d Remove target dir for classmap autoloads of the root package, fixes #1308 13 년 전
  Jordi Boggiano 487e66d0a9 Allow loading of multiple composer autoloaders concurrently, fixes #1248 13 년 전
  Martin Hasoň 9582a8abfa Added tests for consistency of data in AutoloadGenerator::sortPackageMap 13 년 전
  Martin Hasoň 1ff1b8ac1f Sorted generated classmap 13 년 전
  Martin Hasoň c63f0d9642 Preserved original position of package if required packages are before this 13 년 전
  Martin Hasoň e75abcbb41 Fixed order of packages in the classmap autoloader 13 년 전
  Martin Hasoň b7f96d5dc3 Fixed autoloader generator 13 년 전
  Adrien Brault fd58c24a9f ComposerAutoloaderInitXXX::getLoader behaves like a ClassLoader singleton 13 년 전
  Filip Procházka 80e9999d1c typo 13 년 전
  Filip Procházka 9d8db4e148 AutoloadGenerator: respect dependencies, when requiring files 13 년 전
  Christophe Coevoet 66b83a39d2 Removed a PHP notice when dumping the autoloader 13 년 전
  Jordi Boggiano 521bbe6556 CS fixes 13 년 전
  Jordi Boggiano ef637c8f1a CS fixes 13 년 전
  Jordi Boggiano dbd44d6bcf Handle empty namespaces 13 년 전
  Jordi Boggiano 44d7d4a38e Make PSR0 scanning optional 13 년 전
  Jordi Boggiano ee14950972 Add whitelist to the classmap generator to allow skipping of Test files 13 년 전
  Jordi Boggiano 48c46ce3b6 Automatically generate classmaps for all PSR-0 packages to speed things up, fixes #541, fixes #127 13 년 전
  Jordi Boggiano 4f0ad98905 Always include the ClassLoader since autoload_real is included only once, refs #963 13 년 전
  Jordi Boggiano 30fdf379aa Minor consistency tweaks 13 년 전
  Victor Berchet d2dc73e361 [Autoload] Set $vendorDir et $baseDir in ComposerAutoloaderInitTargetDir::getLoader() 13 년 전
  Victor Berchet 4c82c35dbc [Autoload] Generate the autoloader_real file in the target directory 13 년 전
  Victor Berchet 2c065416eb [Autoload] generate an autoload_real.php file 13 년 전
  Victor Berchet 963fedc9a5 [Autoload] remove closures because of a bug in APC 13 년 전
  Taylor Otwell a834efe7c9 Fix directory handling when auto-loading files. 13 년 전