KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
static void | at_terminate () |
At process termination, using atexit() keeps the CURL stuff out of the singletops and PGM_BASE. More... | |
std::string | GetKicadCurlVersion () |
std::string | GetCurlLibVersion () |
Variables | |
static volatile bool | s_initialized |
static std::mutex | s_lock |
|
static |
At process termination, using atexit() keeps the CURL stuff out of the singletops and PGM_BASE.
Definition at line 44 of file kicad_curl.cpp.
References KICAD_CURL::Cleanup().
Referenced by KICAD_CURL::Cleanup().
std::string GetCurlLibVersion | ( | ) |
Definition at line 142 of file kicad_curl.cpp.
Referenced by GetVersionInfoData().
std::string GetKicadCurlVersion | ( | ) |
Definition at line 136 of file kicad_curl.cpp.
References KICAD_CURL::GetVersion().
Referenced by GetVersionInfoData().
|
static |
Definition at line 38 of file kicad_curl.cpp.
Referenced by KICAD_CURL::Cleanup(), KICAD_CURL::GetSimpleVersion(), and KICAD_CURL::Init().
|
static |
Definition at line 40 of file kicad_curl.cpp.
Referenced by KICAD_CURL::Cleanup(), and KICAD_CURL::Init().