| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated year in copyright header | Kai Koehne | 2014-03-26 | 16 | -16/+16 |
|
|
* | fix PlatformToolSet tag location in vcxproj files | Joerg Bornemann | 2014-02-19 | 1 | -9/+2 |
|
|
* | add support for Visual Studio 2013 | Joerg Bornemann | 2014-01-21 | 3 | -1/+16 |
|
|
* | qmake/vcxproj: resurrect support for /we compiler switch | Joerg Bornemann | 2013-05-13 | 3 | -1/+8 |
|
|
* | qmake/vcxproj: fix parsing of /RTC* options | Joerg Bornemann | 2013-05-13 | 2 | -14/+30 |
|
|
* | define NDEBUG in MSVC/nmake release builds | Joerg Bornemann | 2013-03-01 | 1 | -0/+5 |
|
|
* | do not parse MSVC option /Gs as /GS | Joerg Bornemann | 2013-02-07 | 1 | -3/+1 |
|
|
* | qmake/MSVC: do not disable buffer security check per default | Joerg Bornemann | 2013-02-07 | 1 | -1/+1 |
|
|
* | qmake/MSVC: fix parsing of the /openmp option | Joerg Bornemann | 2013-02-07 | 1 | -3/+12 |
|
|
* | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 16 | -16/+16 |
|
|
* | fix duplicate TRANSLATION entry in generated RC file | Joerg Bornemann | 2012-12-21 | 1 | -4/+0 |
|
|
* | qmake: support for Visual Studio 2012 project files added | Joerg Bornemann | 2012-12-09 | 4 | -1/+34 |
|
|
* | qmake: fix .pc install target dir separators on windows | J-P Nurmi | 2012-10-22 | 1 | -1/+1 |
|
|
* | Revert "qmake vcxproj generator: map TARGET_EXT to $(TargetExt)" | Joerg Bornemann | 2012-10-18 | 3 | -12/+2 |
|
|
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 16 | -386/+386 |
|
|
* | qmake vcxproj generator: map TARGET_EXT to $(TargetExt) | Joerg Bornemann | 2012-08-08 | 3 | -2/+12 |
|
|
* | qmake: un-copy-and-pastify vcxproj generator a bit | Joerg Bornemann | 2012-08-08 | 2 | -60/+70 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 16 | -32/+32 |
|
|
* | qmake vc(x)proj generator: don't create bogus directories | Joerg Bornemann | 2012-04-17 | 1 | -0/+3 |
|
|
* | qmake/Win: fix incomplete generated version resource | Joerg Bornemann | 2012-04-17 | 1 | -1/+11 |
|
|
* | qmake vcxproj generator: fix handling of /MANIFEST:NO linker option | Joerg Bornemann | 2012-04-17 | 1 | -0/+7 |
|
|
* | qmake vcproj generator: unused variable removed | Joerg Bornemann | 2012-04-17 | 1 | -1/+0 |
|
|
* | qmake vc(x)project generator: fix VC++ Express detection | Joerg Bornemann | 2012-04-16 | 1 | -1/+3 |
|
|
* | qmake: fix default value for C++ optimization in vcxproj files | Joerg Bornemann | 2012-03-22 | 1 | -0/+4 |
|
|
* | escape *_script_file usages in MingwMakefileGenerator::writeObjectsPart | Max Desyatov | 2012-03-07 | 1 | -4/+4 |
|
|
* | Create target pkgconfig dir in qmake generated Windows Makefiles | Hib Eris | 2012-02-29 | 1 | -0/+6 |
|
|
* | Implement missing replacements when installing .pc files for win32 | Hib Eris | 2012-02-29 | 1 | -1/+17 |
|
|
* | Ensure that the RC_FILE is correctly handled in a single configuration | Andy Shaw | 2012-02-07 | 1 | -0/+2 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 16 | -16/+16 |
|
|
* | qmake: fix default value for C++ optimization in vcxproj files | Joerg Bornemann | 2012-01-06 | 1 | -0/+4 |
|
|
* | qmake: fix /MP option for VS 2010 | Joerg Bornemann | 2012-01-06 | 1 | -3/+3 |
|
|
* | qmake: fix writing of incremental linker option for vcxproj files | Joerg Bornemann | 2011-10-14 | 1 | -1/+1 |
|
|
* | qmake vcxproj generator: fix XML conversion for build events | Joerg Bornemann | 2011-09-08 | 1 | -2/+2 |
|
|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 16 | -274/+274 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast... | Qt Continuous Integration System | 2011-05-11 | 6 | -37/+25 |
|\ |
|
| * | qmake vc(x)proj generator: support x64 Qt builds | Joerg Bornemann | 2011-05-06 | 2 | -9/+14 |
|
|
| * | qmake: remove dead code from VcxprojGenerator | Joerg Bornemann | 2011-05-06 | 2 | -28/+0 |
|
|
| * | qmake nmake generator: pass MAKEFLAGS to sub-make calls | Joerg Bornemann | 2011-05-05 | 2 | -0/+11 |
|
|
* | | qmake: Introduce new template type | Christian Kandeler | 2011-05-03 | 3 | -3/+21 |
|
|
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-04-18 | 3 | -23/+31 |
|\ \ |
|
| * | | make collection of SUBDIRS in solution generator less bizarre | Oswald Buddenhagen | 2011-04-12 | 2 | -21/+22 |
|
|
| * | | run depend_command in build dir in VS generators as well | Oswald Buddenhagen | 2011-04-12 | 4 | -4/+18 |
|
|
| * | | Merge branch 'backporting-symbian-armcc-to-4.7' into s60-4.7 | axis | 2011-03-14 | 3 | -26/+98 |
| |\ \ |
|
| | * | | Fixed win32-msvc2008 build regression. | axis | 2011-03-04 | 2 | -9/+5 |
|
|
| | * | | Made qmake strip trailing \ from libdirs. | axis | 2011-03-04 | 1 | -1/+4 |
|
|
| | * | | Added MinGW support for adding lib prefix and extension via profile. | axis | 2011-03-04 | 3 | -9/+19 |
|
|
| | * | | Added support for various special compiler/linker flags on MinGW. | axis | 2011-03-04 | 1 | -0/+18 |
|
|
| | * | | Added support for rvct_linker config in qmake's MinGW generator. | axis | 2011-03-04 | 1 | -3/+11 |
|
|
| | * | | Avoided some MinGW specific codepaths when building Symbian libs. | axis | 2011-03-04 | 2 | -3/+4 |
|
|
| | * | | Added .lib/.dso dependency tracking to Symbian with MinGW generator. | axis | 2011-03-04 | 1 | -0/+6 |
|
|