User Activity

  • Committed [r13313] on SVN Repo

    * compiler : support for the c++ standards 23 and 26 (and their gnu extensions

  • Posted a comment on discussion Development on cppcheck

    Can a new release be made, since we are building this in an automated way, and would want to avoid that I need to adjust the build script to 'sed' a solution ;-) (for the version issue) This was my analysis, just for reference, since problem is solved in the meantime. The problem is cmake/versions.cmake SET(VERSION "2.11") STRING(REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR) LIST(GET VERSION_PARTS 2 VERSION_PATCH)...

  • Posted a comment on discussion General Discussion on cppcheck

    also with cmake 3.26.4. The problem is cmake/versions.cmake SET(VERSION "2.11") STRING(REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR) LIST(GET VERSION_PARTS 2 VERSION_PATCH) <========== there is no 3rd field So as suggested above changing to "2.11.0" fixes the problem. Cmake error : CMake Error at cmake/versions.cmake:6 (LIST): LIST index: 2 out of range (-2, 1) Call Stack (most recent call first): CMakeLists.txt:13...

  • Posted a comment on ticket #1181 on Code::Blocks

    as described in the other ticket, I think -Wextra should return, this is sticking our head in the ground and lowering the quality checks on the code base

  • Posted a comment on ticket #1176 on Code::Blocks

    but that is the thing we do not want to do, -Wextra is there to increase the warning level and catch mistakes, disabling it all is like sticking our head in the ground and throw away all the benefits. the -isystem will just shut up those warnings on headers from that include path

  • Posted a comment on ticket #1176 on Code::Blocks

    -isystem : why would that not be acceptable ?

  • Posted a comment on ticket #1061 on Code::Blocks

    applied do we keep this open for the follow up discussion on CC_NO_COLLAPSE_ITEM ?

  • Committed [r12293]

    * applied patch #1061 Fix Symbol Browser compilation when CC_NO_COLLAPSE_ITEM is undefined; thanks Miguel Gimenez

View All

Personal Data

Username:
killerbot
Joined:
2002-08-29 13:56:22

Projects

This is a list of open source software projects that Lieven de Cock is associated with:

  • Project Logo Code::Blocks A free C, C++ and Fortran IDE Last Updated:

Personal Tools