summaryrefslogtreecommitdiff
path: root/src/backend/solvedeps.py
AgeCommit message (Expand)Author
2024-03-01* expose the --nodeps option from Portage in Sisyphus CLIHEADv6.2403.1masterV3n3RiX
2023-05-05bugfix (part 2) : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-05-05bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-04-08solvedeps : make sure it stops with keyboard interruptV3n3RiX
2023-04-07backend : rewrite the dependency solver in a more efficient wayV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...V3n3RiX
2023-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i...V3n3RiX
2023-03-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0V3n3RiX
2022-11-16change pickle database namesV3n3RiX
2022-11-04backend : use pickle to store dependency lists across modules, split out down...V3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30move resolveDeps -> solvedepsV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-09-16bugfix :V3n3RiX
2021-02-15backend : enable bdeps by default in solvedeps && install && ebuildinstall mo...V3n3RiX
2021-02-06order imports, minor fix in check moduleV3n3RiX
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, upda...V3n3RiX
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend to...V3n3RiX