Giter VIP home page Giter VIP logo

pinkpill's People

Contributors

thecoshman avatar

Stargazers

 avatar

Watchers

 avatar

pinkpill's Issues

pre/post build options

Will need to add in functionality to configure a command to be run both before and after the main script is run. This will allow for the build system to be used as part of a larger system, for example, it could report the status of the build to a build server.

Allow for one time options to be passed via command line

Something akin to calling the build program in 'debug' mode. Would be nice if 'extra' options could be passed via the command line to toggle things like certain flags.
an example could be something like calling perl pinkpill.pl debug and have the flags string contain #[debug]^DEBUG where the '#' denotes you are wish to only match the following item if is passed via command line, and the square brackets wrap the term you wish to match. This should allow it to be combined with things like OS toggles.

Multi-thread the build process

Need to look at allowing the compilation of each file to split into many threads thus gaining the benefit of multiple cores.

Should probably do this via a 'max threads' variable.

Reduce verbosity

Need reduce the amount of output that pinkpill produces. This might also need to be coupled with more control levels, such debug messages, basic messages (such as what command is about to be run), info for what stage the compilation is at and verbose. Verbose might not be required, it would be more information then info, but not as much as debug.

Allow compiler to be selected based on OS

whilst gcc is fairly standard for linux for other platforms it is not.

The platform selection strings should be used so that you can define what compiler to use for what platforms. eg

linux^gcc win^mingw osx^mingw

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.