-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1469 from fspindle/fix_afma6_warnings
Fix afma6 warnings and improve examples
- Loading branch information
Showing
39 changed files
with
4,273 additions
and
3,924 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
project(${STBIMAGE_LIBRARY}) | ||
|
||
set(STBIMAGE_MAJOR_VERSION 2 PARENT_SCOPE) | ||
set(STBIMAGE_MINOR_VERSION 27 PARENT_SCOPE) | ||
set(STBIMAGE_MINOR_VERSION 30 PARENT_SCOPE) | ||
set(STBIMAGE_PATCH_VERSION 0 PARENT_SCOPE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
Here we give the list of the main changes introduced in std_image for ViSP | ||
|
||
- 2022.01.14: Fix compat with clang that doesn't implement thread_local with c++11 | ||
|
||
See "Modified to ensure clang supports thread_local" in stb_image.h | ||
Porting of the stb_image library: https://github.com/nothings/stb | ||
stb_image version is 2.30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.