Coder Social home page Coder Social logo

Comments (3)

StableCoder avatar StableCoder commented on May 29, 2024 1

Alright, it's part of the 24.04 release now.

https://github.com/StableCoder/cmake-scripts/releases/tag/24.04

from cmake-scripts.

StableCoder avatar StableCoder commented on May 29, 2024

Hi there.

I think so. I think I can extend the ability to directly load objects from shared to static libraries so that it does it without your -force_load.

I have a WIP commit in another branch (https://github.com/StableCoder/cmake-scripts/tree/static-object-coverage-test) here (b54df3b).

So with this you should be able to do like this instead:

include( code-coverage )
target_code_coverage( app-core )
target_code_coverage( app-test EXCLUDE lib/* test/* "${CMAKE_BINARY_DIR}/*" FULL_OBJECTS app-core)

# Can now do normal instead of special link
target_link_libraries(app-test PRIVATE app-core)

Can you give it a quick try and confirm it works in your environment? If it does, I'll do a bit more refinement to formalize it and add it properly.

Thanks.

from cmake-scripts.

kevin-- avatar kevin-- commented on May 29, 2024

The updated script works pretty well! The only thing I'm noticing is that a few objects that aren't even obliquely referenced by the test fixture are being omitted.
There's a couple classes that only work on specific hardware and so mocks are used in the tests and are only instantiated by the real application.
This could be because we're building in MinSizeRel, but I can't verify right now since the Debug executable is over 4GB and fails to launch.
At any rate, I think this is a win since build times are also improved with this technique.

from cmake-scripts.

Related Issues (20)

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.