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