Skip to content

Commit

Permalink
inc: New FreeImage binding
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Sep 4, 2015
1 parent 744c9aa commit fabc676
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 454 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -35,6 +35,7 @@ Version 1.04.0
- New disphelper binding
- New binding for Expat 2.1.0, with 64bit support
- New binding for FLite 2.0.0, with 64bit support
- New binding for FreeImage 3.17.0, with 64bit support

[fixed]
- False-positive "ambigious sizeof" warnings if the identifier could refer only to a type or procedure (in that case it should already be fairly clear that the type will be chosen, not the procedure, because sizeof() can't be applied to procedures at all), or if an expression such as "array(0)" is given to sizeof() (i.e. something that starts with an identifier but is followed by further tokens that clarify that it's not refering to a type)
Expand Down

0 comments on commit fabc676

Please sign in to comment.