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
Hackerpilot
c5277b1e31
Update libdparse
2015-01-26 16:39:58 -08:00
Hackerpilot
13a5a3e693
Minor fixes
2015-01-26 13:13:12 -08:00
Hackerpilot
0e89df07f8
Code cleanup
2015-01-26 01:34:28 -08:00
Hackerpilot
4de59912db
Update libdparse.
2015-01-26 01:34:20 -08:00
Hackerpilot
4ddb7c229b
Update libdparse.
2015-01-26 00:13:53 -08:00
Hackerpilot
f89ba1b15e
Update libdparse
2015-01-20 17:47:25 -08:00
Hackerpilot
9eb2b575af
Change rule name
2015-01-16 11:14:07 -08:00
Hackerpilot
956dd204dc
Rename
2015-01-16 11:12:50 -08:00
Hackerpilot
5d2aebbf0a
More improvements to the unmodified variable check
2015-01-16 11:10:41 -08:00
Hackerpilot
235af118d1
Whitespace
2015-01-15 13:32:12 -08:00
Hackerpilot
8dc46e3992
Improvements to the onmodified variable checker
2015-01-15 13:24:42 -08:00
Hackerpilot
f7ffced8ee
More enum fixes
2015-01-14 18:11:42 -08:00
Hackerpilot
55091c8b5c
Things marked 'enum' should not be changed to 'immutable
2015-01-14 18:04:20 -08:00
Hackerpilot
fd51353abf
Add possible immutable variable detector
2015-01-14 17:54:51 -08:00