mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-03 06:57:31 +01:00
First commit of the year 2015
This commit is contained in:
parent
0b926c7682
commit
149653a937
2
README
2
README
@ -49,5 +49,5 @@ $ git remote add code https://code.google.com/p/waf.docs/
|
|||||||
$ git push code
|
$ git push code
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
Thomas Nagy, 2014 (ita)
|
Thomas Nagy, 2014-2015 (ita)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
# Thomas Nagy, 2005, 2014 (ita)
|
# Thomas Nagy, 2005-2015 (ita)
|
||||||
|
|
||||||
VERSION='1.0.0'
|
VERSION='1.0.0'
|
||||||
APPNAME='tex_test'
|
APPNAME='tex_test'
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
# Thomas Nagy, 2014 (ita)
|
# Thomas Nagy, 2014-2015 (ita)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Climb dependencies without using build groups and without annotating them.
|
Climb dependencies without using build groups and without annotating them.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
# Thomas Nagy, 2006-2014 (ita)
|
# Thomas Nagy, 2006-2015 (ita)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
See waflib/extras/stale.py for more information.
|
See waflib/extras/stale.py for more information.
|
||||||
|
@ -2,11 +2,8 @@
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
A script that creates signed Python files.
|
A script that creates signed Python files.
|
||||||
|
|
||||||
Distributing detached signatures is boring.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
|
# encoding: ISO8859-1
|
||||||
|
# Thomas Nagy, 2014-2015
|
||||||
|
|
||||||
"""
|
"""
|
||||||
A simple file for verifying signatures in signed waf files
|
A simple file for verifying signatures in signed waf files
|
||||||
|
This script is meant for Python >= 2.6 and the encoding is bytes - ISO8859-1
|
||||||
|
|
||||||
Distributing detached signatures is boring
|
Distributing detached signatures is boring
|
||||||
"""
|
"""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: ISO8859-1
|
# encoding: ISO8859-1
|
||||||
# Thomas Nagy, 2005-2014
|
# Thomas Nagy, 2005-2015
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
# Thomas Nagy, 2007-2014 (ita)
|
# Thomas Nagy, 2007-2015 (ita)
|
||||||
# Gustavo Carneiro (gjc), 2007
|
# Gustavo Carneiro (gjc), 2007
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
# Thomas Nagy, 2006-2014 (ita)
|
# Thomas Nagy, 2006-2015 (ita)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Add a pre-build hook to remove build files (declared in the system)
|
Add a pre-build hook to remove build files (declared in the system)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
# Thomas Nagy, 2010-2014 (ita)
|
# Thomas Nagy, 2010-2015 (ita)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
burn a book, save a tree
|
burn a book, save a tree
|
||||||
|
Loading…
Reference in New Issue
Block a user