sbt/util/collection
Mark Harrah a38bce8d41 Transition to all camelCase key labels.
1. Hyphenated labels are still accepted when parsing scoped keys (so 'sbt test-only' still works)
   There is currently no timeline for removing this support for hyphenated keys.
2. Only camelCase is shown for tab completion.
3. AttributeKey.rawLabel provides the unnormalized label.
   This should only be used to implement support for accepting hyphenated keys as input for compatibility.
4. AttributeKey.normLabel provides the normalized label (hyphenated converted to camelCase)
2012-11-17 20:23:07 -05:00
..
src/test/scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
AList.scala task setting macros for :=, +=, ++= 2012-11-17 20:19:24 -05:00
Attributes.scala Transition to all camelCase key labels. 2012-11-17 20:23:07 -05:00
Classes.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Dag.scala Fix compilation error for 2.10.0-M5 for all but main project. 2012-07-17 15:20:37 -04:00
HList.scala brief API documentation on some core settings types 2011-10-16 20:20:45 -04:00
IDSet.scala taking care of deprecations removed in Scala master 2012-11-14 11:48:06 -05:00
INode.scala Properly apply transformations to dynamic tasks. 2012-11-17 20:23:06 -05:00
KList.scala task setting macros for :=, +=, ++= 2012-11-17 20:19:24 -05:00
NOTICE higher-kinded heterogeneous lists: MList[M[_]] 2010-05-30 18:42:58 -04:00
PMap.scala fix stackoverflow caused by using List.separate, as tracked down by pvlugter 2011-10-09 21:48:15 -04:00
Param.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
Positions.scala cleanup SourcePosition hierarchy 2012-02-25 12:01:07 -05:00
Settings.scala InputTask macro 2012-11-17 20:23:07 -05:00
Show.scala moved task axis before the key 2012-01-09 08:00:29 -05:00
Signal.scala handle absence of CONT signal 2012-03-09 13:38:45 -05:00
TypeFunctions.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Types.scala 2.10.0-M5, different arity generalization 2012-11-17 20:19:24 -05:00
Util.scala Transition to all camelCase key labels. 2012-11-17 20:23:07 -05:00