• R/O
  • SSH

libctools: Liste der Commits

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


RSS
Rev. Zeit Autor
b717ff50b3e6 tip 2024-04-08 09:42:43 Sergey Gusarov

Eliminated magic constant, not ideal but better then was done in hg810

6d66b2cc1e0c 2024-04-08 09:36:57 Sergey Gusarov

SDCC: conditional compilation of crash-generating code

f3b630d490c9 2024-04-08 08:50:11 Sergey Gusarov

Fixed warning C4127: conditional expression is constant

c3eefe1c65f9 2024-04-08 08:49:42 Sergey Gusarov

Added boolWrapper() to fix "warning C4127: conditional expression is constant"

28b4c3ffb40d 2024-04-08 05:46:44 Sergey Gusarov

CMake < 3.1.0 is buggy with MS VC++ 2010 at least.
Added error message about that.

19bb044544e3 2024-04-08 04:18:26 Sergey Gusarov

It seems that old versions of Visual Studio's rc.exe don't support hypen keys

1204cef94e88 2024-04-07 05:53:28 Sergey Gusarov

Forgotten 2019 -> 2022 fix

a625ee5e2810 2024-04-07 05:52:08 Sergey Gusarov

Added visual c++ 2022 build script

3dd1d153ffba 2024-04-02 19:06:42 Sergey Gusarov

Using of alphabet constants throughout the library

867258cdbd2b 2024-04-02 16:18:55 Sergey Gusarov

Switched unity to the tag 2.6.0
(Previous was master)

1b9ae1ef3e06 2024-04-02 16:12:12 Sergey Gusarov

windows.h: Use it only when CT_OS_WINDOWS is defined

0b2ea59bc3f9 2024-04-02 09:35:20 Sergey Gusarov

traces: Code style fixes

23c95aa4f434 2024-04-02 09:26:52 Sergey Gusarov

trace: Grammar fixes

d74628cc96c9 2024-04-02 09:26:22 Sergey Gusarov

trace: if CT_TRACE_LEVEL_NO_TRACE is assigned a value then
issue warning, not error.

1ec8f26b4be1 2024-04-02 09:19:29 Sergey Gusarov

trace:Check if CT_TRACE_LEVEL_NO_TRACE is not assigned by a value

9b722e83d18b 2024-04-02 09:11:48 Sergey Gusarov

trace: Check range of CT_TRACE_LEVEL

6a53a99b3bd0 2024-04-02 09:06:02 Sergey Gusarov

trace: Fixed release on bcc32, Use CT_TRACE_LEVEL_NO_TRACE only
as input(external) boolean value.

b7323797a0c4 2024-04-02 08:36:57 Sergey Gusarov

trace: Fix invalid configuration
when (CT_TRACE_LEVEL and CT_TRACE_LEVEL_NO_TRACE) are not defined

e40e99223e9c 2024-04-02 08:31:40 Sergey Gusarov

traces: Define CT_TRACE_LEVEL into INFO after INFO is defined

5171c201d568 2024-04-02 08:18:10 Sergey Gusarov

Fixed regression from hg965

00ea467f6c4d 2024-04-02 06:43:50 Sergey Gusarov

test_enum_factory: Masked warning on bcc32

cbbb79e6033b 2024-04-02 04:13:45 Sergey Gusarov

test_likely: Masked warnings on bcc32

7bf26cfcfc53 2024-04-02 04:04:45 Sergey Gusarov

Reverted hg978

d9d7fffd326e 2024-04-02 03:15:26 Sergey Gusarov

test_attributes: Added support for CT_NO_64

aed06cc27189 2024-04-02 03:06:48 Sergey Gusarov

Attempt to fix on bcc32:
Warning W8008 Condition is always true (false)

7ee8bf8bb46e 2024-04-02 02:59:18 Sergey Gusarov

test_stdint: Check for correctness in 64 bit support

5949821875a0 2024-04-02 02:27:37 Sergey Gusarov

trace_ext: Marked bcc warnings inside traceFatalAction()

27da133de36d 2024-04-02 02:24:20 Sergey Gusarov

bcc32 stat.c: Marked stat.c 46: '_chmod' is obsolete in function chmodWrapper
Actually, bcc32 is obsolete and not trying to be portable.

86794200f778 2024-04-02 02:15:23 Sergey Gusarov

Use library'c wrapper over windows.h all over the project

dff4cf26482a 2024-04-02 02:05:00 Sergey Gusarov

Shut up warnings in the system headers winnt.h on bcc

Show on old repository browser