sbt/util
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
..
classfile support incremental recompilation when using exportJars. fixes #108 2011-07-18 17:14:22 -04:00
classpath search java.library.path for default run/test loader 2011-08-05 21:56:32 -04:00
collection Settings overhaul, intended to be source compatible where it matters. 2011-08-14 10:53:37 -04:00
complete preserve key+configuration ambiguity through task+extra parsing. fixes #135 2011-08-05 21:59:49 -04:00
control error handling adjustments, including showing failing task in red (for #29) 2011-05-30 22:10:01 -04:00
datatype port build to 0.10, fixes #30 2011-06-10 07:58:18 -04:00
env replace Path with RichFile 2011-05-14 18:21:41 -04:00
io method to create temporary directory in arbitrary directory 2011-08-05 21:56:32 -04:00
log part II of fix for #90 2011-07-09 16:54:41 -04:00
process work on tests 2011-04-08 19:17:58 -04:00