mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-21 17:35:55 +01:00
Update the year in headers to 2017
This commit is contained in:
parent
5ac8e882e0
commit
b7d93c3c4d
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2017 (ita)
|
||||
# Thomas Nagy, 2016-2017 (ita)
|
||||
|
||||
top = '.'
|
||||
out = 'build'
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: latin-1
|
||||
# Thomas Nagy, 2005-2016
|
||||
# Thomas Nagy, 2005-2017
|
||||
#
|
||||
"""
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Classes related to the build phase (build, clean, install, step, etc)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Configuration system
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2010-2016 (ita)
|
||||
# Thomas Nagy, 2010-2017 (ita)
|
||||
|
||||
"""
|
||||
Classes and functions enabling the command system
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2010-2016 (ita)
|
||||
# Thomas Nagy, 2010-2017 (ita)
|
||||
|
||||
"""
|
||||
Exceptions used in the Waf code
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
logging, colors, terminal width and pretty-print
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Node: filesystem structure
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Scott Newton, 2005 (scottn)
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
Support for waf command-line options
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Runner.py: Task scheduling and execution
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"Module called for configuring, compiling and installing targets"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Tasks represent atomic operations such as processes.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Task generators
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
|
||||
"""
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2008-2016 (ita)
|
||||
# Thomas Nagy, 2008-2017 (ita)
|
||||
|
||||
"""
|
||||
Assembly support, used by tools such as gas and nasm
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# John O'Meara, 2006
|
||||
# Thomas Nagy 2009-2016 (ita)
|
||||
# Thomas Nagy 2009-2017 (ita)
|
||||
|
||||
"""
|
||||
The **bison** program is a code generator which creates C or C++ files.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"Base for c programs/libraries"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
C/C++/D configuration helpers
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy 2008-2016 (ita)
|
||||
# Thomas Nagy 2008-2017 (ita)
|
||||
|
||||
"""
|
||||
MacOSX related tools
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
C/C++ preprocessor for finding dependencies
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2016 (ita)
|
||||
# Thomas Nagy, 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Various configuration tests.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Classes and methods shared by tools providing support for C-like language such
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy 2009-2016 (ita)
|
||||
# Thomas Nagy 2009-2017 (ita)
|
||||
|
||||
"""
|
||||
Detect the Clang++ C++ compiler
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Carlos Rafael Giani, 2007 (dv)
|
||||
# Thomas Nagy, 2016 (ita)
|
||||
# Thomas Nagy, 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Try to detect a D compiler from the list of supported compilers::
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
C# support. A simple example::
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"Base for c++ programs and libraries"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Carlos Rafael Giani, 2007 (dv)
|
||||
# Thomas Nagy, 2007-2016 (ita)
|
||||
# Thomas Nagy, 2007-2017 (ita)
|
||||
|
||||
from waflib import Utils, Task, Errors
|
||||
from waflib.TaskGen import taskgen_method, feature, extension
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2016 (ita)
|
||||
# Thomas Nagy, 2016-2017 (ita)
|
||||
|
||||
from waflib import Utils
|
||||
from waflib.Configure import conf
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2016 (ita)
|
||||
# Thomas Nagy, 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Provide a scanner for finding dependencies on d files
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Carlos Rafael Giani, 2007 (dv)
|
||||
# Thomas Nagy, 2008-2016 (ita)
|
||||
# Thomas Nagy, 2008-2017 (ita)
|
||||
|
||||
import sys
|
||||
from waflib.Tools import ar, d
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# DC 2008
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Fortran support
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# DC 2008
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Fortran configuration helpers
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# DC 2008
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
import re
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# John O'Meara, 2006
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
The **flex** program is a code generator which creates C or C++ files.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# KWS 2010
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
import re
|
||||
from waflib import Utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2008-2016 (ita)
|
||||
# Thomas Nagy, 2008-2017 (ita)
|
||||
|
||||
"Detect as/gas/gcc for compiling assembly files"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
# Yinon Ehrlich, 2009
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# DC 2008
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
import re
|
||||
from waflib import Utils
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
Support for GLib2 tools:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
# Yinon Ehrlich, 2009
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Stian Selnes 2008
|
||||
# Thomas Nagy 2009-2016 (ita)
|
||||
# Thomas Nagy 2009-2017 (ita)
|
||||
|
||||
"""
|
||||
Detects the Intel C compiler
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy 2009-2016 (ita)
|
||||
# Thomas Nagy 2009-2017 (ita)
|
||||
|
||||
"""
|
||||
Detects the Intel C++ compiler
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# DC 2008
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
import os, re
|
||||
from waflib import Utils, Logs, Errors
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
Support for translation tools such as msgfmt and intltool
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
Java support
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Sebastian Schlingmann, 2008
|
||||
# Thomas Nagy, 2008-2016 (ita)
|
||||
# Thomas Nagy, 2008-2017 (ita)
|
||||
|
||||
"""
|
||||
Lua support.
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2008-2016 (ita)
|
||||
# Thomas Nagy, 2008-2017 (ita)
|
||||
|
||||
"""
|
||||
Nasm tool (asm processing)
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# andersg at 0x63.nu 2007
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Support for Perl extensions. A C/C++ compiler is required::
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
This tool helps with finding Qt5 tools and libraries,
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# daniel.svensson at purplescout.se 2008
|
||||
# Thomas Nagy 2016 (ita)
|
||||
# Thomas Nagy 2016-2017 (ita)
|
||||
|
||||
"""
|
||||
Support for Ruby extensions. A C/C++ compiler is required::
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
|
||||
from waflib.Tools import ccroot, ar
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
|
||||
from waflib.Tools import ccroot, ar
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
|
||||
"""
|
||||
TeX/LaTeX/PDFLaTeX/XeLaTeX support
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Carlos Rafael Giani, 2006
|
||||
# Thomas Nagy, 2010-2016 (ita)
|
||||
# Thomas Nagy, 2010-2017 (ita)
|
||||
|
||||
"""
|
||||
Unit testing system for C/C++/D providing test execution:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
# Yinon Ehrlich, 2009
|
||||
# Michael Kuhn, 2009
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2016 (ita)
|
||||
# Thomas Nagy, 2006-2017 (ita)
|
||||
# Ralf Habacker, 2006 (rh)
|
||||
# Yinon Ehrlich, 2009
|
||||
# Michael Kuhn, 2009
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
||||
"""
|
||||
Utilities and platform-specific fixes
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2005-2016 (ita)
|
||||
# Thomas Nagy, 2005-2017 (ita)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
# Thomas Nagy, 2016
|
||||
# Thomas Nagy, 2016-2017
|
||||
|
||||
"""
|
||||
Force all build files to go to the build directory:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Federico Pellegrin, 2016 (fedepell) adapted for Python
|
||||
# Federico Pellegrin, 2016-2017 (fedepell) adapted for Python
|
||||
|
||||
"""
|
||||
This tool helps with finding Python Qt5 tools and libraries,
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Calle Rosenquist, 2016 (xbreak)
|
||||
# Calle Rosenquist, 2016-2017 (xbreak)
|
||||
|
||||
"""
|
||||
Provides Python unit test support using :py:class:`waflib.Tools.waf_unit_test.utest`
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2010-2016 (ita)
|
||||
# Thomas Nagy, 2010-2017 (ita)
|
||||
|
||||
import os
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env python
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2016 (ita)
|
||||
# Thomas Nagy, 2016-2017 (ita)
|
||||
|
||||
import os, sys, traceback, base64, signal
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user