Skip to content
Snippets Groups Projects
  1. Mar 22, 2014
    • David Gobbi's avatar
      In wrappers, guard against #including dirs. · c8c78cd6
      David Gobbi authored
      The wrappers tools try to read all #included headers in order to get all
      the preprocessor macros that they might need to properly parse the code.
      However, if a header cannot be loaded, they are supposed to be ignored.
      David DeMarle recently discovered that if the #include directive found
      a directory with the name of the header that it was looking for, then the
      wrapper tools would fail.  I've added an "isdir" check to guard against
      this.
      
      Change-Id: I4847b8806b3e28a42aa299dce0dfe58254c20084
      c8c78cd6
  2. Mar 21, 2014
  3. Mar 20, 2014
  4. Mar 18, 2014
  5. Mar 17, 2014
  6. Mar 16, 2014
    • Utkarsh Ayachit's avatar
      Make it possible to override ClampPos. · 59b7ad11
      Utkarsh Ayachit authored
      This is needed to add support for editing control points where Y is not
      clamped to [0,1].
      
      Change-Id: I96c36c49d51964ac19a657dffa9cd8184e8b23f2
      59b7ad11
    • Utkarsh Ayachit's avatar
      Add support for empty strinngs in SetInputArrayToProcess. · c4c8ce83
      Utkarsh Ayachit authored
      SetInputArrayToProcess ignored empty strings (treating them same as NULL
      strings). This behavior makes it impossible to pick arrays that have no
      names. Fixing SetInputArrayToProcess to not ignore empty strings. Also
      added a check in GetInputArrayToProcess to handle the case where no
      array association was specified.
      
      Change-Id: I3c3a9017ea014c2b8f844133956add72c1cf3e6d
      c4c8ce83
  7. Mar 14, 2014
  8. Mar 13, 2014
Loading