|
KiCad PCB EDA Suite
|
#include <history_lock.h>#include <lockfile.h>#include <advanced_config.h>#include <wx/filename.h>#include <wx/filefn.h>#include <wx/log.h>#include <wx/datetime.h>#include <git2.h>Go to the source code of this file.
Macros | |
| #define | HISTORY_LOCK_TRACE wxT( "KICAD_HISTORY_LOCK" ) |
Functions | |
| static wxString | historyPath (const wxString &aProjectPath) |
| #define HISTORY_LOCK_TRACE wxT( "KICAD_HISTORY_LOCK" ) |
Definition at line 34 of file history_lock.cpp.
Referenced by HISTORY_LOCK_MANAGER::BreakStaleLock(), HISTORY_LOCK_MANAGER::HISTORY_LOCK_MANAGER(), HISTORY_LOCK_MANAGER::IsLockStale(), and HISTORY_LOCK_MANAGER::~HISTORY_LOCK_MANAGER().
|
static |
Definition at line 37 of file history_lock.cpp.
Referenced by HISTORY_LOCK_MANAGER::BreakStaleLock(), LOCAL_HISTORY::CommitSnapshot(), LOCAL_HISTORY::EnforceSizeLimit(), LOCAL_HISTORY::GetHeadHash(), LOCAL_HISTORY::HeadNewerThanLastSave(), HISTORY_LOCK_MANAGER::HISTORY_LOCK_MANAGER(), LOCAL_HISTORY::HistoryExists(), LOCAL_HISTORY::Init(), HISTORY_LOCK_MANAGER::IsLockStale(), and LOCAL_HISTORY::ShowRestoreDialog().