2016-05-29 23:31:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated waf to 1.8.21.
NEW IN WAF 1.8.21
-----------------
* Fix for extra lines in windows logs #1715
* Add commit() method to ConfigSet # 1717
* Enable manifest node objects in java #1722
* Identify java tasks more accurately and add build order on non-jar tasks #1725
* Add PlatformToolset ver. to msvs proj template #1729
* Enable Colorgcc for other compilers #1732
|
2016-04-13 19:50:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update waf to 1.8.20:
NEW IN WAF 1.8.20
-----------------
* Detection SUN cc compiler version 5.0 #1697
* Initialize 'VALAFLAGS' with OS flags #1703
* Convert --perlbinary data to list #1705
* Cppcheck fixes #1708
* Boost module enhancements and fixes #1709
* Various cpplint enhancements #1711
* Workaround for unreadable home folders
|
2016-02-01 12:23:16 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update waf to 1.8.19:
NEW IN WAF 1.8.19
-----------------
* Fixed the Intel Fortran compiler detection on Windows systems #1681
* Fixed the detection of newer Sun compilers #1686
* Fixed the detection of NAG Fortran compilers #1684
* Fixed missing variable dependencies of the form ARCH_ST used in \
${ARCH_ST:ARCH} expressions
* Added conf.check(..., comment='some text') to document configuration headers
|
2015-12-13 22:02:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update waf to 1.8.17:
NEW IN WAF 1.8.17
-----------------
* Added customizations that enable building whole projects from the build folder \
instead of the variant folder
* Added a project generator for Xcode 6 #1648
* Force scanner functions to run after task failures #1660
* Improved the Intel Fortran compiler detection #1655
* Added processing of chmod attributes on subst and rule when provided #1650
* Enabled global_define in conf.check() tests
* Enabled usage of home folder/tilde ~ in Configure.find_files
* Added usage of options.enable_gccdeps when provided by user scripts
* Enabled 'waf -v' to catch invalid string on hcode values in Python3
* Fixed the function names returned by the @conf and @run_once decorators
* Let 'subst' change permissions for all its files with chmod (not just the \
first one)
* Added quoting for space-containing-arguments in print_commands.py
|
2015-11-04 18:41:21 by Alistair G. Crooks | Files touched by this commit (78) |
Log message:
Remove duplicate SHA512 digests that crept in.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-27 14:38:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update waf to 1.8.16:
NEW IN WAF 1.8.16
-----------------
* Reverted the changes to conf.check(header_name=) as this causes
regressions. Use conf.check(header_name=, link_header_test=False)
- #1647
* Disabled the loading of c_emscripten when building from the Waf tree
* Fixed the documentation build when using Sphinx < 1.3
* Propagate ldflags/LDFLAGS besides linkflags/LINKFLAGS
* Python3 fixes in extras/file_to_object.py
Fixes build of multimedia/mpv.
|
2015-10-25 10:52:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update waf to 1.8.15:
NEW IN WAF 1.8.15
-----------------
* Enabled multiple commands in run_str/rule
* Fixed conf.check(header_name=) so that it does not link test by default
* Added a workaround for non-standard python installations (Python bug 7352) - #1636
* Enabled conf.check_cfg to use conf.env.env as os environment if provided
* Enabled relative paths in --top and --out
* Enabled gzip compression for Waf file creation with Jython
* Added a workaround for building projects using IronPython
* Added a workarounds for pkg-config usage within msys2 and for inconsistent \
Python 2 paths
|
2015-09-29 10:24:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.14:
Waf 1.8.14 has been released a few moments ago; it contains the following changes:
* Fixed a regression affecting Visual Studio detection on Python 3 when \
--msvc_lazy_autodetect is not provided
* Enabled vala processing on a folder basis with the vala_dir parameter - #1601
* Enabled vala resource processing - #1626
Waf 1.8.13 has been released today; it contains the following changes:
* Exposed the Popen parameters input/timeout to cmd_and_log/exec_command \
('timeout' is for Python >= 3.3 though)
* Added 'with_sys_path' to Context.load_tool to use/skip sys.path
* Changed gccdeps so that it handles '..' within paths
* env = conf.env.derive().detach()
* Changed Sun compiler's default shared library flag from -Kpic to -xcode=pic32 \
- #1625
* Added bld(rule=, ..., cls_str=, cls_keyword=) for more descriptive outputs - #1598
* Added a lazy Visual Studio detection option --msvc_lazy_autodetect - #1614
* Changed the definition of function tests to prevent warnings with gcc - #1622
|
2015-07-14 10:46:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.8.12:
NEW IN WAF 1.8.12
-----------------
* Fixed a regression when building in sub-folders - \
https://github.com/waf-project/waf/issues/1590
* New mac_files attribute which is expected to replace mac_resources in waf 1.9 \
(demos/mac_app/)
* env = env.derive().detach() to simplify deep copies
|