7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-14 02:59:34 +00:00
kicad/common/git
Wayne Stambaugh 795a9eea60 Coding policy fixes.
This is primarily to change all instances of wxLogDebug with wxLogTrace
so developers do not have to sift through debugging output that is always
dumped.  The only exception is for code blocks built in debug builds and
called on demand for dumping object states.
2024-05-23 07:59:45 -04:00
..
git_add_to_index_handler.cpp Coverity fixes 2023-10-21 17:31:58 +02:00
git_add_to_index_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_clone_handler.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
git_clone_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_commit_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_commit_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_compare_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_compare_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_progress.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_pull_handler.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
git_pull_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_push_handler.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
git_push_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_remove_from_index_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_remove_from_index_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_remove_vcs_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_remove_vcs_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_resolve_conflict_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_resolve_conflict_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_revert_handler.cpp Coding policy fixes. 2024-05-23 07:59:45 -04:00
git_revert_handler.h Can't use forward declare with std::vector 2024-04-13 08:22:20 -04:00
git_switch_branch_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_switch_branch_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_sync_handler.cpp ADDED: Git integration support 2023-10-20 12:51:47 +00:00
git_sync_handler.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
kicad_git_blob_reader.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
kicad_git_common.cpp Cleanup libgit init calls 2024-05-06 10:18:38 -07:00
kicad_git_common.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
kicad_git_compat.h Add libgit compatibility header 2023-10-21 00:55:57 +02:00
kicad_git_errors.cpp Hide unused variable warnings in git error strings 2023-12-24 01:22:21 +00:00
kicad_git_errors.h Properly cleanup git repos and memory on project/frame deletion 2024-04-01 21:59:50 +01:00