Commit Graph

795 Commits

Author SHA1 Message Date
Hackerpilot e961ab14aa Actually use DMD_FLAGS 2015-05-17 17:14:14 -07:00
Hackerpilot 4786c1fc1b Fix #256 2015-05-17 17:12:37 -07:00
Hackerpilot 960881e607 WIP 2015-05-17 16:22:51 -07:00
Brian Schott fd4b4edda9 Merge pull request #254 from WalterWaldron/fix242fix
unused_label: Fix crash on empty label statement
2015-05-12 10:10:20 -07:00
WalterW 38b6deaa25 unused_label: Fix crash on empty label statement 2015-05-12 09:04:58 -04:00
Brian Schott 780ecbe1e0 Merge pull request #252 from timotheecour/fix_251
fix https://github.com/Hackerpilot/Dscanner/issues/251
2015-05-11 21:41:26 -07:00
Timothee Cour d283576390 fix https://github.com/Hackerpilot/Dscanner/issues/251 2015-05-11 21:30:01 -07:00
Timothee Cour fbd88477b8 fix https://github.com/Hackerpilot/Dscanner/issues/251 2015-05-11 21:28:09 -07:00
Timothee Cour 42923725cb _ 2015-05-11 20:15:53 -07:00
Brian Schott 1ea4f53a38 Merge pull request #249 from WalterWaldron/fix242
Fix #242 - Warn about unused labels
2015-05-11 13:41:24 -07:00
WalterW 1945b4bee9 Fix #242 - Warn about unused labels 2015-05-11 10:15:53 -04:00
Brian Schott f0f0110307 Merge pull request #248 from smolt/etags-update
Etags updates
2015-05-09 18:39:50 -07:00
Dan Olson 41b9ef708e Don't etag private/package by default
Declarations hidden from other packages (private or package protection)
will not be tagged.  New option --etagAll to tag private/package too.
2015-05-09 15:42:30 -07:00
Dan Olson 5790fc3db0 etags: add module, alias, and anonymous struct fix
Added tags for module declaration and aliases.  Fix tagging for
anonymous struct members.  Also fixed off-by-one error index a tag is on
first line.
2015-05-09 15:40:54 -07:00
Brian Schott 5cff02a725 Merge pull request #245 from BBasile/master
fix, 32bit compilation
2015-05-04 18:55:09 -07:00
Basile Burg 352c6ee8e6 fix, 32bit compilation 2015-05-05 03:22:18 +02:00
Hackerpilot b73e8c4fca Update libdparse 2015-05-04 14:55:36 -07:00
Brian Schott b03e9de8fa Merge pull request #237 from smolt/etags
Generate etags
2015-04-28 15:50:14 -07:00
Dan Olson 7eedcef77b Generate etags
Generate Emacs style etags with -e.  Uses similar pattern as ctags.
This verison scopes all tags with module name and does not generate tags
for function or unittest scoped declarations.  May want to make some of
this configurable and add other stuff like tags for aliases.
2015-04-28 00:33:40 -07:00
Hackerpilot 56d0c79225 Update libdparse 2015-04-27 14:24:49 -07:00
Hackerpilot 7b115caf3f Cleanup 2015-04-23 19:32:57 -07:00
Hackerpilot b5c9bca463 Fix #236 2015-04-23 19:20:02 -07:00
Hackerpilot 958414f9e4 Update libdparse 2015-04-23 19:19:40 -07:00
Hackerpilot 9ada5cef47 Update libdparse 2015-04-16 11:42:06 -07:00
Hackerpilot 5e24ca4a7e Not suitable for stellar cartography 2015-04-13 16:42:46 -07:00
Hackerpilot 2633834e64 Remove useless import 2015-04-13 16:37:37 -07:00
Hackerpilot 25b856f607 Update libdparse 2015-04-13 16:37:24 -07:00
Brian Schott c5392e7adb Merge pull request #222 from MartinNowak/travis-ci
add travis-ci configuration
2015-03-22 21:07:56 -07:00
Martin Nowak e656f56433 add travis-ci configuration 2015-03-23 00:56:16 +01:00
Martin Nowak 5c5dfa9f4f fix Issue #205 - git submodules don't work with dub
- fix dub.json to use dub dependencies
- add githash generation and string import paths
2015-03-23 00:55:56 +01:00
Hackerpilot 679c1b4e60 Update libdparse 2015-03-18 18:25:27 -07:00
Brian Schott 8785c95c1e Merge pull request #235 from GeorgeSapkin/fixes
Fixed compilation with dmd 2.066
2015-03-08 16:22:22 -07:00
George Sapkin 52155be821 Fixed compilation with dmd 2.066 2015-03-07 10:56:36 +01:00
Hackerpilot 4849326745 Disable redundant if expression check due to false positives 2015-02-21 22:52:50 -08:00
Hackerpilot dbea951e5d Implement #232 2015-02-21 02:13:38 -08:00
Hackerpilot 6b7cb5941f Merge branch 'master' of https://github.com/Hackerpilot/Dscanner 2015-02-06 14:43:59 -08:00
Hackerpilot a4371e5a68 Update libdparse 2015-02-06 14:43:49 -08:00
Hackerpilot 86cffebb5e Fix #229 2015-02-06 02:11:23 -08:00
Hackerpilot 2b79fca42e False positive on inout @property functions 2015-02-01 03:08:42 -08:00
Hackerpilot 16d76d8b05 Fix debug build 2015-02-01 00:29:01 -08:00
Hackerpilot 05cc5bf635 Update libdparse 2015-02-01 00:26:41 -08:00
Hackerpilot e498d461df Better version number support. 2015-01-29 02:12:09 -08:00
Hackerpilot feb097b30f Merge branch 'master' of https://github.com/Hackerpilot/Dscanner 2015-01-29 00:25:00 -08:00
Hackerpilot 2549fbdac1 Update libdparse 2015-01-29 00:24:43 -08:00
Hackerpilot aae9be214a Update libdparse 2015-01-28 15:19:53 -08:00
Hackerpilot c9f59b3149 Those never needed to be public in the first place 2015-01-27 02:34:37 -08:00
Hackerpilot 1c09bd46fd Merge branch 'simd' 2015-01-27 02:31:27 -08:00
Hackerpilot 73e56f13fb Update libdparse 2015-01-27 02:31:03 -08:00
Hackerpilot db71401995 Ignore dscanner debug build 2015-01-26 16:41:09 -08:00
Brian Schott 699acff662 Merge pull request #225 from Hackerpilot/simd
Simd
2015-01-27 00:40:30 +00:00