Commit Graph

9843 Commits

Author SHA1 Message Date
PKEuS 758d68519d Use TinyXML to write XML files 2013-08-07 16:30:55 +02:00
PKEuS a9a5dc0354 Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
PKEuS dd82817752 Fixed #4943 and simplified CheckOther::checkCommaSeparatedReturn() 2013-08-06 11:27:09 -07:00
PKEuS 1538b46970 Refactorization in checkio.cpp 2013-08-06 10:24:35 -07:00
PKEuS 5e3ccda408 Added support for noreturn functions from library to CheckOther::checkUnreachableCode() 2013-08-06 02:11:59 -07:00
Daniel Marjamäki bf6c6d0263 Merge pull request #157 from simartin/ticket_4922
Fix ticket #4922 by checking the return value of string::find().
2013-08-05 11:44:09 -07:00
Simon Martin c9884c30a1 Fix ticket #4922 (segmentation fault upon invalid code). 2013-08-05 20:28:22 +02:00
XhmikosR 5a6194060c Update website for v1.61. 2013-08-04 14:07:42 +03:00
Daniel Marjamäki d2d0f3a292 cli.pro: dont include tinyxml both from lib.pri and cli.pro 2013-08-04 13:05:25 +02:00
Daniel Marjamäki 54efb78ba5 Merge pull request #156 from simartin/test_into_xcode_project
Added test cases to XCode project.
2013-08-04 00:20:26 -07:00
Daniel Marjamäki c1278fd2b2 Archive: add Makefile for building and moving cgi files 2013-08-03 20:41:22 +02:00
PKEuS 4a84195a8c Updated to latest TinyXML
Build TinyXML into core dll once and use it from CLI
2013-08-03 20:29:50 +02:00
PKEuS 2413655d3d Moved GUI translations into subdirectory /lang 2013-08-03 20:21:13 +02:00
XhmikosR 197046b761 Partially revert b2e140389f
" Move system includes before local ones"
2013-08-03 21:11:58 +03:00
PKEuS 219f6546d3 Set version to 1.62 dev 2013-08-03 19:54:39 +02:00
PKEuS f1285a0184 Added cfg files as optional feature to WiX installer 2013-08-03 19:20:12 +02:00
PKEuS 5a92af2556 lupdate gui.pro 2013-08-03 19:05:15 +02:00
Daniel Marjamäki b485033fb8 Makefile: Set debug mode 2013-08-03 18:20:52 +02:00
Daniel Marjamäki 9e16abeb42 1.61: Updated Makefile 2013-08-03 18:16:17 +02:00
Daniel Marjamäki 876e393cd5 removed Changelog 2013-08-03 08:27:40 +02:00
Daniel Marjamäki 2f7fba2087 1.61: Set versions 2013-08-03 08:04:38 +02:00
Daniel Marjamäki f943990829 AUTHORS: updated authors file. 2013-08-03 07:01:43 +02:00
Daniel Marjamäki 792ba256f0 webreport: removed scp command 2013-08-02 09:06:42 +02:00
Simon Martin 874a80430c Added test cases to XCode project. 2013-08-02 08:13:41 +02:00
XhmikosR 900259a8bc htdocs: update .htaccess to the latest git. 2013-08-01 17:00:26 +03:00
XhmikosR f7e93f9942 htdocs: move the id to the parent element instead of using empty <a>. 2013-07-31 18:21:06 +03:00
XhmikosR a901c33d93 htdocs: update normalize.css. 2013-07-31 18:21:06 +03:00
XhmikosR c57879e578 htdocs: tweak the "Download Now!" button. 2013-07-31 18:21:06 +03:00
XhmikosR 05dc0433fb htdocs: use span element for maxChars. 2013-07-31 18:21:06 +03:00
XhmikosR 67afb6b2ba archive: minor tweaks. 2013-07-31 18:21:06 +03:00
XhmikosR b2e140389f * Move system includes before local ones
* Remove superfluous newlines
2013-07-31 18:21:06 +03:00
XhmikosR c4890a782f htdocs: Fix XHTML validation errors. 2013-07-31 14:02:56 +02:00
XhmikosR 2cc2d17bc6 htdocs/archive/index.php: switch to XHTML 1.1. 2013-07-31 14:02:39 +02:00
XhmikosR 3a9740b110 htdocs: move inline JS to a separate file. 2013-07-31 14:02:21 +02:00
XhmikosR 6f278b9131 htdocs/demo/report/index.php: add "Archive" link in navbar. 2013-07-31 14:02:07 +02:00
Tim Gerundt 851b80341c htdocs: Fix escaping of html characters in /devinfo. 2013-07-31 14:01:56 +02:00
Daniel Marjamäki 2a78db4c06 Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
Daniel Marjamäki 6c05f78a8f Reverted experimental changes for handling of lambda functions (#4919). 2013-07-31 09:58:31 +02:00
Daniel Marjamäki 9656e71c03 archive: replace &amp; since it doesn't work well 2013-07-30 20:36:32 +02:00
Daniel Marjamäki e559b6da65 archive: use camelCase in js function names 2013-07-30 18:06:03 +02:00
Daniel Marjamäki e1acef1217 archive: moved <script> from report.cgi. don't output <html> etc from report.cgi because it is inlined in /archive/index.php 2013-07-30 17:40:30 +02:00
Alexander Mai 7a324cef25 Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
Daniel Marjamäki 807204e580 Fixed #4237 (False positive: (error) Memory Leak: data (references and pointer aliases)) 2013-07-30 11:30:14 +02:00
Daniel Marjamäki 66e406fe43 Makefile: update by dmake 2013-07-30 08:47:27 +02:00
Daniel Marjamäki 1bebf1fd7e AssignIf: added todo test case (pass variable by value to function) 2013-07-29 12:27:57 +02:00
Alexander Mai 39ba0d36c1 TestRunner: added test case for assignment simplification in do-while (#4881). 2013-07-29 12:10:11 +02:00
Daniel Marjamäki d9a2f542be CheckOther: removed redundant conditions. No need to check if varid is > 0 and if there is variable info. 2013-07-29 12:01:52 +02:00
Daniel Marjamäki f59164302d TestAssignIf: improved code coverage 2013-07-29 11:43:08 +02:00
Alexander Mai 3e9f6daa00 Added test cases for #4801 (Cppcheck fails to parse Posix (crash in CheckOther::checkPipeParameterSize())) 2013-07-29 10:57:41 +02:00
Daniel Marjamäki 545aad579f archive: fixed addfile URL from the report.cgi. improved xml validation for '_' in attribute values and <abc/> elements. 2013-07-29 10:21:10 +02:00