| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pulse: Add `QT_MODULE_TO_TEST' environment variable to Pulse. | Sergio Ahumada | 2011-04-12 | 1 | -0/+1 |
| | | | | | | QT_MODULE_TO_TEST is needed by bic, compilerwarnings, headers, symbols and also by guiapplauncher. It's just for the dir to current test module. | ||||
| * | Enable -zero-move-graft by default for Linux builds. | axis | 2011-04-05 | 1 | -1/+4 |
| | | | | | Windows cannot use it since git-filter-branch does not work there. | ||||
| * | Change phonon repo to qtphonon | Liang Qi | 2011-04-05 | 1 | -1/+1 |
| | | |||||
| * | Replace qt-bundle with qt5 | Liang Qi | 2011-04-05 | 1 | -9/+9 |
| | | |||||
| * | Pulse: JOM disabled for the time being | Sergio Ahumada | 2011-04-05 | 1 | -5/+5 |
| | | |||||
| * | Pulse: Let's just use JOM for the time being | Sergio Ahumada | 2011-04-02 | 1 | -3/+4 |
| | | |||||
| * | Pulse: Fixing typo | Sergio Ahumada | 2011-04-02 | 1 | -1/+1 |
| | | |||||
| * | Pulse: I was probably too optimistic with -j60 | Sergio Ahumada | 2011-04-01 | 1 | -1/+1 |
| | | | | | Let's change it to -j20 | ||||
| * | Pulse: First attempt to use JOM + IB on Windows. | Sergio Ahumada | 2011-04-01 | 1 | -1/+25 |
| | | | | | We should be able to use JOM+IB for building Qt. | ||||
| * | Pulse: Added `qtqa' autotests | Sergio Ahumada | 2011-03-31 | 1 | -1/+1 |
| | | |||||
| * | Pulse: Added JOM to the PATH on Windows. | Sergio Ahumada | 2011-03-30 | 1 | -0/+1 |
| | | | | | We want to use JOM+IncrediBuild to build Qt and Webkit when possible. | ||||
| * | Replace qtkernel with qtbase | Liang Qi | 2011-03-29 | 1 | -3/+3 |
| | | |||||
| * | Replace qtquick with qtdeclarative | Liang Qi | 2011-03-29 | 1 | -1/+1 |
| | | |||||
| * | Replace mother with qt-bundle | Liang Qi | 2011-03-29 | 1 | -9/+9 |
| | | |||||
| * | Fixed the PATH for non-Windows builds in pulse. | axis | 2011-03-22 | 1 | -0/+2 |
| | | | | | This is required for certain tests. | ||||
| * | Added pulse support for -clone-mother. | axis | 2011-03-10 | 1 | -3/+22 |
| | | |||||
| * | Run the test in debug on pulse. | Olivier Goffart | 2011-03-01 | 1 | -2/+2 |
| | | | | | | The normal test are not run in release (to catch the Q_ASSERT) and some tests (such as qvariant) fails in release | ||||
| * | Removed -prefix option from configure. | axis | 2011-02-25 | 1 | -1/+1 |
| | | | | | It should work without that now. | ||||
| * | Pulse: Fixed the qa-dungeon repo. | Sergio Ahumada | 2011-02-18 | 1 | -1/+1 |
| | | |||||
| * | Pulse: First attempt to run autotests in all modules. | Sergio Ahumada | 2011-02-17 | 1 | -4/+10 |
| | | |||||
| * | Use master branch in pulse | Marius Storm-Olsen | 2011-02-17 | 1 | -1/+1 |
| | | |||||
| * | modularize: make the script output the commands it's running | Rohan McGovern | 2011-02-17 | 1 | -1/+1 |
| | | | | | | Use `modularize -verbose' to have all the scripts output their commands as they run, and enable this by default in the Pulse builds. | ||||
| * | pulse-build-script: allow make and configure args to be overridden | Rohan McGovern | 2011-02-17 | 1 | -5/+60 |
| | | | | | | | | | | | | | | | | | Make this script follow the same conventions as the rest of our test scripts: - set make.args / PULSE_MAKE_ARGS to customize make arguments (e.g. set to -j30 when distributed compile tool is available) - set configure.args / PULSE_CONFIGURE_ARGS to customize main configure arguments - set configure.extra_args / PULSE_CONFIGURE_EXTRA_ARGS to append some extra configure arguments (e.g. `-no-pch' to turn off PCH and increase build speed with distcc/ccache, or `-silent' to reduce amount of output generated during the build) | ||||
| * | Make Pulse compile faster on Linux and Mac | Marius Storm-Olsen | 2011-02-15 | 1 | -1/+1 |
| | | |||||
| * | pulse-build-script: configure with -no-pch for distcc, icecc and ccache | Rohan McGovern | 2011-02-15 | 1 | -1/+1 |
| | | | | | | | | | ccache, distcc and icecc tools will not work correctly unless Qt is configured with -no-pch. This commit should considerably improve performance of builds. Signed-off-by: Sergio Ahumada <sergio.ahumada@nokia.com> | ||||
| * | First attempt to run autotests for qtkernel. | Sergio Ahumada | 2011-02-11 | 1 | -7/+29 |
| | | | | | | | | | | | | In order to run the autotests locally, use the `-autotest' option. To reuse the same scripts that we use for the CI system you need to set up these three environment variables: PULSE_PLATFORM = linux-g++-32 | win32-msvc2008 | macx-g++ PULSE_TESTS_DIR = /path/to/your/tests PULSE_TESTS_TESTR = 0 | ||||
| * | Corrected a typo in the path. | axis | 2011-02-07 | 1 | -1/+1 |
| | | |||||
| * | Added -qtdir argument to pulse-build-script, for testing. | axis | 2011-02-07 | 1 | -2/+5 |
| | | | | | | Also got rid of the probing of the environment for QTDIR. It was error prone anyway, and there was no good use for it. | ||||
| * | Added qtkernel/bin to path by default in Windows. | axis | 2011-02-03 | 1 | -1/+4 |
| | | | | | | This is required to find the libraries when running programs that depend on them. | ||||
| * | Started to automatically add path to Python on Windows. | axis | 2011-02-01 | 1 | -0/+4 |
| | | |||||
| * | pulse-build-script: use more explicit `git checkout' command | Rohan McGovern | 2011-01-28 | 1 | -1/+1 |
| | | | | | | | Doing `git checkout 4.7' to mean `find a remote branch named 4.7 and set up a local branch named 4.7 to track it' is a shortcut only available in newer versions of git. | ||||
| * | Checking out qt/qt#4.7 since patches doesn't make sense for 4.8 yet. | Sergio Ahumada | 2011-01-26 | 1 | -0/+2 |
| | | |||||
| * | Revert "Made the pulse script switch on core.autocrlf on Windows." | axis | 2011-01-25 | 1 | -12/+0 |
| | | | | | This reverts commit 5202d645ba6d786ad60ae66494b75b7eebb961f7. | ||||
| * | Made the pulse script switch on core.autocrlf on Windows. | axis | 2011-01-25 | 1 | -0/+12 |
| | | | | | The patches need to have CRLF lineendings to be committable. | ||||
| * | Added -mp flag to pulse build script to speed up things. | axis | 2011-01-24 | 1 | -1/+1 |
| | | |||||
| * | Make autotests build | Liang Qi | 2011-01-07 | 1 | -0/+23 |
| | | |||||
| * | Try to support build on Windows. | Liang Qi | 2010-12-28 | 1 | -2/+10 |
| | | | | | configure.exe need to be rewritten. | ||||
| * | pulse-build-script: print out the commands we're running | Rohan McGovern | 2010-12-15 | 1 | -5/+14 |
| | | |||||
| * | Added `-prefix .' to configure script into `pulse-build-script' file. | Sergio Ahumada | 2010-11-19 | 1 | -1/+1 |
| | | | | | | This change is to avoid `QMAKESPEC has not been set, so configuration cannot be deduced' error message. | ||||
| * | Pulse: fixed erroneous use of Config | Rohan McGovern | 2010-11-19 | 1 | -0/+2 |
| | | |||||
| * | Pulse: use `qtgitreadonly' alias for cloning Qt. | Rohan McGovern | 2010-11-19 | 1 | -1/+1 |
| | | | | | This is necessary to enable usage of local git mirrors. | ||||
| * | Added build scripts for pulse. | axis | 2010-11-16 | 1 | -0/+36 |
