Giter VIP home page Giter VIP logo

meique's People

Contributors

hugopl avatar lucianowolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

lucianowolf

meique's Issues

Fail to re-compile dependencies of renamed files

Example:

  • project with main.cpp, foo.cpp and foo.h
  • main.cpp includes foo.h
  • project compiled
  • renames foo.h to bar.h and foo.cpp to bar.cpp
  • compiles again, meique wont compile main.cpp, probably because some error occur when calculating the hash of a file that doesn't exists.

There's no need for the configure step.

The configure step isn't needed, we have all information to start building on the first meique call, a configure step only makes sense for meta build system like cmake.

Share object files between targets is wrong!

e.g.:
in meique.lua

  • A executable target with main.cpp and foo.cpp

in lib/meique.lua

  • A shared library target with bar.cpp and ../foo.cpp

Meique will use the same build/foo.cpp.o on both target and the link will fail because foo.cpp wasn't compiled with -fPIC or -fpic.

Meique should have some kind of cached for variables.

Sometimes you do heavy stuff and store it on a variable, would be nice to not having to do this stuff in every incremental build, the proposed syntax:

cache(variable)

Doing this will store the variable on meiquecache.lua, and it's value will be restored before any meique.lua file get's parsed.

The main problem is find a way to get the variable name inside cache function, there's no preprocessor here :-)

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.