Giter VIP home page Giter VIP logo

cppcore's Introduction

Hi there, I am Kim Kulling!

I am a professional Software-Architect and Project-Lead in my day-job. I live with my girlfriend and two children in Luebeck, a city near to the baltic see.

During my freetime I am working on the Asset-Importer-Lib as the Lead Developer. So when you have any questions regarding assimp or you need to guidance to feel free to contact me. You can find our Asset-Importer-Lib repo here: https://github.com/assimp/assimp

I am also a big fan of realtime-rendering. You can find my experiments here: https://github.com/kimkulling/osre

You can find my personal braindump at Kim Kullings Braindump

You can find me on blusky: @kimkulling

You can find me on X: @KimKulling

If you like what I am doing and you want to support this: Patreon

cppcore's People

Contributors

kimkulling avatar kkulling avatar lgtm-migrator avatar mikamiwa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cppcore's Issues

build failed

Hey,

seems like the project for now is not compilable? Here is the error message:

Consolidate compiler generated dependencies of target cppcore
[ 17%] Built target cppcore
Consolidate compiler generated dependencies of target gtest
[ 21%] Building CXX object contrib/googletest-1.10.x/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
In file included from /home/ar_admin/Collection/cppcore/contrib/googletest-1.10.x/googletest/src/gtest-all.cc:42:
/home/ar_admin/Collection/cppcore/contrib/googletest-1.10.x/googletest/src/gtest-death-test.cc: In function ‘bool testing::internal::StackGrowsDown()’:
/home/ar_admin/Collection/cppcore/contrib/googletest-1.10.x/googletest/src/gtest-death-test.cc:1301:24: error: ‘dummy’ may be used uninitialized [-Werror=maybe-uninitialized]
 1301 |   StackLowerThanAddress(&dummy, &result);
      |   ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/home/ar_admin/Collection/cppcore/contrib/googletest-1.10.x/googletest/src/gtest-death-test.cc:1290:13: note: by argument 1 of type ‘const void*’ to ‘void testing::internal::StackLowerThanAddress(const void*, bool*)’ declared here
 1290 | static void StackLowerThanAddress(const void* ptr, bool* result) {
      |             ^~~~~~~~~~~~~~~~~~~~~
/home/ar_admin/Collection/cppcore/contrib/googletest-1.10.x/googletest/src/gtest-death-test.cc:1299:7: note: ‘dummy’ declared here
 1299 |   int dummy;
      |       ^~~~~
cc1plus: all warnings being treated as errors
make[2]: *** [contrib/googletest-1.10.x/googletest/CMakeFiles/gtest.dir/build.make:76: contrib/googletest-1.10.x/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:158: contrib/googletest-1.10.x/googletest/CMakeFiles/gtest.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

Crash in unittest: TArray::move

How to reproduce:

  • Build all using Linux
  • Run unittests
    Callstack
    0 0x0000555555614aa8 in CPPCore::TArray<float>::move (this=0x7fffffffda80, fromIdx=1, toIdx=2) at /home/kimmi/10_projects/cppcore/build/../include/cppcore/Container/TArray.h:352 #1 0x000055555561110e in TArrayTest_moveTest_Test::TestBody (this=0x55555586e9a0) at /home/kimmi/10_projects/cppcore/test/container/TArrayTest.cpp:191 #2 0x00005555555f56a4 in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void> (object=0x55555586e9a0, method=&virtual testing::Test::TestBody(), location=0x555555624ceb "the test body") at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2078 #3 0x00005555555f1cb3 in testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void> (object=0x55555586e9a0, method=&virtual testing::Test::TestBody(), location=0x555555624ceb "the test body") at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2114 #4 0x00005555555e2012 in testing::Test::Run (this=0x55555586e9a0) at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2150 #5 0x00005555555e2862 in testing::TestInfo::Run (this=0x55555586bee0) at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2326 #6 0x00005555555e2ed8 in testing::TestCase::Run (this=0x55555586b190) at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2444 #7 0x00005555555e9d0a in testing::internal::UnitTestImpl::RunAllTests (this=0x555555867000) at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:4315 #8 0x00005555555f6865 in testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (object=0x555555867000, method=(bool (testing::internal::UnitTestImpl::*)(testing::internal::UnitTestImpl * const)) 0x5555555e9a4a <testing::internal::UnitTestImpl::RunAllTests()>, location=0x5555556254f8 "auxiliary test code (environments or event listeners)") at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2078 #9 0x00005555555f2a83 in testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (object=0x555555867000, method=(bool (testing::internal::UnitTestImpl::*)(testing::internal::UnitTestImpl * const)) 0x5555555e9a4a <testing::internal::UnitTestImpl::RunAllTests()>, location=0x5555556254f8 "auxiliary test code (environments or event listeners)") at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:2114 #10 0x00005555555e88f2 in testing::UnitTest::Run (this=0x555555854400 <testing::UnitTest::GetInstance()::instance>) at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest.cc:3926 #11 0x00005555555fd5b0 in RUN_ALL_TESTS () at /home/kimmi/10_projects/cppcore/build/../contrib/gtest-1.7.0/include/gtest/gtest.h:2288 #12 0x00005555555fd53f in main (argc=1, argv=0x7fffffffdf48) at /home/kimmi/10_projects/cppcore/contrib/gtest-1.7.0/src/gtest_main.cc:37

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.