Giter Site home page Giter Site logo

Use CMake as a build system about aide HOT 5 OPEN

aide avatar aide commented on July 22, 2024 3
Use CMake as a build system

from aide.

Comments (5)

KOLANICH avatar KOLANICH commented on July 22, 2024 2

1 crossbuild and cross-toolchain compatibility
2 hate to autotools

from aide.

Zugschlus avatar Zugschlus commented on July 22, 2024

Is there any reason for doing so?

from aide.

hvhaugwitz avatar hvhaugwitz commented on July 22, 2024

At the moment I don't see any reason to move away from autotools. But I'm open for serious arguments.

What are the advantages/disadvantages for me as developer and/or for the user of AIDE?

from aide.

KOLANICH avatar KOLANICH commented on July 22, 2024

@oss-assist , the main reason to use cmake is not a build tool (make, ninja, nmake), but its compiler abstraction layer (I don't have to create a compiler-specific code myself for determining compiler features for which which abstractions are already implemented in cmake (for example I can ask CMake to require the latest C++ standard and CMake will generate the flags for a compiler itself) ) and out of the box cross-build support (one just creates a toolchain file with paths to needed tools). Also autotools results are arcane large sheets of slow shell scripts that are hard to debug, I don't want to touch them.

from aide.

Zugschlus avatar Zugschlus commented on July 22, 2024

sounds like marketingblurb to me.

from aide.

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.