Historial de Commits

Autor SHA1 Mensaje Fecha
  Pierre du Plessis 255c0be7fc Added tests for include path flag hace 12 años
  Pierre du Plessis 84b34b70e0 Add config option to set if the PHP include path should automatically be used when generating the autoloader hace 12 años
  Martin Hasoň 45d7eb5b53 Fixed generating packageMap in AutoloaderGenerater (fixes generating include_paths.php file) hace 12 años
  Martin Hasoň 03e355f063 Fixed topological sorting of packages in AutoloadGenerator hace 12 años
  Jordi Boggiano c5f3a6febd Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286 hace 12 años
  Jordi Boggiano de3188ca7d Remove target dir for classmap autoloads of the root package, fixes #1308 hace 12 años
  Jordi Boggiano 487e66d0a9 Allow loading of multiple composer autoloaders concurrently, fixes #1248 hace 12 años
  Martin Hasoň 1ff1b8ac1f Sorted generated classmap hace 12 años
  Martin Hasoň c63f0d9642 Preserved original position of package if required packages are before this hace 12 años
  Martin Hasoň e75abcbb41 Fixed order of packages in the classmap autoloader hace 12 años
  Martin Hasoň b683aeb586 Fix expected values in tests for autoloader generator hace 12 años
  Filip Procházka 9d8db4e148 AutoloadGenerator: respect dependencies, when requiring files hace 13 años
  Christophe Coevoet 66b83a39d2 Removed a PHP notice when dumping the autoloader hace 13 años
  Jordi Boggiano d6de4a0036 Rename Package interfaces to reduce BC issues hace 13 años
  Jordi Boggiano 2af2c27168 Add regression test for files autoload in root package, fixes #880 hace 13 años
  Jordi Boggiano 44d7d4a38e Make PSR0 scanning optional hace 13 años
  Jordi Boggiano 48c46ce3b6 Automatically generate classmaps for all PSR-0 packages to speed things up, fixes #541, fixes #127 hace 13 años
  Jordi Boggiano 4f0ad98905 Always include the ClassLoader since autoload_real is included only once, refs #963 hace 13 años
  Victor Berchet 4c82c35dbc [Autoload] Generate the autoloader_real file in the target directory hace 13 años
  Victor Berchet 2c065416eb [Autoload] generate an autoload_real.php file hace 13 años
  Victor Berchet 963fedc9a5 [Autoload] remove closures because of a bug in APC hace 13 años
  Jordi Boggiano 6fb5d26474 Revert "Add test and some fixes to allow absolute paths, refs #869" hace 13 años
  Jordi Boggiano a2a2f4af59 Add test and some fixes to allow absolute paths, refs #869 hace 13 años
  Sylvain Filteau 51404659ef Change the order of the include paths hace 13 años
  Jordi Boggiano b876dcbafb Use the config object to define the vendor dir and not the installation manager hace 13 años
  Jordi Boggiano 1df9c62583 Cosmetic fixes to autoload generation hace 13 años
  Benjamin Eberlei 5c5e962b5a Add Files Autoloading key. This is a necessary feature to allow purely or partly functional libraries to be "autoloadable" by composer by calling require_once on every file in the "autoload"."files" list. hace 13 años
  Jordi Boggiano 1a255420b0 Ignore aliases in autoload generator hace 13 años
  Jordi Boggiano 15ab5868a3 Move composer metafiles back in a composer dir, except autoload.php hace 13 años
  Jordi Boggiano 51711c2f73 Fix multi-prefix handling hace 13 años