summaryrefslogtreecommitdiffstats
path: root/bin/elf2e32_qtwrapper.pl
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Added a consistency check for number of missing symbols in elf2e32.axis2011-04-071-4/+35
| | | | Reviewed-by: Trust me
* Added debugging output to elf2e32_qtwrapper.axis2011-04-041-0/+31
| | | | Reviewed-by: Trust me
* Fixed detection of internal errors in the elf2e32_qtwrapper script.axis2011-04-041-6/+4
| | | | Reviewed-by: Trust me
* Added some more error handling to the elf2e32_qtwrapper.axis2011-04-011-4/+4
| | | | RevBy: Liang Qi
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Fixed a bug in elf2e32_qtwrapper regarding spaces in def files.axis2010-12-231-3/+3
| | | | | | | It would not parse the line correctly if a space was missing between the "@" and the ordinal number. RevBy: Trust me
* Fix license headersJason McDonald2010-12-011-0/+40
|
* Fixed elf2e32_qtwrapper when not using def files.axis2010-11-041-13/+17
| | | | | RevBy: Liang Qi Task: QTBUG-14952
* Fixed a bug in the elf2e32_qtwrapper script.axis2010-10-271-14/+90
| | | | | | | | | | It did not handle missing symbols in all cases, most notably when elf2e32 decides to omit it from the produced def file. This required us to start reading the original def file as well, to find out what the original symbols was. Task: QTBUG-11839 RevBy: Thomas Zander
* Added wrapper for the elf2e32_qtwrapper script.axis2010-10-211-0/+145
This is needed to call the script on Windows. RevBy: Trust me