• R/O
  • SSH

libctools: List of commits

This library contains code that extends and simplifies different operations
for C language based programs.


RSS
Rev. Tiempo Autor
1fb4de27a919 2024-03-31 07:06:32 Sergey Gusarov

Ignore Visual Studio's project dir

17e6f368e8ac 2024-03-31 07:02:29 Sergey Gusarov

Additional strict typecast

e9babb0e975e 2024-03-31 06:11:05 Sergey Gusarov

Additional brackets on expression

5104b86900ac 2024-03-31 05:58:22 Sergey Gusarov

Fix by PVS Studio

94eac143e2b4 2024-03-31 00:36:35 Sergey Gusarov

Shut up Visual C++ 2010 warning about non-standard extention

886f96ced795 2024-03-30 23:54:40 Sergey Gusarov

Fixed C++ build error

5e2e895dd571 2024-03-30 23:41:51 Sergey Gusarov

Addition to hg496: MS VC++ 2010 also wants yvals.h

0bda7572ea7d 2024-03-30 18:38:16 Sergey Gusarov

More preprocessor-level checks for build type if none of {CT_BT_DEBUG | CT_BT_RELEASE}
is defined

62cfebcfdc6b 2024-03-30 18:32:28 Sergey Gusarov

Added CT_EXIT macro as specialized version of CT_RETURN

b3f54655d8a7 2024-03-27 11:28:58 Sergey Gusarov

Bugfix in CT_ASSERT: don't specify redundant "%s". It's supposed to be in the format string

ceb1135dfb66 2024-03-24 20:10:42 Sergey Gusarov

Code style fixes by cppcheck

ae7cf8a55681 2024-03-24 20:02:16 Sergey Gusarov

Code style fixes by cppcheck

b35fc8fb6aac 2024-03-24 19:34:32 Sergey Gusarov

cppcheck's fix: Prototype and definition of stringToEnum() use the same argument name

db8c760598ee 2024-03-24 19:31:43 Sergey Gusarov

cppcheck's fix: Prototype and definition of enumToString() use the same argument name

303c0a4254ca 2024-03-24 09:03:27 Sergey Gusarov

Fixed passing of demangle and stack_trace tests on MS VC++

e24fdbf36938 2024-03-24 08:40:05 Sergey Gusarov

test_enum_factory: Fixed warning 4090 on MS VC

f7f21884d10a 2024-03-24 08:15:07 Sergey Gusarov

fixed printChar(). Codepages are not supported here yet and hardly would be.

b4ddd4d89dd9 2024-03-24 07:51:27 Sergey Gusarov

Fixed MSVC++ 2019
warning C5045: Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified

b02b8e97faca 2024-03-24 04:32:48 Sergey Gusarov

test_enum_factory: fixed warnings on clang

9217c9fd5d2d 2024-03-24 03:59:06 Sergey Gusarov

Correct detection of C23,
borrowed from https://clang.llvm.org/doxygen/InitPreprocessor_8cpp_source.html

a7379aaffe04 2024-03-24 03:53:23 Sergey Gusarov

predef/language: Added support for C++26

61759043498a 2024-03-24 01:56:40 Sergey Gusarov

Updated unity subrepo

dbc4c34b21c2 2024-03-18 12:07:06 Sergey Gusarov

VC++ 2019: More warnings disabled in the systems headers

e78aa8bbc608 2024-03-18 11:27:36 Sergey Gusarov

Fixed lots of VC++ 2019 SDK:
warning C4668: '_WIN32_WINNT_WIN10_TH2' is not defined

34227360164b 2024-03-18 11:11:34 Sergey Gusarov

Fixed linking of stack_trace module on MS VC++

fa70ad508f29 2024-03-18 11:02:29 Sergey Gusarov

library.h: Elaboration on Visual Studio 2019 C library

13a2cab566cc 2024-03-18 10:22:31 Sergey Gusarov

Fixed build error on windows

1243e034d971 2024-03-18 10:22:18 Sergey Gusarov

Added support for msvc 2019 build

02f494e18419 2024-03-18 09:11:57 Sergey Gusarov

Fixed misprint

f23696920ed7 2024-03-04 01:08:16 Sergey Gusarov

ip_port: Limit values

Show on old repository browser