Commit Graph

  • 551a6bd623 lwmem: add available bytes check develop Tilen Majerle 2025-01-04 23:05:09 +01:00
  • 17504781da Merge branch 'develop' v2.2.1 main Tilen Majerle 2024-12-30 01:19:23 +01:00
  • 16532470a4 Set version 2.2.1 Tilen Majerle 2024-12-30 01:18:54 +01:00
  • 9f5e71482c fix the length for region size, add the test cases Tilen Majerle 2024-12-27 19:55:32 +01:00
  • c6e7151454
    Merge b758c7885f5e23334e5b5166e711fded94d2f290 into c36034a686c894e47e3a8b9cbdf86fa19a82d23d dependabot[bot] 2024-10-18 00:48:45 +08:00
  • 0f79742628 Merge branch 'develop' v2.2.0 Tilen M 2024-10-12 15:15:25 +02:00
  • c36034a686 release v2.2.0 Tilen M 2024-10-12 15:13:19 +02:00
  • cc89b1b755 move more internal code to functions Tilen Majerle 2024-10-12 06:09:27 +02:00
  • dbf2cdfd4c remove casting, implement static alignment size check Tilen Majerle 2024-10-12 05:57:28 +02:00
  • 187bc462eb Change macro to LWMEM_CFG_FULL Tilen Majerle 2024-10-09 15:49:23 +02:00
  • 14740ff4f5 remove unnecessary comments Tilen Majerle 2024-10-09 09:20:35 +02:00
  • e937a49d30 update changelog Tilen Majerle 2024-10-09 05:27:17 +02:00
  • 7e45fe460c simple implementation for grow-only malloc (minimalistic) Tilen Majerle 2024-10-09 05:27:10 +02:00
  • 254ea2855f set size before modifying it Tilen Majerle 2024-10-09 05:25:53 +02:00
  • 5887323fb0 make macros classic wrapper functions Tilen Majerle 2024-10-09 05:25:27 +02:00
  • f217a0b2d6 Check the region size after address alignment Tilen Majerle 2024-10-08 06:40:38 +02:00
  • 54ff6c1aee add option to disable realloc and free Tilen M 2024-10-06 13:20:40 +02:00
  • 05942ae576 Improve the CMakeLists library usage Tilen M 2024-09-04 21:13:29 +02:00
  • 756a7bce1d Update CMake to expose lib as PUBLIC/PRIVATE and not INTERFACE Tilen M 2024-09-03 21:42:01 +02:00
  • 3e2cb7d08b Change the parameter name to make it less ambigious Tilen Majerle 2024-08-19 21:30:31 +02:00
  • 2b083176a0 Update getting started guide Tilen Majerle 2024-06-22 19:27:00 +02:00
  • a3c3352370 Update authors Tilen Majerle 2024-06-22 15:17:22 +02:00
  • 517ef1fcee Improve the getting started documentation - how to add library to project with CMake config Tilen Majerle 2024-06-22 15:13:34 +02:00
  • b758c7885f
    Bump urllib3 from 1.26.18 to 1.26.19 in /docs dependabot/pip/docs/urllib3-1.26.19 dependabot[bot] 2024-06-18 01:28:28 +00:00
  • d7a159cf0f Improve documentation Tilen Majerle 2024-03-19 21:41:47 +01:00
  • cb0ef2a035 Update library CMake system, to support automatic creation of options file, if user doesn't provide one Tilen Majerle 2024-03-19 21:34:24 +01:00
  • ebcb1fee74 Update license Tilen Majerle 2024-02-27 21:20:23 +01:00
  • 0c115bf57d Update copyright to 2024 & AUTHORS file Tilen Majerle 2024-01-04 21:39:27 +01:00
  • 7afa30a1e8 Fix GCC CMAKE compiler file Tilen Majerle 2023-12-17 12:21:47 +01:00
  • daa2a88902 Add authors in the docs file Tilen Majerle 2023-12-09 17:13:47 +01:00
  • 3dc6199a15 Add AUTHORS file Tilen Majerle 2023-12-09 17:06:39 +01:00
  • 7aeab7a56e Improve the cmake documentation Tilen Majerle 2023-12-09 16:49:22 +01:00
  • 181c2c7dd9 Create .cmake file to allow higher flexibility of end user Tilen Majerle 2023-12-09 11:10:19 +01:00
  • 275a7de240 Improve docs and CMake configure_file Tilen Majerle 2023-12-08 16:03:46 +01:00
  • 195ba53036 Update docs Tilen Majerle 2023-12-01 17:11:02 +01:00
  • a84ace2c87 Add include path Tilen Majerle 2023-11-28 18:45:11 +01:00
  • 76f54a0527 fix clang-tidy Tilen Majerle 2023-11-20 21:48:15 +01:00
  • 2bc312feaa Update tidy. Tilen Majerle 2023-11-20 21:32:57 +01:00
  • 3c2f33c294 Apply clang-tidy Tilen Majerle 2023-11-20 21:18:28 +01:00
  • 081225edb4
    Merge pull request #11 from MaJerle/dependabot/pip/docs/urllib3-1.26.18 Tilen Majerle 2023-10-18 12:49:03 +09:00
  • 2bba4b3024
    Bump urllib3 from 1.26.17 to 1.26.18 in /docs dependabot[bot] 2023-10-18 01:19:15 +00:00
  • 7bdd4b56a5
    Merge pull request #10 from MaJerle/dependabot/pip/docs/urllib3-1.26.17 Tilen Majerle 2023-10-03 12:34:16 +02:00
  • cc28adc2ca
    Bump urllib3 from 1.26.15 to 1.26.17 in /docs dependabot[bot] 2023-10-03 03:26:14 +00:00
  • b819ffe947 Add readthedocs YAML file Tilen Majerle 2023-08-28 21:42:55 +02:00
  • f37e8ca915 Fix double colon Tilen Majerle 2023-08-27 19:48:33 +02:00
  • e8b1080ca1 Update link for new LwCELL, add C11 standard note Tilen Majerle 2023-07-20 22:15:58 +02:00
  • 6f4d286f47 Apply new .clang-format Tilen Majerle 2023-05-28 12:04:53 +02:00
  • d5a595e03c Change contribution text Tilen Majerle 2023-05-07 15:49:34 +02:00
  • 2c62f1cdd6 Fix requirements.txt file to avoid liburl3 failure Tilen Majerle 2023-05-07 15:44:04 +02:00
  • d05a760aa5 Change logo icon Tilen Majerle 2023-05-07 15:27:33 +02:00
  • eb7b09e745 Remove entering/exiting debug messages Tilen Majerle 2023-04-23 17:51:34 +02:00
  • 78887318cb Fix documentation Tilen Majerle 2023-02-19 12:42:43 +01:00
  • f2451fb2a8 Fix wrong change in version for vscode files Tilen Majerle 2023-02-19 12:21:41 +01:00
  • 279dab4d65
    Merge pull request #9 from edieruby/develop Tilen Majerle 2023-02-10 10:06:49 +01:00
  • 4b21f2f2c2 fix: compiler error error: unknown type name ‘size_t’ Y 2023-02-10 16:14:22 +08:00
  • c1463a4025 Merge branch 'develop' v2.1.0 Tilen Majerle 2023-01-31 07:56:00 +01:00
  • 2bf5471091 Set version to 2.1.0 Tilen Majerle 2023-01-31 07:55:11 +01:00
  • 4091da9d9d Update license to 2023 Tilen Majerle 2023-01-04 21:14:09 +01:00
  • e22c01f395 Change lw to lwobj to better fit with clang-tidy Tilen Majerle 2022-12-20 17:45:17 +01:00
  • de1cfde4fb fix(hdr): Apply header guard syntax LWxxx_module_HDR_H Tilen Majerle 2022-12-18 12:30:04 +01:00
  • 42490d7cf9 Update vscode Tilen Majerle 2022-10-31 10:24:55 +01:00
  • 28a381e245 Update docs Tilen Majerle 2022-10-30 18:24:02 +01:00
  • dfa7b5773c Update CMakeLists.txt Tilen Majerle 2022-09-30 08:13:14 +02:00
  • 7c1b1104cf Fix wrong clang formatting Tilen Majerle 2022-09-01 23:08:51 +02:00
  • b268fbbb86 Apply clang-format Tilen Majerle 2022-09-01 19:05:40 +02:00
  • c16c2a3ef0 Update clang with regex and template break Tilen Majerle 2022-09-01 07:45:22 +02:00
  • 90e4218226 Add .clang-format first file Tilen Majerle 2022-08-30 22:19:39 +02:00
  • 779e18d83a Update docs Tilen Majerle 2022-08-21 16:50:08 +02:00
  • 112cd6598d Update C/C++ properties Tilen Majerle 2022-08-17 21:24:58 +02:00
  • 4bfb1c1c7d Improve C/C++ configuration for vscode Tilen Majerle 2022-08-16 08:54:27 +02:00
  • 3b5345983b Add build-all-win32-examples task to dev env Tilen Majerle 2022-07-31 21:15:56 +02:00
  • 01cef12325 Add quick build-all script Tilen Majerle 2022-07-31 21:11:10 +02:00
  • 3cfa0c6b43 Update docs for exmaples Tilen Majerle 2022-07-31 20:44:38 +02:00
  • 6e5c080bcd Add build presets Tilen Majerle 2022-07-31 16:44:05 +02:00
  • 441b661859 Use one vscode & cmakelists file for all projects Tilen Majerle 2022-07-31 16:43:05 +02:00
  • 5f399d9993 Move projects to vscode - remove vs Tilen Majerle 2022-07-31 15:21:58 +02:00
  • 9b1a7abe07 Reduce compiler warnings for -Wall -Wpedantic -Wextra Tilen Majerle 2022-07-27 11:56:22 +02:00
  • 8f38789a62 Compile only if enabled Tilen Majerle 2022-07-17 09:04:52 +02:00
  • c31daaeb6b Merge branch 'develop' of https://github.com/Majerle/lwmem into develop Tilen Majerle 2022-07-13 14:38:01 +02:00
  • 7a379b0c7f Improve CMake for system port Tilen Majerle 2022-07-13 14:34:02 +02:00
  • c718f4001e Fix wrong naming Tilen Majerle 2022-06-18 14:55:06 +02:00
  • de9bae60ce Add CMake Presets Tilen Majerle 2022-05-24 10:10:15 +02:00
  • d0847bd6fa Update vscode & CMake related points Tilen Majerle 2022-05-18 23:54:43 +02:00
  • 4849aa0c23 Update vscode & CMake related points Tilen Majerle 2022-05-18 20:37:13 +02:00
  • 67537be39f Update vscode & CMake related points Tilen Majerle 2022-05-18 20:11:07 +02:00
  • f5738aa725 Move to CMakEPresets Tilen Majerle 2022-05-17 22:28:39 +02:00
  • 0139b087c7 docs: Update index rst Tilen Majerle 2022-05-10 20:38:02 +02:00
  • 55aca586c2 Update vscode c_cpp_properties.json to use cmake as provider Tilen Majerle 2022-04-13 14:58:31 +02:00
  • d5b82ddaea
    fix: Wrong macro function call Tilen Majerle 2022-04-09 12:20:53 +02:00
  • 1965d93fd4 Do not compile if not enabled Tilen Majerle 2022-03-18 19:28:26 +01:00
  • 1bdc254431 fix bug for status Tilen Majerle 2022-03-18 19:22:04 +01:00
  • adde2092ae
    Merge pull request #5 from upbeat27/develop Tilen Majerle 2022-03-15 07:34:58 +01:00
  • fac7bcd7df Address requested changes upbeat27 2022-03-14 11:05:17 -07:00
  • 57f4d15718 Add more useful info to stats upbeat27 2022-03-14 09:34:45 -07:00
  • 2a81abf0f4 Optimize checking for default instance upbeat27 2022-03-14 09:32:33 -07:00
  • df5ca05d43 Add inner directive for doxygengroup Tilen Majerle 2022-03-04 11:46:40 +01:00
  • b318fa416a Update tasks.json to add docs commands Tilen Majerle 2022-02-22 22:04:34 +01:00
  • 1e86d6a9a7 docs: Mention VSCode support Tilen Majerle 2022-02-21 19:14:12 +01:00
  • a9bb668ebd Update requirements file for latest rtd theme Tilen Majerle 2022-02-19 01:47:05 +01:00
  • 574b5aa856 Update requirements file for latest rtd theme Tilen Majerle 2022-02-19 00:14:53 +01:00