Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a consistency check for number of missing symbols in elf2e32. | axis | 2011-04-07 | 1 | -4/+35 |
| | | | | Reviewed-by: Trust me | ||||
* | Added debugging output to elf2e32_qtwrapper. | axis | 2011-04-04 | 1 | -0/+31 |
| | | | | Reviewed-by: Trust me | ||||
* | Fixed detection of internal errors in the elf2e32_qtwrapper script. | axis | 2011-04-04 | 1 | -6/+4 |
| | | | | Reviewed-by: Trust me | ||||
* | Added some more error handling to the elf2e32_qtwrapper. | axis | 2011-04-01 | 1 | -4/+4 |
| | | | | RevBy: Liang Qi | ||||
* | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Fixed a bug in elf2e32_qtwrapper regarding spaces in def files. | axis | 2010-12-23 | 1 | -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 headers | Jason McDonald | 2010-12-01 | 1 | -0/+40 |
| | |||||
* | Fixed elf2e32_qtwrapper when not using def files. | axis | 2010-11-04 | 1 | -13/+17 |
| | | | | | RevBy: Liang Qi Task: QTBUG-14952 | ||||
* | Fixed a bug in the elf2e32_qtwrapper script. | axis | 2010-10-27 | 1 | -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. | axis | 2010-10-21 | 1 | -0/+145 |
This is needed to call the script on Windows. RevBy: Trust me |