summaryrefslogtreecommitdiff
path: root/phpinspect-autoload.el
AgeCommit message (Expand)Author
2025-06-05Bump version to 3.0.1externals/phpinspectHugo Thunnissen
2025-06-05Update copyright headersHugo Thunnissen
2025-05-30Bump version to 3.0.0Hugo Thunnissen
2024-10-29Fix bug in buffer-shadow synchronization + make eldoc function asyncHugo Thunnissen
2024-10-05Refactor parse context + fix compilation errorsHugo Thunnissen
2024-10-05WIP create common base library for threading operationsHugo Thunnissen
2024-09-30Only allow one active refresh thread per autoloaderHugo Thunnissen
2024-09-28Reset type counter when refreshing autoloader and make report interval config...Hugo Thunnissen
2024-09-28Implement auto-insert-mode integrationHugo Thunnissen
2024-09-28Refactor s/filename/file-name/g; s/typename/type-name/g + fix a bugHugo Thunnissen
2024-09-28Implement "classmap" autoload directiveHugo Thunnissen
2024-09-23Implement automatic re-indexation of autoloader + refactor phpinspect-nameHugo Thunnissen
2024-09-18Add execution time information to autoload refresh messageHugo Thunnissen
2024-09-14Make autoload batch log message more descriptiveHugo Thunnissen
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-10Add interactive function to insert a type name and auto-import itHugo Thunnissen
2024-09-06Add tests for phpinspect-suggest.el and phpinspect-completion.el + improve co...Hugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Bump version to 1.2.1Hugo Thunnissen
2024-08-22Bump version to 1.2.0Hugo Thunnissen
2024-08-21Bump version to 1.1.0Hugo Thunnissen
2024-08-21Increase version number to 1.0Hugo Thunnissen
2024-08-14Make autoload indexation more robust and prevent double indexationHugo Thunnissen
2024-08-12Handle cases where the filepath of a type cannot be determinedHugo Thunnissen
2024-03-22Fix bug in autoloader that caused registration of only one FQN per typeHugo Thunnissen
2024-02-25Ignore non-existant directories in psr4 autoload configHugo Thunnissen
2023-08-20Use `phpinspect-message' in stead of `message'Hugo Thunnissen
2023-08-20Implement stub index for builtin functions and typesHugo Thunnissen
2023-08-16Fix native compilation warningsHugo Thunnissen
2023-08-15Run relint and fix detected regexp issuesHugo Thunnissen
2023-08-15Update copyright statements and apply some code style improvementsHugo Thunnissen
2023-08-15Fix all byte compilation warnings and errors (for real this time (probably))Hugo Thunnissen
2023-08-14Catch composer json format errors and notify userHugo Thunnissen
2023-08-06Remove `phpinspect-define-pipeline-step' in favor of direct fun callHugo Thunnissen
2023-08-06Give `phpinspect-buffer' responsibility over buffer indexationHugo Thunnissen
2023-08-05Implement "files" autoload strategyHugo Thunnissen
2023-08-05Add `phpinspect-pipeline-pause-time'Hugo Thunnissen
2023-08-05Remove commented codeHugo Thunnissen
2023-08-05Make project indexation asynchronous using `phpinspect-pipeline'Hugo Thunnissen
2023-08-02Add Cask configuration and fix some compilation warningsHugo Thunnissen
2023-07-28Move more functionalities from main file to separate modulesHugo Thunnissen
2023-07-02Refactor phpinspect--project to phpinspect-projectHugo Thunnissen
2022-11-01Transition from index script to autoloaderHugo Thunnissen
2022-10-20Implement psr-0 and psr-4 autoloadersHugo Thunnissen
2022-06-29Replace virtual-directory with more general virtual-fs implementationHugo Thunnissen
2022-06-27WIP: Implement psr0 and psr4 autoload strategiesHugo Thunnissen