Basile Burg
|
734d47e9a2
|
add a check for the auto functions without return statement
|
2016-09-07 07:08:13 +02:00 |
Brian Schott
|
32f45847fd
|
Merge pull request #373 from BBasile/uselessassert-skiput-doc
fixup for #368, readme and source comment still stated the prev.behavior
|
2016-09-06 15:08:29 -07:00 |
Basile Burg
|
f9bb76782c
|
fixup for #368, readme and source comment still stated the prev.behavior
|
2016-09-03 22:31:32 +02:00 |
Brian Schott
|
7fc17a0d58
|
Merge pull request #371 from BBasile/undoc-enums
add detection of undocumented enums and their members
|
2016-08-30 15:26:42 -07:00 |
Basile Burg
|
f51a689a7d
|
add detection of undocumented enums and their members
|
2016-08-30 01:47:09 +02:00 |
Hackerpilot
|
fc0eb0b056
|
Dependency updates
|
2016-07-28 14:26:57 -07:00 |
Hackerpilot
|
cc0e555a31
|
Update dependencies
|
2016-07-28 14:12:59 -07:00 |
Hackerpilot
|
5a54b86537
|
Update libdparse
|
2016-07-27 12:25:59 -07:00 |
Hackerpilot
|
5a790b4d41
|
Fix #368
|
2016-07-27 12:21:51 -07:00 |
Hackerpilot
|
9395ecc508
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2016-07-14 15:40:14 -07:00 |
Hackerpilot
|
40961297e7
|
Issue #365
|
2016-07-14 15:39:27 -07:00 |
Hackerpilot
|
c8b12f1d5e
|
#365
|
2016-07-14 13:38:27 -07:00 |
Hackerpilot
|
b9fa74ba7b
|
Fix #360
|
2016-07-05 15:59:15 -07:00 |
Hackerpilot
|
0ccdfa2984
|
Update libdparse to improve handling of align attributes
|
2016-06-30 15:48:54 -07:00 |
Hackerpilot
|
18bfad3619
|
Update C++ linkage attribute handling
|
2016-06-30 14:50:48 -07:00 |
Hackerpilot
|
e4426081dd
|
Fix indentation
|
2016-06-30 14:50:28 -07:00 |
Brian Schott
|
cb2ba1929c
|
Merge pull request #359 from LaurentTreguier/patch-1
Correct small typo
|
2016-06-30 12:43:34 -07:00 |
LaurentTreguier
|
7945792784
|
Correct small typo
It looks like there was a typo here...
|
2016-06-30 20:54:00 +02:00 |
Hackerpilot
|
5994c760a4
|
Fix #355
|
2016-06-10 18:27:59 -07:00 |
Hackerpilot
|
d7ab1023a7
|
Fix #356
|
2016-06-10 15:28:50 -07:00 |
Hackerpilot
|
2b5e765f85
|
Update dsymbol and libdparse
|
2016-06-10 15:28:40 -07:00 |
Brian Schott
|
1fd37ac613
|
Merge pull request #349 from v--/master
Added a mechanism for searching for dscanner.ini upwards through the file hierarchy
|
2016-05-26 14:55:20 -07:00 |
Ianis G. Vasilev
|
265d102ad3
|
Updated the readme to reflect the CWD-based config file search
|
2016-05-20 02:34:40 +03:00 |
Ianis G. Vasilev
|
322a191d5d
|
Added a mechanism for searching for dscanner.ini upwards through the file hierarchy
|
2016-05-20 01:45:23 +03:00 |
Hackerpilot
|
5c5a7572ea
|
Update libdparse
|
2016-05-19 02:21:50 -07:00 |
Hackerpilot
|
d79ca30aa4
|
Pull dsymbol bug fixes
|
2016-05-19 02:20:48 -07:00 |
Hackerpilot
|
428043db71
|
Fix null pointer error in comma expression check
|
2016-05-19 00:37:01 -07:00 |
Brian Schott
|
d5929a4226
|
Merge pull request #340 from BBasile/skip-tests
Added an option that alows to skip the unittests analysis
|
2016-05-12 13:51:09 -07:00 |
Basile Burg
|
c101a6e1f7
|
Added an option that allows to skip the unittests analysis
allow each check to be individually skipped in the unit tests
useless assertions must always be detected
|
2016-05-12 17:14:32 +02:00 |
Hackerpilot
|
09e054f869
|
Fix bug with parsing multiple files at once
|
2016-05-11 17:45:55 -07:00 |
Hackerpilot
|
f0bc0d933c
|
Merge commit '162a5fb'
|
2016-05-11 16:41:53 -07:00 |
Hackerpilot
|
162a5fb332
|
Fix memory leaks
|
2016-05-11 16:41:42 -07:00 |
Hackerpilot
|
15c780fac4
|
Fix #341
|
2016-05-09 15:57:26 -07:00 |
Hackerpilot
|
e7a1b1fd2f
|
Fix parse error
|
2016-05-09 15:49:36 -07:00 |
Brian Schott
|
c602036e0f
|
Merge pull request #309 from dhasenan/master
Added a test for static if...else if mistakes.
|
2016-05-06 14:32:18 -07:00 |
Hackerpilot
|
3d6fdfe2a3
|
Fix #339
|
2016-05-06 14:24:10 -07:00 |
Hackerpilot
|
2532ea7a36
|
Update dsymbol
|
2016-05-06 13:39:02 -07:00 |
Hackerpilot
|
02f8f3c423
|
Enable the comma operator warning in synchronized statements
|
2016-05-04 03:24:32 -07:00 |
Hackerpilot
|
97c4e48ce5
|
Fix bug in token display
|
2016-05-04 03:24:11 -07:00 |
Hackerpilot
|
4cda805dc4
|
Update dependencies
|
2016-04-28 15:52:05 -07:00 |
Hackerpilot
|
d8c3fa67ca
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2016-04-28 15:38:16 -07:00 |
Hackerpilot
|
ccfdf7e7e4
|
Update dparse
|
2016-04-28 15:38:00 -07:00 |
Brian Schott
|
fd5d5c51e0
|
Merge pull request #337 from wilzbach/patch-2
fix small typo in dscanner.ini
|
2016-04-28 14:29:07 -07:00 |
Sebastian Wilzbach
|
c61800a7bc
|
fix small typo in dscanner.ini
|
2016-04-27 12:27:23 +03:00 |
Hackerpilot
|
9b81989011
|
Fix #334
|
2016-04-18 14:09:10 -07:00 |
Hackerpilot
|
d62a57271a
|
Update dependencies
|
2016-04-18 14:08:58 -07:00 |
Hackerpilot
|
553394b621
|
Fix import
|
2016-04-18 14:02:27 -07:00 |
Hackerpilot
|
00c4515778
|
Update libdparse
|
2016-04-18 13:39:30 -07:00 |
Brian Schott
|
c18cfc514f
|
Merge pull request #333 from wilzbach/patch-1
notice about --config option
|
2016-04-15 12:47:40 -07:00 |
Sebastian Wilzbach
|
2d717530b7
|
notice about --config option
|
2016-04-15 21:06:11 +03:00 |