Martin Hasoň
|
07d2f17afe
[Autoload] Make all paths relative for file portability
|
12 年 前 |
Martin Hasoň
|
3499610631
Fixed tests for autoloader generator
|
12 年 前 |
Martin Hasoň
|
48444a028c
Added support for vendor dir excluded from working dir
|
12 年 前 |
Jordi Boggiano
|
3cc5698e7b
Allow PHP 5.2 autoloaders to consume namespace, classmap and include path files, fixes #1730
|
12 年 前 |
Jordi Boggiano
|
8d55b9cced
Merge remote-tracking branch 'ronnylt/script-event-post-dump-autoload'
|
12 年 前 |
Jordi Boggiano
|
b4c2347b24
Test fixes
|
12 年 前 |
Jordi Boggiano
|
5a484cb3a9
Make sure target-dir plays well with classmap and files autoload, for root and deps, refs #1550
|
12 年 前 |
Jordi Boggiano
|
ab1256e135
Merge remote-tracking branch 'cmodijk/master'
|
12 年 前 |
Cliff Odijk
|
5127fe8359
added type check to autoloader fixes #1504
|
12 年 前 |
Pierre du Plessis
|
255c0be7fc
Added tests for include path flag
|
12 年 前 |
Pierre du Plessis
|
84b34b70e0
Add config option to set if the PHP include path should automatically be used when generating the autoloader
|
12 年 前 |
Ronny López
|
e5cbf83185
Added post-autoload-dump script event.
|
12 年 前 |
Martin Hasoň
|
45d7eb5b53
Fixed generating packageMap in AutoloaderGenerater (fixes generating include_paths.php file)
|
12 年 前 |
Martin Hasoň
|
03e355f063
Fixed topological sorting of packages in AutoloadGenerator
|
12 年 前 |
Jordi Boggiano
|
c5f3a6febd
Fix optimized autoloader generation for PSR-0 configs that include non-existent dirs, fixes #1286
|
12 年 前 |
Jordi Boggiano
|
de3188ca7d
Remove target dir for classmap autoloads of the root package, fixes #1308
|
12 年 前 |
Jordi Boggiano
|
487e66d0a9
Allow loading of multiple composer autoloaders concurrently, fixes #1248
|
12 年 前 |
Martin Hasoň
|
1ff1b8ac1f
Sorted generated classmap
|
12 年 前 |
Martin Hasoň
|
c63f0d9642
Preserved original position of package if required packages are before this
|
12 年 前 |
Martin Hasoň
|
e75abcbb41
Fixed order of packages in the classmap autoloader
|
12 年 前 |
Martin Hasoň
|
b683aeb586
Fix expected values in tests for autoloader generator
|
12 年 前 |
Filip Procházka
|
9d8db4e148
AutoloadGenerator: respect dependencies, when requiring files
|
12 年 前 |
Christophe Coevoet
|
66b83a39d2
Removed a PHP notice when dumping the autoloader
|
13 年 前 |
Jordi Boggiano
|
d6de4a0036
Rename Package interfaces to reduce BC issues
|
13 年 前 |
Jordi Boggiano
|
2af2c27168
Add regression test for files autoload in root package, fixes #880
|
13 年 前 |
Jordi Boggiano
|
44d7d4a38e
Make PSR0 scanning optional
|
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 年 前 |
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 年 前 |