aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-remove.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-19Add --mask-repository pkg-build optionKaren Arutyunov1-35/+70
2022-12-12Adapt to dir_iterator API changeKaren Arutyunov1-1/+1
2022-06-07Add --keep-temp common optionKaren Arutyunov1-2/+2
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-1/+1
2021-09-04Add support for multiple temporary directoriesKaren Arutyunov1-4/+7
2021-08-20Fix rep-remove not to use dangling referencesKaren Arutyunov1-2/+1
2021-07-09Add support for linked configurationsKaren Arutyunov1-21/+15
2020-06-26Fix build order for test and main packagesKaren Arutyunov1-1/+0
2020-06-18Fix assertion failure in rep-removeKaren Arutyunov1-7/+20
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-02Use butl::small_vector instead of std::vector in persistent classes where it ...Karen Arutyunov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-02Fix crash when compiled with GCC 4.9Karen Arutyunov1-2/+2
2018-07-09Fix memory leak due to complement repository cyclesKaren Arutyunov1-13/+11
2018-07-09Adapt to repository_url(string) ctor throwing invalid_argument for empty stringKaren Arutyunov1-3/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-17Pass ignore_dangling flag to dir_iterator() ctorKaren Arutyunov1-1/+1
2018-04-27Add support for repository fragmentsKaren Arutyunov1-40/+137
2018-04-19Implement git repository handling transition (phase 0)Karen Arutyunov1-5/+4
2018-04-19Implement build plan simulationKaren Arutyunov1-2/+2
2018-03-14Add --no-result option to suppress printing informational messagesBoris Kolpackov1-4/+5
2018-03-08Change database parameter type to transaction for some rep_*() functionsKaren Arutyunov1-6/+12
2018-03-02Update rep-fetchKaren Arutyunov1-27/+139
2018-02-26Add support for rep-list and rep-remove, update rep-addKaren Arutyunov1-0/+288