sbt/util/collection
Mark Harrah 90f25b234e Settings overhaul, intended to be source compatible where it matters.
Moves many methods previously provided by implicit conversions directly onto the classes
  for better discoverability, especially with scaladoc.

1. Initialize now allowed in more places.  Minor renamings in Initialize to avoid conflicts
  a. map -> apply
  b. get -> evaluate
2. Identity on Scoped* is deprecated- it is now redundant
3. Can now use += and <+= for String, Int, Long, Double settings.
  There may be some problematic corner cases in inference, especially with +=, ++, <+=, <++=
4. Some classes with a scoped: ScopedKey[T] method now have scopedKey: ScopedKey[T] instead.
5. The implicit conversion to ScopedKey[T] is now deprecated.  Use the scopedKey method.
6. :== and ::= are now private[sbt] to better reflect that they were internal use only.
2011-08-14 10:53:37 -04:00
..
src/test/scala Settings overhaul, intended to be source compatible where it matters. 2011-08-14 10:53:37 -04:00
Attributes.scala add missing Attributed.get method 2011-06-29 21:44:37 -04:00
Dag.scala speed up startup 2011-05-02 20:43:19 -04:00
HList.scala toString for HList and KList 2010-09-12 22:27:11 -04:00
IDSet.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
KList.scala KList updates 2011-01-28 21:07:29 -05:00
NOTICE higher-kinded heterogeneous lists: MList[M[_]] 2010-05-30 18:42:58 -04:00
PMap.scala speed up startup 2011-05-02 20:43:19 -04:00
Param.scala graph evaluator, rewrite, general updates 2010-06-07 08:53:21 -04:00
Relation.scala TaskGroups, Context in tasks, new tasks 2010-11-24 14:18:59 -05:00
Settings.scala Settings overhaul, intended to be source compatible where it matters. 2011-08-14 10:53:37 -04:00
Show.scala try out simplified display of scoped keys 2011-08-04 07:20:25 -04:00
TypeFunctions.scala global settings preparation: separate compilation/loading stages of Eval 2011-07-09 16:54:41 -04:00
Types.scala minor updates for p2 2010-08-30 09:10:25 -04:00
Util.scala more release-worthy compile message and analysis toString 2011-05-29 19:17:31 -04:00