Commit Graph

  • 12c924a156 8.0.1 master v8.0.1 MMS 2024-11-22 09:49:12 -05:00
  • aaa2b2447a 8.0.0 MMS 2024-11-10 19:44:23 -05:00
  • efec63749b 8.0.0 v8.0.0 MMS 2024-10-15 13:15:11 -04:00
  • d3f94c7783 7.4.0-rc.3 v7.4.0-rc3 MMS 2024-08-28 03:03:05 -04:00
  • 2f65f40731
    Merge cfb4da9ab5122e8124024e11b86a612bb8869a03 into 64e92aa3f237a3b2d436f648f86320da69eeb284 Sven Mikael Persson 2024-08-28 14:35:34 +07:00
  • 64e92aa3f2 7.4.0-rc.3 MMS 2024-08-28 03:03:05 -04:00
  • c284a04584 7.4.0-rc.3 MMS 2024-07-19 19:25:12 -04:00
  • cfb4da9ab5
    Improved version of fix Mikael Persson 2024-07-31 11:27:55 -04:00
  • cff3516cf5
    Added logic to skip ahead to next intact message after overflowing the QS queue, this removes spammy bad checksum errors Mikael Persson 2024-07-30 17:56:30 -04:00
  • a576ed4e34 7.4.0-rc.3 MMS 2024-07-19 19:25:12 -04:00
  • d18627d1fb 7.4.0-rc.2 MMS 2024-07-04 16:50:26 -04:00
  • e8df0ee996 7.4.0-rc.2 MMS 2024-06-11 15:52:00 -04:00
  • 4009bc764f 7.4.0-rc.1 MMS 2024-06-07 16:06:49 -04:00
  • 074c0dc3ae 7.3.5-rc.1 MMS 2024-04-24 09:12:56 -04:00
  • 340b6bbd92 7.3.4 v7.3.4 MMS 2024-02-27 17:43:27 -05:00
  • fcea9943bb 7.3.3 v7.3.3 MMS 2024-02-21 16:39:54 -05:00
  • 0150f5a22b 7.3.3 MMS 2024-02-08 20:55:19 -05:00
  • 48c5df65cf QPC configuration variables related to 'qp_config.h' - QPC_CFG_USE_QP_CONFIG and - QPC_CFG_ADDITIONAL_INCDIRS removed. Handling of 'qp_config.h' is considered project specific, not qpc specific. Documentation in 'cmakeSupport.md' updated accordingly. Stefan Schober 2024-02-18 12:00:24 +01:00
  • 86efeebcfb new config variable QPC_CFG_ADDITIONAL_INCDIRS; Documention in "cmakeSupport.md" updated accordingly. Stefan Schober 2024-02-17 17:01:46 +01:00
  • b5b92e79d1 include files search path settings updated Stefan Schober 2024-02-17 13:42:40 +01:00
  • df743c8788 added support for QP_CONFIG to reflect latest upstream changes Stefan Schober 2024-02-17 13:32:24 +01:00
  • 041b59719a upstream merged to reflect latest status of QuantumLeaps Stefan Schober 2024-02-17 12:32:50 +01:00
  • 5f676d77cb 3rd-party OS support in cmake fixed (don't include qf_actq.c in 3rd-party OS; don't include qf_mem.c in uc-os2) Stefan Schober 2024-02-15 17:56:16 +01:00
  • 6558628bd0 hint from Miro respected: don't include 'qf/qf_actq.c' for ROS ports (embos, freertos, uc-os2, ...) Stefan Schober 2024-02-15 11:46:49 +01:00
  • 08d9ff70ee examples -> submodule Stefan Schober 2024-02-15 09:32:59 +01:00
  • 8102d92636 examples as submodule Stefan Schober 2024-02-15 09:19:34 +01:00
  • cf6d3ec2be support for "SPY" configuration enhanced Stefan Schober 2024-02-13 09:15:45 +01:00
  • 9b194f66e4 7.3.3 MMS 2024-02-08 20:57:29 -05:00
  • 4982535b80 7.3.3 MMS 2024-02-08 20:55:19 -05:00
  • 5c8d84bf18 cmake example in "examples/posix-win32-gui_cmake/dpp" completed with qutest support Stefan Schober 2024-02-05 15:26:34 +01:00
  • 5176851fda
    Update cmakeSupport.md Stefan Schober 2024-02-02 17:50:05 +01:00
  • c837c0b868 documentation added; typo fixed in qpc_sdk_init.cmake Stefan Schober 2024-02-02 17:45:43 +01:00
  • 33d1bea7bb Merge remote-tracking branch 'origin/master' into cmakeSupport Stefan Schober 2024-02-02 14:02:05 +01:00
  • e8596cd5c1 new branch "cmakeSupport" in 3rd_party Stefan Schober 2024-02-02 13:57:15 +01:00
  • 6c01385eba 7.3.3 MMS 2024-01-30 20:48:12 -05:00
  • 1c7dc479d4 typo fixed (QPC_QFG_UNIT_TEST -> QPC_CFG_...) Stefan Schober 2024-01-30 13:56:11 +08:00
  • 89b72b6425 cmake build system is more error tolerant against no-existing kernel and/or compiler configurations. Fallback strategy is to use QV kernel and GNU compilers Stefan Schober 2024-01-21 13:04:06 +01:00
  • 5caf511abb * Source/qpc/ - CMakeLists.txt + added cmake std definitions to allow standalone build o project definition o cmake_minimum_required() o cmake_policy() - FATAL bug fixed: double added subdirs 'src' and 'ports' removed * Source/qpc/examples/posix-win32-gui_cmake/dpp/ - CMakeLists.txt + added find_program() for GTK configuration to find glib-compile-resources + custom_command to generate C sources from GTK resource XML modified to generate sources in CMAKE_CURRENT_BINARU_DIR + MS Windows specific compile and link options generated separately - CMakePresets.json + toolchain file path refers to SourceDir - bsp.h + declaration of main_gui() added for non-Windows builds - main.c + definition of main_gui() added for non-Windows builds - bsp-gtk.c + minor GUI cosmetics :-) Stefan Schober 2024-01-18 17:25:10 +01:00
  • 73a599dc4e updates to properly handle inclusion of ws2_32 lib for win32 Spy configs Stefan Schober 2024-01-13 14:32:41 +01:00
  • f02cc8128b slight updates to cmake build definitions; new cmake example "posix-win32-gui_cmake" Stefan Schober 2024-01-17 18:23:00 +01:00
  • 27391d99ca typo fixed in CMakeLists.txt: (CONFIG_DEBUG -> QPC_CFG_DEBUG) Stefan Schober 2024-01-10 18:54:12 +01:00
  • 673dfc02ec new cmake interface qpc_sdk_init.cmake; udates to CMakeLists.txt to support qpc_sdk_import/qpc_sdk_init Stefan Schober 2024-01-10 18:14:32 +01:00
  • d4acbf85b2 - typo fixed CONFIG_UNIT_TEST -> QPC_CFG_UNIT_TEST Stefan Schober 2024-01-10 07:47:35 +01:00
  • a95e39cc84 'CMakeLists.txt' simplified Stefan Schober 2024-01-08 18:11:07 +01:00
  • 9e87d409e1 build qpc as static lib; add link library "ws2_32" for Q_SPY configurations Stefan Schober 2024-01-08 16:05:50 +01:00
  • 065aa9a481 7.3.2 MMS 2024-01-04 11:31:59 -05:00
  • d3de02a3d9 3rd_prty updates Stefan Schober 2024-01-03 17:15:03 +01:00
  • e1fcc6190a 7.3.2 MMS 2023-12-16 09:49:45 -05:00
  • efc5b615e3 * CMakeLists.txt - build configuration settings only in standalone mode. Otherwise rely on the main project. Stefan Schober 2024-01-03 16:49:05 +01:00
  • 84f4f09b58 * . - CMakeLists.txt + typo fixed in list of ports (riscv -> risc-v) + CMake build configuration support added for single config generators like make or ninjs and multi configuration generators + qpc library type changed from STATIC to OBJECT when compiling Win32 applications with qspy support, the network lib ws2_32 needs to be included. With a STATIC lib configuration for qpc, the linker sequence of libraries may be wrong (ws2_32 before qpc). With a GNU linker, this leads to all symbols from ws2_32 missing. * examples - posix-win32/dpp, qwin-gui/dpp-gui + CMakeLists.txt added support for SPY configuration + CMakePresets.json new file to support CMake build preset for ease of configuration and building * ports - pic32 + CMakeLists.txt typo fixed (Kernel -> KERNEL) - posix, posix-qv, win32, win32-qv + CMakeLists.txt added support for SPY configuration * src - CMakeLists.txt simplification when selecting the port subdirectory to add from the combination <PORT>/<KERNEL> - qs + CMakeLists.txt added support for SPY build configuration only add qs specific source code, when the SPY configuration is active Stefan Schober 2024-01-03 14:21:42 +01:00
  • fe472f68bd fixed typo in example CMakeLists.txt files; converted dpp-gui's Resource.h to utf-8 Stefan Schober 2023-12-18 18:25:26 +01:00
  • a17566747d simplified the cmake examples in "examples/posix-win32/dpp" and "examples/qwin-gui/dpp" Stefan Schober 2023-12-18 17:57:54 +01:00
  • 036cfe441e cmake support Stefan Schober 2023-12-18 14:58:46 +01:00
  • ae394cfa80 7.3.2 MMS 2023-12-16 09:49:45 -05:00
  • 7332d59aa7 7.3.2 v7.3.2 MMS 2023-12-14 16:55:37 -05:00
  • c2347e81c9 7.3.1 MMS 2023-12-11 20:31:00 -05:00
  • d4a08a1608 7.3.1 v7.3.1 MMS 2023-12-10 15:55:03 -05:00
  • f33182acf2 7.3.1 MMS 2023-11-02 12:59:50 -04:00
  • e583436920 Fix Makefile typos for Linux and MacOS from win32 to posix Peter Polidoro 2023-11-20 09:52:30 -05:00
  • 323993392c 7.3.1 MMS 2023-11-10 11:39:08 -05:00
  • da01065792 7.3.0 MMS 2023-11-03 10:37:09 -04:00
  • 2139bb44c4 Update QuantumLeaps.qpc.pdsc MMS 2023-11-02 12:59:50 -04:00
  • c4713d1b48 7.3.0 MMS 2023-10-31 19:09:59 -04:00
  • f7d49beaf1 7.3.0 MMS 2023-10-29 11:37:26 -04:00
  • 9382ad6aa8 7.3.0 v7.3.0 MMS 2023-09-14 17:07:09 -04:00
  • 012c5c360e 7.3.0 MMS 2023-01-19 21:13:24 -05:00
  • 009bdb4175 7.2.1 MMS 2023-01-11 12:04:40 -05:00
  • 417c334876 7.2.0 MMS 2022-12-20 17:02:45 -05:00
  • e032055963 7.1.3 MMS 2022-04-30 18:29:48 -04:00
  • a90d07eef6 7.2.1 v7.2.1 MMS 2023-01-15 13:51:30 -05:00
  • a5f0a9e2fc 7.2.1 MMS 2023-01-14 21:10:59 -05:00
  • 0b0aa1940f 7.2.1 MMS 2023-01-11 13:54:36 -05:00
  • 3821d1f761 7.2.1 MMS 2023-01-11 12:04:40 -05:00
  • 2c41649618 7.2.0 v7.2.0 MMS 2023-01-06 12:57:26 -05:00
  • 487102c5ba Update qf_port.c MMS 2022-12-20 17:02:45 -05:00
  • b05a831d0a 7.1.3 v7.1.3 MMS 2022-11-22 13:13:43 -05:00
  • 8143063f7d 7.1.3 MMS 2022-11-16 19:07:38 -05:00
  • f702dc8d8b 7.1.3 MMS 2022-11-16 13:21:02 -05:00
  • 7d9c581454 7.1.3 MMS 2022-11-16 12:30:49 -05:00
  • a53a1c07f3 7.1.3 MMS 2022-11-14 20:02:01 -05:00
  • 520fc08943 7.1.3 MMS 2022-11-14 08:55:06 -05:00
  • 042e3a8c0d 7.1.3 MMS 2022-10-28 21:55:20 -04:00
  • f3c9a649b5 7.1.2 MMS 2022-10-28 21:48:01 -04:00
  • c3f6173f0c Revert "7.1.2" MMS 2022-10-28 21:40:34 -04:00
  • 90cf4e1471 7.1.2 MMS 2022-10-28 21:38:46 -04:00
  • 4a92b20105 7.0.1 MMS 2022-08-11 15:56:46 -04:00
  • 87e4931d08 7.1.2 v7.1.2 MMS 2022-10-07 11:51:46 -04:00
  • c24b743e73 7.1.2 MMS 2022-10-07 11:39:48 -04:00
  • c852620eee 7.1.2 MMS 2022-10-06 20:28:24 -04:00
  • b1fefda352 7.1.2 MMS 2022-10-06 09:43:02 -04:00
  • 5027e8be0d 7.1.2 MMS 2022-10-05 15:09:54 -04:00
  • f1db3e01e7 7.1.1 MMS 2022-09-23 11:38:47 -04:00
  • 2bc8bbe5ef 7.1.1 MMS 2022-09-22 15:35:18 -04:00
  • 51450677ff 7.1.1 MMS 2022-09-22 11:13:46 -04:00
  • 60f6f73eed 7.1.1 MMS 2022-09-09 16:33:09 -04:00
  • e863975139 7.1.1 MMS 2022-09-06 12:02:55 -04:00
  • 4292fbeb48 7.1.1 MMS 2022-09-05 18:43:01 -04:00
  • 5a2a62c5a3 7.1.0 MMS 2022-08-30 17:47:15 -04:00
  • 7ad3fa7754 7.1.0 v7.1.0 MMS 2022-08-29 14:42:50 -04:00
  • ff0b5a32dd 7.1.0 MMS 2022-08-28 22:11:53 -04:00