Waf build system with additional experimental tools by FWGS
Go to file
2019-10-11 07:22:20 +03:00
scripts/waifulib waifulib: fwgslib: fix function being passed as compiler flag 2019-10-11 07:22:20 +03:00
tests tests: filter_cflags: fix forgotten opt.load('compiler_c') 2019-10-11 07:07:37 +03:00
wafsrc@68bf3867df waf: update to latest revision, including updated clang_compilation_database 2019-09-10 10:25:34 +03:00
.gitignore gitignore: update 2019-06-07 02:19:45 +03:00
.gitmodules
.travis.yml travis: set up pip cache 2019-10-11 07:15:15 +03:00
build-waf.sh build-waf: fix waifulib path error in prelude 2019-06-07 02:19:32 +03:00
README.md readme: update [ci skip] 2019-06-07 02:44:28 +03:00
run-tests.sh run-tests.sh: spew config.log on error 2019-10-11 07:16:25 +03:00
waf-ext waifu: regenerate binary waf 2019-09-10 10:25:54 +03:00
waf-noext waifu: regenerate binary waf 2019-09-10 10:25:54 +03:00
wscript

Waifu Build System

This is a Waf build system with some experimental modules developed for FWGS projects.

This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future.

Build

We add some additional tools from original Waf extras and prelude to load waifulib is added.

To build use build-waf.sh shell script

Running tests

$ sh run-tests.sh

If it succeded, then tests are not failed.

Using in your project

There is two prebuilt waf binaries, to those who don't want build by themselves.

  1. waf-ext as a prebuilt waf binary with some of our modules
  2. waf-noext as a prebuilt vanilla waf binary, only with line of code, to preload waifulib

Then you need to create scripts/waifulib folder where you will place waf binary. Depending on your needs, copy modules from our scripts/waifulib folder to yours.