1. 13 Nov, 2015 9 commits
  2. 12 Nov, 2015 7 commits
  3. 09 Nov, 2015 3 commits
  4. 06 Nov, 2015 12 commits
  5. 05 Nov, 2015 1 commit
  6. 04 Nov, 2015 1 commit
  7. 03 Nov, 2015 5 commits
  8. 02 Nov, 2015 2 commits
    • Kevin Modzelewski's avatar
      6e81dc4f
    • Kevin Modzelewski's avatar
      Rename CLFunction->FunctionMetadata · c8360f6d
      Kevin Modzelewski authored
      and a couple of the other related functions:
      - addRTFunction is now an overload of FunctionMetadata::addVersion
      - boxFunctionMetadata is now createFunctionFromMetadata (it doesn't return a box)
      - createRTFunction was just a wrapper around new FunctionMetadata(), so get rid of it
      - boxRTFunction is now FunctionMetadata::create
      
      "CLFunction" never really made sense as a name, and some of the other related functions
      didn't make sense either (especially after a couple refactorings happened).  Hopefully
      this makes it less confusing.
      c8360f6d