Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jcommander
/
8ad02daa23243bf515009d16205465f1b811da81
8ad02da
Fixed: Commands with same prefix as options were not working properly.
by Cedric Beust
· 13 years ago
4dd0aec
Doc for @DynamicParameter.
by Cedric Beust
· 13 years ago
b01c46b
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 13 years ago
107d0fb
[maven-release-plugin] prepare release jcommander-1.23
by Cedric Beust
· 13 years ago
13fa783
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 13 years ago
dc5ad86
[maven-release-plugin] prepare release jcommander-1.22
by Cedric Beust
· 13 years ago
cf21021
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 13 years ago
82241eb
[maven-release-plugin] prepare release jcommander-1.21
by Cedric Beust
· 13 years ago
bb90ac9
Updated TestNG to 6.4beta.
by Cedric Beust
· 13 years ago
ef85e83
Show the dynamic parameter syntax in the usage.
by Cedric Beust
· 13 years ago
e923414
Fixed NPE in usage().
by Cedric Beust
· 13 years ago
a559c60
Added: @DynamicParameter.
by Cedric Beust
· 13 years ago
7e743ac
Automatic handling of arities for @DynamicParameter.
by Cedric Beust
· 13 years ago
b71c28f
More tests.
by Cedric Beust
· 13 years ago
043d359
Working @DynamicParameter.
by Cedric Beust
· 13 years ago
5d1bc48
gitignore.
by Cedric Beust
· 13 years ago
78db59c
More DynamicParameter work.
by Cedric Beust
· 13 years ago
932e167
First step implementing DynamicParameter.
by Cedric Beust
· 13 years ago
dfd6ac3
Merge pull request #92 from henryju/master
by Cedric Beust
· 13 years ago
e45913e
Issue #86: Use Console() when possible instead of System.out to preserve
by Julien HENRY
· 13 years ago
cab863c
Google group
by Cedric Beust
· 13 years ago
af876df
CHANGELOG update.
by Cedric Beust
· 13 years ago
d95b69a
Doc typo.
by Cedric Beust
· 13 years ago
8eac02e
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 13 years ago
e4e33f0
[maven-release-plugin] prepare release jcommander-1.20
by Cedric Beust
· 13 years ago
c3507eb
Fixed: Main parameters are now validated as well (Connor Mullen).
by Cedric Beust
· 13 years ago
4ba2a3c
Fixed: Throw if an unknown option is found
by Cedric Beust
· 13 years ago
b871944
ParametersDelegate: doc and some minor formatting.
by Cedric Beust
· 13 years ago
c211263
Merge pull request #87 from rodionmoiseev/mixins
by Cedric Beust
· 13 years ago
3fd7d20
Updated to Surefire 2.10.
by Cedric Beust
· 13 years ago
5142b72
Updated to TestNG 6.3.2beta.
by Cedric Beust
· 13 years ago
66e7895
Added: @Parameter(commandNames) so that command names can be specified with annotations
by Cedric Beust
· 13 years ago
3cf4188
Added {set,get}ColumnSize() for the usage.
by Cedric Beust
· 13 years ago
1b36a0e
Doc update.
by Cedric Beust
· 13 years ago
cc5c9d8
Clean up.
by Cedric Beust
· 13 years ago
86953b9
Script update.
by Cedric Beust
· 13 years ago
3e7cb52
Better handling for fields of type List.
by Cedric Beust
· 13 years ago
2a1ded0
Updated changelog to reflect support for parameter delegates
by rodionmoiseev
· 13 years ago
e58736c
Added more parameters delegate tests
by rodionmoiseev
· 13 years ago
6208f14
Added ParametersDelegateTest to the suite
by rodionmoiseev
· 13 years ago
b04b599
Support for delegated (mixin) parameters (issue #84)
by rodionmoiseev
· 13 years ago
7322df3
Merge pull request #83 from angusws/master
by Cedric Beust
· 13 years ago
7021ead
Added CommaSeparatedBaseConverter, some subclasses and tests.
by Angus
· 13 years ago
b02a7c5
Changed @author tag to "Angus Smithson" for my additions.
by Angus
· 13 years ago
f923ee5
Added support for ISO 8601 Date arguments and related test.
by Angus
· 13 years ago
041bdac
Added support for BigDecimal arguments and related test.
by Angus
· 13 years ago
25aab24
Updated to TestNG 6.3.
by Cédric Beust
· 13 years ago
f2af814
Added: Support for enums (Adrian Muraru).
by Cédric Beust
· 13 years ago
f2b87fb
Merge pull request #82 from amuraru/master
by Cedric Beust
· 13 years ago
0638723
Added tests for EnumArgs
by Adrian Muraru
· 13 years ago
886538c
Added support for parameters defined as enum types
by Adrian Muraru
· 13 years ago
5ea65e5
[maven-release-plugin] prepare for next development iteration
by Cédric Beust
· 13 years ago
b4b91aa
[maven-release-plugin] prepare release jcommander-1.19
by Cédric Beust
· 13 years ago
102fba6
Testing the new comparator.
by Cédric Beust
· 13 years ago
1866ef2
Build.
by Cédric Beust
· 13 years ago
cbdb707
Added: JCommander#setParameterDescriptionComparator for better control over usage().
by Cédric Beust
· 13 years ago
c709e6d
Implemented variable arities.
by Cédric Beust
· 13 years ago
d2a567f
Issue 80: missing new line when no main parameter is present.
by Cédric Beust
· 13 years ago
36e3614
Added float/double tests.
by Cedric Beust
· 13 years ago
d9edcae
Minor collection fixes.
by Cedric Beust
· 13 years ago
6898c0e
Bumped testng version.
by Cedric Beust
· 13 years ago
cccb105
Merge pull request #77 from acornejo/master
by Cedric Beust
· 13 years ago
ee74c7b
Fixed silly setter mistake.
by Cedric Beust
· 13 years ago
8ce1ca7
Added support for floats and doubles.
by Alex Cornejo
· 13 years ago
f2430d0
Forgot a class.
by Cedric Beust
· 13 years ago
876c977
Fixed: Fields of type Set (HashSet and SortedSet) are now supported
by Cedric Beust
· 13 years ago
94150e2
Doc fix.
by Cedric Beust
· 13 years ago
f41869d
Doc fix.
by Cedric Beust
· 13 years ago
23a5f80
Doc update
by Cedric Beust
· 13 years ago
0282de5
Doc fixes.
by Cedric Beust
· 13 years ago
dce5bdf
Changelog update.
by Cedric Beust
· 13 years ago
5cecfb8
Merge pull request #75 from sslavic/master
by Cedric Beust
· 13 years ago
54b130a
[fix:]Fixes initializing default values
by Stevo Slavic
· 13 years ago
2ee07bc
Fixed: "-args=a=b,b=c" was not being parsed correctly (Michael Lancaster)
by Cedric Beust
· 13 years ago
8a3f562
Added: commandDescriptionKey to @Parameters, to allow internationalized command descriptions
by Cedric Beust
· 13 years ago
a247edd
First commit to test the issue just fixed.
by Cedric Beust
· 13 years ago
4f4ea1f
Fixed: GITHUB-73: descriptionKey was being ignored on main parameters
by Cedric Beust
· 13 years ago
2bf65f3
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 13 years ago
637e2bf
[maven-release-plugin] prepare release jcommander-1.18
by Cedric Beust
· 13 years ago
fb985fe
Merge branch 'master' of github.com:cbeust/jcommander
by Cedric Beust
· 13 years ago
c199c87
Added: usage() now displays the options for each command as well
by Cedric Beust
· 13 years ago
b9f80c6
Depending on 6.1.1.
by Cedric Beust
· 13 years ago
0f2f333
Build file update.
by Cedric Beust
· 13 years ago
b3eff74
Script update.
by Cedric Beust
· 13 years ago
c87c818
Merge branch 'master' of github.com:cbeust/jcommander
by Cedric Beust
· 13 years ago
1af343c
Updated TestNG dependency to 6.1.
by Cedric Beust
· 13 years ago
4fdea23
upload script update.
by Cedric Beust
· 13 years ago
1f80e8a
Scala doc update.
by Cedric Beust
· 13 years ago
fe8a696
Fixed: Default values with a validator were being validate at parse() time instead of creation time.
by Cedric Beust
· 13 years ago
307ad87
Minor fixes on top of rodionmoiseev's patch.
by Cedric Beust
· 13 years ago
93c7f1e
Merge pull request #66 from rodionmoiseev/master
by Cedric Beust
· 13 years ago
b9893ab
Fixed issue #64 (wrong default value behaviour in for list parameters), and added support for Set parameters.
by rodionmoiseev
· 13 years ago
4804ce0
Added support for command aliases, e.g. "ci" for "commit" command, etc.
by rodionmoiseev
· 13 years ago
db01fd2
Added: Default converter factories can be overridden (Scott Clasen)
by Cedric Beust
· 14 years ago
a9656e4
let converterfactories have the chance to override existing defaults
by sclasen
· 14 years ago
bb2b66c
Upgraded to TestNG 6.0.
by Cedric Beust
· 14 years ago
122046a
Version bump.
by Cedric Beust
· 14 years ago
f27a703
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 14 years ago
8241c1e
[maven-release-plugin] prepare release jcommander-1.17
by Cedric Beust
· 14 years ago
0fe4d17
[maven-release-plugin] prepare for next development iteration
by Cedric Beust
· 14 years ago
Next »