• 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
38ee663c069c 2017-04-02 10:21:42 s.gusarov

simple_round: Added compile check preprocessor conditions

9b787b597366 2017-04-02 10:07:06 s.gusarov

Added simple_round module

9a452f77bc2b 2017-03-30 19:05:12 s.gusarov

Different trace configuration for debug/releae build in standalone mode

0a21747b88a1 2017-03-26 08:33:46 s.gusarov

Started development of 0.2 version

d87268712a06 2017-03-26 08:32:11 s.gusarov

Added tag 0.1 for changeset 924b5bcd9198

924b5bcd9198 0.1 2017-03-26 08:29:24 s.gusarov

Adoptation to cmake_tools changes

61e93afa42ee 2017-03-26 05:47:06 s.gusarov

cmtGlibcVersion can only work on Linux, not on mingw

daf399344c9f 2017-03-26 04:25:41 s.gusarov

Fixed link error with old glibc:
src/os/timer.c:49: undefined reference to `clock_gettime'

968ffe176064 2017-03-26 04:18:41 s.gusarov

Add-on to the previous commit

f02a86886aa6 2017-03-26 03:55:59 s.gusarov

CMakeLists.txt: Fixed cmake version checking

de13c78b2327 2017-03-26 01:35:22 s.gusarov

CMakeLists.txt: tested with old cmake.
Specified cmake version when policy should apply

6ed3902f46fc 2017-03-20 08:26:07 s.gusarov

Code style: Renamed timer functions

baec92a10b88 2017-03-20 05:20:23 s.gusarov

Code style: Renamed values of enum AsciiTest.
Then they are used in C there should be a prefix

61bf5ec4fa15 2017-03-20 04:32:15 s.gusarov

Introduced non-portable CT_VA_ARGS_COUNT macro

2701027f6e5d 2017-03-20 04:28:30 s.gusarov

Due to problems with __VA_ARGS__ support on MS VC++
macro CT_VA_ARGS_COUNT replaced with portable CT_VA_POSITIVE_ARGS_COUNT

7d67c80c7cac 2017-03-19 09:48:44 s.gusarov

CT_PACK_STRING_TO_UINT macro is unavailable anymore
for MS VC++ 2012 and before in C++ mode

feaaf9d7a47e 2017-03-19 09:23:21 s.gusarov

CT_COMPL_MSVC_RC: Check for redefinition is impossible

2004cf630411 2017-03-19 09:18:28 s.gusarov

Fixed compilation with MS VC++ 2012

6a3f4966b6a2 2017-03-19 08:26:40 s.gusarov

Fixed constant value - it's better to use standard

db55acfbcf8d 2017-03-19 08:06:29 s.gusarov

Fixed some sdcc warnings.
Updated unity from upstream.
Unity compilation error of sdcc was fixed in the upstream

13f0accf2ad7 2017-03-19 07:46:45 s.gusarov

Fixed SDCC warning
warning 190: ISO C forbids an empty source file

999cc29bd34f 2017-03-19 07:16:29 s.gusarov

Fixed type of return value of hexPairToByte()

36aaf9073121 2017-03-19 07:11:30 s.gusarov

Fixed sdcc warning
hex.h:45: warning 116: left shifting more than size of object changed to zero

319aa108eb6d 2017-03-18 23:08:24 s.gusarov

file_property: Fixed hardcoded ctools name

e593a16a70b1 2017-03-18 06:01:13 s.gusarov

Code style

af2c01e7f64d 2017-03-18 05:57:35 s.gusarov

Windows: Added embedded resource file with version for shared linking

d5527d216b9b 2017-03-18 05:53:14 s.gusarov

Fixed test

7b3f91eeb05f 2017-03-18 05:40:46 s.gusarov

Don't define CT_GCC_VERSION and CT_CLANG_VERSION outside of gcc/clang mode

ebfeb86a34e5 2017-03-17 23:31:27 s.gusarov

Code style fixes

4feb86221f45 2017-03-17 23:17:50 s.gusarov

Code style fixes

Show on old repository browser