spiegel-keyman/common/engine/keyboardprocessor/src
Tim Eves 79060a36c6 Use more generic preprocessor macro 64bit
__x86_64__ is only for Intel __LP64__ and _LP64 are for any arch that has 64bit `long int` and pointers, and 32bit `int` same as Intel.
2019-02-26 11:40:44 +07:00
..
kmx Use more generic preprocessor macro 64bit 2019-02-26 11:40:44 +07:00
mock Newer compilers are complaining about catching std::exception derived class by value, this fixes that. 2019-01-14 09:44:43 +07:00
context.hpp Refactor direct access to actions context lists with objects and smart push methods 2018-12-17 23:21:38 +07:00
json.cpp Whitespace, warnings and header tidy ups 2018-12-17 23:28:59 +07:00
json.hpp Whitespace, warnings and header tidy ups 2018-12-17 23:28:59 +07:00
keyboard.cpp More tidy ups 2018-12-18 10:16:04 +07:00
keyboard.hpp Add more convert function use, psuh_persist actions and various tidy-ups 2018-12-17 23:40:44 +07:00
km_kbp_context_api.cpp Merge branch 'beta' into p5s2-merge 2019-02-04 21:02:15 +07:00
km_kbp_keyboard_api.cpp Newer compilers are complaining about catching std::exception derived class by value, this fixes that. 2019-01-14 09:44:43 +07:00
km_kbp_options_api.cpp Newer compilers are complaining about catching std::exception derived class by value, this fixes that. 2019-01-14 09:44:43 +07:00
km_kbp_processevent_api.cpp Refactor keyboard processor initialisation code. 2018-12-17 06:02:22 +07:00
km_kbp_state_api.cpp Newer compilers are complaining about catching std::exception derived class by value, this fixes that. 2019-01-14 09:44:43 +07:00
meson.build Spevify meson project_version and libtool version number separately. 2019-01-03 14:52:06 +07:00
option.cpp Rfactor options out of class state into virtual methods on abstract_processor 2018-12-19 11:20:28 +07:00
option.hpp Rfactor options out of class state into virtual methods on abstract_processor 2018-12-19 11:20:28 +07:00
path.hpp Whitespace, warnings and header tidy ups 2018-12-17 23:28:59 +07:00
processor.hpp Fix use-after0free in abstract_processor::lookup_option() design 2018-12-19 12:15:24 +07:00
state.cpp Rfactor options out of class state into virtual methods on abstract_processor 2018-12-19 11:20:28 +07:00
state.hpp Rfactor options out of class state into virtual methods on abstract_processor 2018-12-19 11:20:28 +07:00
utfcodec.cpp Add all the missing files that should have been in the preceding commit 2018-11-30 14:46:54 +07:00
utfcodec.hpp Fix bug #1494 potential for buffer overrun 2019-01-17 17:12:42 +07:00