kicad/libs/core
Alex Shvartzkop 2ad3ccc4d8 Use 64-bit type to represent microseconds.
int and long are 32-bit on Windows, causing overflows.

(cherry picked from commit 85b1978408)
2024-03-03 21:47:23 +03:00
..
include/core Use 64-bit type to represent microseconds. 2024-03-03 21:47:23 +03:00
CMakeLists.txt Move UTF8 to core 2023-09-07 20:55:16 -04:00
Readme.md
base64.cpp promote base64.cpp to core 2023-09-06 23:27:08 -04:00
observable.cpp observable can live in core 2023-09-06 21:25:24 -04:00
profile.cpp Use 64-bit type to represent microseconds. 2024-03-03 21:47:23 +03:00
thread_pool.cpp Shove thread_pool to core 2023-09-06 17:50:12 -04:00
utf8.cpp Clean up stale TODOs. 2024-02-05 15:49:57 +00:00
version_compare.cpp Prevent dereferencing end iterator 2023-07-25 10:49:35 -07:00
wx_stl_compat.cpp Switch to string_view in tool action construction 2023-07-13 00:53:06 +01:00

Readme.md

This library contains base non-EDA items and extensions to libraries that are used throughout the KiCad codebase. This library should never depend on any parts of the KiCad code outside the thirdparty directory, since this is meant to be the lowest-level library in the dependency chain.