Andreas Hennings
|
5369904dd3
autoload_files.php should return an array of files, instead of directly including them.
|
пре 12 година |
Andreas Hennings
|
f98a8f472e
Generate an autoload_files.php next to autoload_namespaces.php and autoload_classes.php
|
пре 12 година |
Jordi Boggiano
|
5ba147663d
Use ClassLoader::set to initialize the class loader paths
|
пре 12 година |
Jordi Boggiano
|
d929a0813a
Prepend the ClassLoader autoloader to avoid calling other previously registered autoloaders, fixes #1699
|
пре 12 година |
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ň
|
03e355f063
Fixed topological sorting of packages in AutoloadGenerator
|
пре 12 година |
Jordi Boggiano
|
487e66d0a9
Allow loading of multiple composer autoloaders concurrently, fixes #1248
|
пре 12 година |
Adrien Brault
|
fd58c24a9f
ComposerAutoloaderInitXXX::getLoader behaves like a ClassLoader singleton
|
пре 12 година |
Jordi Boggiano
|
2af2c27168
Add regression test for files autoload in root package, fixes #880
|
пре 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 година |