Git Product home page Git Product logo

Comments (7)

tezc avatar tezc commented on July 22, 2024 1

I should've written "closes" I guess :)

from sc.

rafaeldelboni avatar rafaeldelboni commented on July 22, 2024 1

I should've written "closes" I guess :)

Yes or you could set Linked pull requests in the menu on the right 🤖

from sc.

rafaeldelboni avatar rafaeldelboni commented on July 22, 2024

If I change these lines
if (NOT CMAKE_C_COMPILER_ID MATCHES "MSVC")

To this:
if (NOT CMAKE_C_COMPILER_ID MATCHES "MSVC" AND SC_BUILD_TEST)

I can disable this behavior from my build, but this is a good solution?

from sc.

tezc avatar tezc commented on July 22, 2024

We shouldn't build tests in release mode because libs won't be testable thoroughly without some tricks compiler provides in debug mode. e.g testing return value of malloc, system calls etc.

How about something like this : https://github.com/tezc/sc/pull/45/files.
Here we build tests only on Debug build.

I didn't expect anybody use my messy cmakefiles, all started from it, sorry about that :)
We have some tests for release mode actually that we use in our projects but I need to clean them up and then merge to this repo. It may take some time though.

from sc.

rafaeldelboni avatar rafaeldelboni commented on July 22, 2024

Thanks for the super-duper fast response and sorry for not making the intended use of your repo! 😬

Is looking good, just made a comment about a still going warning on sc_thread.c, besides that, is looking good!

from sc.

rafaeldelboni avatar rafaeldelboni commented on July 22, 2024

Mind making a new release?

from sc.

tezc avatar tezc commented on July 22, 2024

Done : https://github.com/tezc/sc/releases/tag/v1.0.1

from sc.

Related Issues (15)

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.