summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-26build: Add device-side support for the AOSP.android-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-wear-7.1.1_r1android-n-preview-5android-n-preview-4android-n-preview-3android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Igor Murashkin
Bug: 27521545 Change-Id: Ic254894f7dc838e0529b6cd648838b51fea84d0d (cherry picked from commit 498658ddd712085b8ecf228171efd67d44648633)
2016-03-21build: Add support for building jcommander within the AOSP (host only).Igor Murashkin
Bug: 27552463 Change-Id: I71b4f3b26b9307b36444cecc75d67de03be9cb23
2016-03-16android: Add project metadataIgor Murashkin
Bug: 27552463 Change-Id: I71cff480c9b5fb813f3209cd6186e96b124f94ca
2016-03-16Merge branch 'upstream-master'Igor Murashkin
Initial downstream of jcommander code (tag jcommander-1.48) from https://github.com/cbeust/jcommander Bug: 27552463 Change-Id: Ia72763ed396d2f3ac3bc2bc66fb3e383818e1c82
2016-03-09Initial empty repositoryBill Yi
2015-04-10[maven-release-plugin] prepare release jcommander-1.48upstream-master.oldCedric Beust
2015-04-09Merge pull request #228 from mar-kolya/parameter-exception-description-and-causeCedric Beust
Allow users to create ParameterException with description and cause
2015-04-09Allow users to create ParameterException with description and causeNikolay Martynov
This is useful in custom validators: it may want to provide both description and exception caused it. E.g. in case of file operations
2015-03-13Merge pull request #219 from TKlerx/masterCedric Beust
Added default converters for Path, URI and URL
2015-03-13Added enum constants to usage outputTKlerx
2015-03-13Added default converters for Path, URI and URLTKlerx
2015-03-11Merge pull request #189 from samvv/masterCedric Beust
Added converters for URIs, URLs and Paths
2015-01-14Doc.Cedric Beust
2015-01-14Doc update.Cedric Beust
2014-12-29Merge pull request #205 from boillodmanuel/issue200Cedric Beust
fix for issue 200: Incorrect usage() formatting with single long options
2014-12-18[maven-release-plugin] prepare for next development iterationCedric Beust
2014-12-18[maven-release-plugin] prepare release jcommander-1.47Cedric Beust
2014-12-18Updated Nexus site nameCedric Beust
2014-12-18[maven-release-plugin] prepare for next development iterationCedric Beust
2014-12-18[maven-release-plugin] prepare release jcommander-1.46Cedric Beust
2014-12-18Build scriptCedric Beust
2014-11-16fix for issue200 Incorrect usage() formatting with single long optionsManuel Boillod
2014-10-06[maven-release-plugin] prepare for next development iterationCedric Beust
2014-10-06[maven-release-plugin] prepare release jcommander-1.45Cedric Beust
2014-10-06Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
Conflicts: doc/index.html
2014-10-05[maven-release-plugin] prepare for next development iterationCedric Beust
2014-10-05[maven-release-plugin] prepare release jcommander-1.44Cedric Beust
2014-10-05Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2014-10-05Repo.Cedric Beust
2014-10-05Repo.Cedric Beust
2014-10-05[maven-release-plugin] prepare for next development iterationCedric Beust
2014-10-05[maven-release-plugin] prepare release jcommander-1.42Cedric Beust
2014-10-05Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
Conflicts: pom.xml
2014-10-05[maven-release-plugin] prepare release jcommander-1.41Cedric Beust
2014-10-05[maven-release-plugin] prepare for next development iterationCedric Beust
2014-10-05[maven-release-plugin] prepare for next development iterationCedric Beust
2014-10-05[maven-release-plugin] prepare release jcommander-1.39Cedric Beust
2014-10-05Release.Cedric Beust
2014-10-05[maven-release-plugin] prepare for next development iterationCedric Beust
2014-10-05[maven-release-plugin] prepare release jcommander-1.37Cedric Beust
2014-10-05Preparing release.Cedric Beust
2014-09-14Fix enumArgsFail.Cedric Beust
2014-09-14Fix --.Cedric Beust
2014-09-14Merge pull request #202 from chilinglam/masterCedric Beust
propagate m_acceptUnknownOptions to addCommand
2014-09-12propagate m_acceptUnknownOptions to addCommandchilinglam
2014-08-04Merge branch 'master' of github.com:cbeust/jcommanderCedric Beust
2014-08-04Doc updateCedric Beust
2014-08-04Merge pull request #191 from jconwell/masterCedric Beust
Adding functionality that allows commands to be hidden from usage output
2014-07-24Merge pull request #199 from helllth/masterCedric Beust
Improve @file possibilities
2014-07-22add possibility to allow parameter overwriting (and even disallowing it for ↵helllth
certain parameters)