Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Failed Again Running Exception Offline No data

fff3bcd36173 bdbaddog
TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impossible to detect if the user specified a default.  Tools should have this information available to do the appropriate thing for the specified target, and if not present use reasonable sequece of defaults to try
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
f7e00ed8e343 dirkbaechle
- added configuration for Xmlmind's XML editor
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
f7ac7fef03ca techtonik
Make Debug.caller_stack() return full stack.

Previously it required to specify all needed levels as parameters,
which is not practical. Now it return list of filename:line(function)
strings starting from the root one.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
d53cbf83e161 flashpixx
add optional ziproot
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
ce8f7c16fce5 garyo
Move back to 'develop' mode after rel_2.3.0.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
c4bf3ee20be4 garyo
Test harness: fail_test() can now take an optional message to print on failure.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
bcd5738db4d4 dirkbaechle
- removed *.in files from the user guide
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
ab983794dcf5 garyo
Merged in bdbaddog/scons (pull request #70: MSVC2012 stuff)
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
a4eb6526d9f9 flashpixx
Close branch ziproot
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
8ca01afc6a35 dirkbaechle
- started to implement new XML tools
- prepared introduction of SCons XSD namespace
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
80dad87330ef garyo
Added comment (minor)
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
756d23a9cc52 garyo
Updated src/CHANGES.txt for recent changes.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
6fd5058d5e6b flashpixx
Merged in ziproot (pull request #1)

optional ziproot option
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
6c6ed54bd800 bdbaddog
should resolve issues with VS2012 (and probably VS2010) on 64(and probably 32)bit win. Addressing at least bugs 2883 and 2817
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
672a2af57804 garyo
Merged in carandraug/scons (pull request #67).
Added test for CheckContext custom result types.
Also allow test.must_match() to take a match type.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
517fc1481953 bdbaddog
Raised deprecated python version to be anything less than 2.7 to prep for moving the required version to 2.7 after the next major release
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
4c3756584052 dirkbaechle
- added first version of the SCons XSD
- rewrote User Guide XML files, such that they are valid against it
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
3cb0a7b5d630 dirkbaechle
- rewrote all tool/builder docs to new SCons XSD
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
360b827f5677 carandraug
Allow NoneType for CheckContext.Result
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
28ed0b62ee59 carandraug
Do not check for result type in CheckContext.Result, support duck typing
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
204804d2f305 dirkbaechle
- switching MAN pages from troff format to Docbook/refentry
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
1e7a4ceea362 garyo
Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit.

Also cleaned up the ZIP tests by assuming that python
has the zipfile module, which has been true since python 1.6.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
18b2e57d275a bdbaddog
added text to changes.txt for this set of changes resolving some issues with MSVC and TARGET_ARCH/HOST_ARCH for MSVC
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
0a2ca838217b garyo
Merged in techtonik/scons (pull request #66)

Make Debug.caller_stack() return full stack.
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio
018709cfd9f4 techtonik
SConstruct: rpm refuses to build SCons package without rpmbuild
            installed (Fedora 18)
  • win7-64-vs20102.7: updating -  stdio
  • win-xp32-mingw2.6: 'python runtest.py ...' failed -  stdio