summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-091-4/+4
* fix major memory leak in JavaScriptCore RegisterFile on Windows CEJoerg Bornemann2009-09-081-0/+3
* make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-083-5/+5
* Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* make JavaScriptCore compile on HPUXKent Hansen2009-09-077-3/+12
* Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-073-0/+15
* Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-09-041-0/+23
* define MAP_ANON as MAP_ANONYMOUS on HPUXKent Hansen2009-09-041-0/+3
* Add a way of getting the stack base on HP-UX.Thiago Macieira2009-09-041-0/+45
* Add PLATFORM(HPUX) and COMPILER(ACC) defines, for HP-UX support.Thiago Macieira2009-09-041-0/+24
* Fix compilation on AIX: struct tm has no timezone information.Simon Hausmann2009-09-041-1/+1
* Implement support for getting the stack base on AIX.Thiago Macieira2009-09-041-0/+12
* Fix compilation with xlC 7: operator-> must return a pointer-like type.Thiago Macieira2009-09-041-1/+1
* Work around an apparent xlC 7 bug: partial specialisation on HashMap.Thiago Macieira2009-09-041-49/+54
* Fix compilation with xlC 7: apparently problem with nested templates.Thiago Macieira2009-09-041-20/+20
* Fix compilation with Sun CC 5.9: std::pair does not call types' constructors.Thiago Macieira2009-09-041-4/+4
* Fix compilation with Sun CC 5.9: the default constructor for HashTableIterato...Thiago Macieira2009-09-043-5/+23
* Fix linking with Sun CC 5.9: function pointers for extern "C" are treated dif...Thiago Macieira2009-09-042-1/+5
* Fix compilation with Sun CC 5.9: ambiguity in ?:Thiago Macieira2009-09-0416-20/+20
* Remove comma at end of enum. Some compilers are more picky than others.Thiago Macieira2009-09-0419-20/+21
* Fix compilation with Sun CC 5.9: moving elements in a vector requires source ...Thiago Macieira2009-09-041-6/+6
* Fix compilation error on Solaris: mmap/munmap take/return a char*, not void*.Thiago Macieira2009-09-042-3/+3
* Fix linking with SunCC 5.9: de-inline the operator new and delete in ParserAr...Thiago Macieira2009-09-042-17/+18
* Fix oversize-buffer support for aligning.Thiago Macieira2009-09-041-3/+8
* build fix for winceThierry Bastian2009-09-021-0/+2
* Create exceptionCatch eventsJedrzej Nowacki2009-09-013-0/+18
* Fix column number in QScriptEngineAgentJedrzej Nowacki2009-09-011-4/+0
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
* | make JIT construct objects of type QScriptObject, not JSC::JSObjectKent Hansen2009-08-261-0/+8
* | Compile fix for mingwThierry Bastian2009-08-262-3/+1
* | Fix column number in QScriptEngineAgent with JIT enabledJedrzej Nowacki2009-08-261-0/+1
* | Removed library added by mistake in 91e1f75992a5fa720ad748d8487a44b5a242ca2dFriedemann Kleint2009-08-251-28/+0
* | Fix valgrind warning (use of uninitialized) in JavaScriptCoreOlivier Goffart2009-08-251-0/+2
* | Merge branch '4.6'Thiago Macieira2009-08-2410-88/+48
|\ \
| * \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-1/+1
| |\ \ | | |/
| | * Phonon: improve locking to make it safer to load a sourceThierry Bastian2009-08-112-17/+25
| | * Update URL for Qt web site.Jason McDonald2009-08-111-1/+1
| | * Update license headers.Jason McDonald2009-08-111-1/+1
| | * Fixed an assert that could happen when the mediaSource is deletedThierry Bastian2009-08-103-30/+21
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-244-2/+14
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-239-17/+114
| | * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-135-6/+34
| * | Phonon/ds9: fix a potential dead-lock found by userThierry Bastian2009-08-244-1/+12
| * | compile fix with namespaced Qthjk2009-08-246-2/+12
| * | Phonon/ds9: refactor to prepare some improvements in the usage of mutexThierry Bastian2009-08-246-86/+35
* | | Fix compile error on Windows7(64Bit) with latest SDK.Prasanth Ullattil2009-08-241-0/+1
* | | compile fix with namespaced Qthjk2009-08-246-2/+12