Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Dec 11, 2015
  3. Aug 19, 2015
    • John Kessenich's avatar
      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.
      fc51d284
  4. Jun 19, 2015
  5. Jun 17, 2015
  6. May 18, 2015
  7. Apr 29, 2015
  8. Apr 14, 2014
  9. Mar 31, 2014
  10. Nov 20, 2013
  11. Oct 30, 2013
  12. Oct 01, 2013
  13. Sep 28, 2013
  14. Aug 05, 2013
Loading