2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-20 23:40:21 +01:00
2015-08-23 17:05:57 +02:00
2011-09-10 11:13:51 +02:00
2015-07-11 20:17:16 +02:00
2015-06-21 22:43:19 +02:00
2015-06-14 15:53:46 -04:00
2015-08-23 17:05:57 +02:00
2013-08-12 19:34:43 -04:00
2015-07-05 20:24:39 +02:00
2011-09-10 11:13:51 +02:00
2015-04-06 14:46:55 +02:00
2015-04-06 14:46:55 +02:00
2015-06-21 22:43:19 +02:00
2015-06-20 14:54:41 +02:00
2015-06-27 12:41:16 +02:00
2015-06-27 12:41:16 +02:00

Waf is a Python-based framework for configuring, compiling and installing applications. Here are perhaps the most important features of Waf:

  • Automatic build order: the build order is computed from input and output files, among others
  • Automatic dependencies: tasks to execute are detected by hashing files and commands
  • Performance: tasks are executed in parallel automatically, the startup time is meant to be fast (separation between configuration and build)
  • Flexibility: new commands and tasks can be added very easily through subclassing, bottlenecks for specific builds can be eliminated through dynamic method replacement
  • Extensibility: though many programming languages and compilers are already supported by default, many others are available as extensions
  • IDE support: Eclipse, Visual Studio and Xcode project generators (waflib/extras/)
  • Documentation: the application is based on a robust model documented in The Waf Book and in the API docs
  • Python compatibility: cPython 2.5 to 3.4, Jython 2.5, IronPython, and Pypy

Waf is used in particular by innovative companies such as Avalanche Studios and by open-source projects such as the Samba project. Learn more about Waf by reading The Waf Book.

For researchers and build system writers, Waf also provides a framework for creating custom build systems and package distribution systems.

Download the project from our page on waf.io or from the mirror on freehackers.org.

Description
No description provided
Readme BSD-3-Clause-HP 6.9 MiB
Languages
Python 89.9%
C++ 7.4%
C 0.7%
Java 0.7%
C# 0.4%
Other 0.7%