1. 16 Sep, 2015 7 commits
  2. 15 Sep, 2015 3 commits
  3. 14 Sep, 2015 3 commits
  4. 13 Sep, 2015 2 commits
  5. 11 Sep, 2015 2 commits
  6. 10 Sep, 2015 1 commit
  7. 09 Sep, 2015 10 commits
  8. 06 Sep, 2015 2 commits
  9. 05 Sep, 2015 2 commits
  10. 31 Aug, 2015 1 commit
    • cmake: Don't override CMAKE_INSTALL_PREFIX · 4cbf748b
      Chad Versace authored
      Stop forcing CMAKE_INSTALL_PREFIX="install". If the user manually set
      CMAKE_INSTALL_PREFIX, then trust that he knows what he's doing.
      
      This patch does NOT change the project's default value ("install") of
      CMAKE_INSTALL_PREFIX.
      
      Change-Id: I81b46dd1986427b498fe6316bed03f01689987d4
  11. 30 Aug, 2015 1 commit
  12. 29 Aug, 2015 1 commit
  13. 22 Aug, 2015 2 commits
  14. 21 Aug, 2015 1 commit
  15. 19 Aug, 2015 2 commits
    • Fix misspelled EOpFrexp and EOpLdexp. · 78258d3d
      John Kessenich authored
    • Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based… · fc51d284
      John Kessenich authored
      Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST.
      
      If this breaks your AST consumer, best is to modify it to test
      against the enum values instead of doing string comparisons on
      built-in function names.  This is the reason the change was made.
      
      If you need the old behavior, you should be able to get it back by changing
      PureOperatorBuiltins to be false instead of true.  This path will work for
      a while, but is marked deprecated.
      
      Also, the old behavior is tagged as release 2.4.