Commit graph

1006 commits

Author SHA1 Message Date
The Dlang Bot
654a9329d3
Merge pull request #365 from wilzbach/changelog
Contributors shortlink + Unify Nicholas in the contributors changelog
merged-on-behalf-of: Vladimir Panteleev <CyberShadow@users.noreply.github.com>
2019-02-16 14:29:11 +01:00
Sebastian Wilzbach
397949d138
Merge pull request #364 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2019-02-16 13:19:41 +01:00
Sebastian Wilzbach
22a51213b7 Unify Nicholas in the contributors changelog 2019-02-16 13:18:39 +01:00
Sebastian Wilzbach
096000dd80 Add shortlink to the contributors 2019-02-16 13:16:33 +01:00
Martin Nowak
aaa878d32b Merge remote-tracking branch 'upstream/master' into stable 2019-02-15 13:09:55 -06:00
Martin Nowak
b6334062b7 Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-02-05 05:03:29 +01:00
Sebastian Wilzbach
3116319831
Merge pull request #363 from wilzbach/bump_lidparse
Bump libdparse to 0.10.12
2019-01-10 21:01:22 +01:00
Sebastian Wilzbach
3ea284b3b6 Bump libdparse to 0.10.12 2019-01-10 19:05:06 +01:00
The Dlang Bot
c998c12784
Merge pull request #362 from wilzbach/issue-stats-gone
Remove no longer available issue stats and add a Buildkite badge
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2019-01-05 09:11:15 +01:00
Sebastian Wilzbach
f4658f1835 Remove no longer available issue stats and add a Buildkite badge 2019-01-05 01:30:11 +01:00
The Dlang Bot
8d58d4a179
Merge pull request #361 from CyberShadow/pull-20181229-151907
Build DustMite with -version=Dlang_Tools
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-12-29 17:06:52 +01:00
Vladimir Panteleev
b493d97962
Build DustMite with -version=Dlang_Tools
To identify the source in dustmite --version.

Complement of
ad0877db8a
for https://github.com/CyberShadow/DustMite/issues/55.
2018-12-29 15:19:11 +00:00
The Dlang Bot
005b008fbb
Merge pull request #360 from wilzbach/dip25
Make DustMite -dip25 compliant
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-12-29 15:55:28 +01:00
Sebastian Wilzbach
806d490a96 Fix AppVeyor nightly URL 2018-12-29 14:47:20 +01:00
Sebastian Wilzbach
d130d80840 Make DustMite -dip25 compliant 2018-12-29 14:29:25 +01:00
Sebastian Wilzbach
1665332a84 Build tools with -dip25 2018-12-29 14:28:13 +01:00
Petar Kirov
483a6d3d17
Merge pull request #261 from ibuclaw/updatecopyright
Add update_copyright script.
2018-12-17 15:53:46 +02:00
Iain Buclaw
7f17609389 Add updatecopyright script. 2018-12-17 13:31:21 +01:00
Martin Nowak
7ef047cd9c Merge remote-tracking branch 'upstream/master' into stable 2018-10-16 12:56:26 +02:00
Martin Nowak
c3ee76ed0a
Merge pull request #359 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-08-17 01:31:05 +02:00
Martin Nowak
82b174f537 Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-08-17 01:29:28 +02:00
Martin Nowak
ed0f6789ae Merge remote-tracking branch 'upstream/master' into stable 2018-08-17 00:03:26 +02:00
Petar Kirov
409be29ee1
Merge pull request #357 from wilzbach/attributes
Support parsing only specific unittests (e.g. @betterc-test)
2018-08-14 17:23:26 +03:00
Sebastian Wilzbach
b2cb7b86d6 Add -betterC unittest output 2018-08-13 21:26:36 +02:00
Sebastian Wilzbach
ca5384dd1b Support parsing only specific unittests (e.g. @betterc-test) 2018-07-31 16:17:06 +02:00
The Dlang Bot
28729b555d
Merge pull request #356 from wilzbach/fix-typos
Fix typos in the changed summary text
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-07-29 16:47:57 +02:00
Sebastian Wilzbach
a740b9262e Fix typos in the changed summary text 2018-07-29 16:04:28 +02:00
Petar Kirov
7cd1a64cfb
Merge pull request #358 from glitchbunny/master
Add information about the --shebang switch to the rdmd man page.
2018-07-26 08:06:39 +03:00
glitchbunny
e4d647cad9 Wrap lines to 80 chars. 2018-07-25 19:10:44 +01:00
glitchbunny
0b8f510bc9 Add information about the --shebang switch to the rdmd man page. 2018-07-25 17:16:28 +01:00
The Dlang Bot
c02fb3fa26
Merge pull request #345 from wilzbach/bugzilla-stats
Allow to print simple changelog statistics
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2018-07-11 17:10:52 +02:00
Sebastian Wilzbach
0f5c67fa7b Allow to print simple changelog statistics 2018-07-04 09:25:00 +02:00
The Dlang Bot
e16869b971
Merge pull request #355 from wilzbach/mailmap
Add more duplicate contributors to the mailmap file
merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>
2018-07-04 07:43:45 +02:00
Sebastian Wilzbach
b500e4ea54 Add more duplicate contributors to the mailmap file 2018-07-04 02:09:16 +02:00
The Dlang Bot
c048231ac9
Merge pull request #354 from wilzbach/tests-line-number
Display the correct line number when executing the extracted public tests
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2018-06-25 09:12:43 +02:00
Sebastian Wilzbach
a65ce2f24e Display the correct line number when executing the extracted public tests 2018-06-24 20:35:54 +02:00
Sebastian Wilzbach
ed330bf87a
Merge pull request #353 from wilzbach/dub-readme
Add DUB build explanation to the README
2018-06-24 18:56:00 +02:00
Sebastian Wilzbach
31306ed951 Add DUB build explanation to the README 2018-06-24 16:42:16 +02:00
Sebastian Wilzbach
d0552fdd86
Merge pull request #351 from wilzbach/dub
Allow using the tools repo via DUB
2018-06-18 19:42:24 +02:00
Sebastian Wilzbach
40ff32ec60 Allow using the tools repo via DUB 2018-06-17 14:28:13 +02:00
Sebastian Wilzbach
efc4f22caf
Merge pull request #352 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-06-17 07:33:13 +02:00
Martin Nowak
fbc2b72bfc Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-06-16 22:52:04 +02:00
Martin Nowak
f47886fea6 Merge remote-tracking branch 'upstream/master' into stable 2018-06-16 07:27:38 +02:00
Sebastian Wilzbach
827d375355
Merge pull request #347 from CyberShadow/rdmd-windows-fixes
rdmd_test: Don't attempt to run Makefile test when Make is too old
2018-05-02 08:36:32 +02:00
The Dlang Bot
60c0f8921b
Merge pull request #349 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2018-05-02 02:40:48 +02:00
Martin Nowak
6d5e39d3e1 Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-05-02 01:07:31 +02:00
Martin Nowak
302fff4ee1 purge changelog 2018-05-02 01:04:22 +02:00
Sebastian Wilzbach
1a5e531095
Merge pull request #348 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2018-04-18 23:29:36 +02:00
Martin Nowak
0abff63df9 Merge remote-tracking branch 'upstream/stable' into merge_stable 2018-04-17 14:28:20 +02:00
Martin Nowak
d2ebae2e7c Merge remote-tracking branch 'upstream/master' into stable 2018-04-17 11:35:05 +02:00