Julius Pfrommer
3bec159cb9
Merge remote-tracking branch 'origin/1.4' into merge_14_master_25
2025-01-25 19:06:56 +01:00
Noel Graf
34d957c561
fix(server): Consistency in the use of the Windows architecture flag
2025-01-09 15:00:38 +01:00
estr Eckerstorfer Andreas
166d03c351
refactor(core): Substitute tabs by spaces in source code
2024-09-14 02:33:22 +02:00
Julius Pfrommer
705801a55c
refactor(examples): Use the NS0ID shorthand in the examples
2024-07-26 08:30:16 +02:00
Julius Pfrommer
564dc2ff39
fix(examples): Use stdlib.h over malloc.h
2024-04-17 13:09:16 +02:00
Johannes Kauffmann
1bda4f6083
fix(examples,tests): correct Windows define
...
Checking for WIN32 only works by virtue of CMake defining WIN32, by
itself. The _WIN32 define actually comes from the compiler, so use
that instead.
Since these are examples and tests, don't use UA_ARCHITECTURE_WIN32.
2024-01-20 09:52:19 +01:00
Julius Pfrommer
8439c500aa
refactor(examples): Clean up arch-dependent API usage in examples
2023-07-28 21:42:56 +02:00
Julius Pfrommer
928931ec36
refactor(core): Move architecture-specific definition out of the public headers
2023-07-28 21:42:56 +02:00
Julius Pfrommer
e24859ae88
fix(examples): Make threading in tutorial_server_method_async.c valgrind-clean
2023-03-28 00:22:22 +02:00
Julius Pfrommer
4b8ec01827
refactor(examples): Use UA_Server_runUntilInterrupt in examples
2023-01-15 17:34:17 +01:00
Julius Pfrommer
8fa9a18d87
fix(examples): Use UA_sleep_ms instead of sleep
...
sleep is not available on win32.
2022-06-19 20:22:40 +02:00
kimim
2faa87567b
fix(typo): HellWorld -> HelloWorld
2021-09-29 14:28:52 +02:00
Julius Pfrommer
beeafc02e9
refactor(core): Better type-safety for locking primitives
2021-01-05 23:04:23 +01:00
Christian von Arnim
bceeee6150
Replace unnecessary UA_NS0ID_HASORDEREDCOMPONENT with UA_NS0ID_HASCOMPONENT
2020-06-08 14:10:50 +02:00
Julius Pfrommer
9b2c7812ea
feature(server): Add UA_Server_getAsyncOperationNonBlocking
...
This replaces UA_Server_getAsyncOperation and returns the timeout
timestamp to the worker thread.
2019-11-10 16:50:18 +01:00
Julius Pfrommer
0ed855345c
refactor(examples): Use _clear instead of _deleteMembers
2019-10-03 15:14:24 +02:00
Klaus Schick
cc94b6aa0f
Server: Asynchronous Operations API / Implementation for methods
2019-09-12 15:20:01 +02:00