summaryrefslogtreecommitdiff
path: root/phpinspect-pipeline.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
2025-05-22Remove unneeded variables, remove worker pausing code and remove company-backendHugo Thunnissen
2024-10-05Refactor parse context + fix compilation errorsHugo Thunnissen
2024-10-05WIP create common base library for threading operationsHugo Thunnissen
2024-10-03Shadow buffer in semi usable stateHugo Thunnissen
2024-09-28Handle quitting more adequately in worker and pipeline threads + tweak pause ...Hugo Thunnissen
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Test and improve typedef index reactivity and lazy loading + fix a bunch of bugsHugo 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
2023-08-20Handle quitting more gracefully in worker and pipeline threadsHugo Thunnissen
2023-08-16Apply overall code quality improvementsHugo Thunnissen
2023-08-15Use rear pointer instead of nconc to append to end of listHugo 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-14Define free variables + use condition-case-unless-debugHugo Thunnissen
2023-08-07Add custom variables for worker and pipeline pause timeHugo Thunnissen
2023-08-07Implement basic support for function indexation and include dirsHugo Thunnissen
2023-08-06Remove `phpinspect-define-pipeline-step' in favor of direct fun callHugo Thunnissen
2023-08-05Add `phpinspect-pipeline-pause-time'Hugo Thunnissen
2023-08-05Make project indexation asynchronous using `phpinspect-pipeline'Hugo Thunnissen
2023-08-04Add tests for pipeline and make API more ergonomicHugo Thunnissen
2023-08-04Implement async processing pipelineHugo Thunnissen