Xerbo
cf12d0754d
Fix release workflow and bump version number, again
1年前
Xerbo
59735c5f72
Fix release workflow, again, and bump version number
1年前
Xerbo
ff19b2823c
Packaging fixes
1年前
Xerbo
8d6e8be8f4
Version 2.0.0 work
1年前
Xerbo
f07e40aee1
Respect CMAKE_INSTALL_LIBDIR, close #22
1年前
Liam
c8ca7fa58f
Set language to C
2年前
Xerbo
bbc0a9b98c
Add runtime/library destination, close #16
2年前
Xerbo
d4146f4eb9
Rewrite thermal calibration (and add visible calibration)
2年前
Xerbo
d2b3ae6be8
Standardise warning/error format
2年前
Xerbo
be640ffe80
Convert entire code base to single precision
2年前
Xerbo
6aef309145
Add argparse as submodule
2年前
Xerbo
27d75c706e
Changes backported from aptdec2
New regression, only linear as per recommendation of the Users' Guide
2年前
Xerbo
0c44daa165
Turn off -Werror
2年前
Xiretza
5a257ae0ce
cmake: use message(WARNING) when dependencies are missing
3年前
Xiretza
73488dce96
cmake: install palettes to DATADIR
3年前
Xiretza
0a888e6baf
cmake: install headers as part of shared library
3年前
Xiretza
63efb43444
cmake: deduplicate install directives
3年前
Xiretza
e82e51fd94
cmake: use GNUInstallDirs
3年前
Jon Beniston
17950dc47e
Rename library so lib isn't repeated on Linux
3年前
Jon Beniston
fb6fb49929
Use static library for aptdec executable, to avoid having to set path to library
3年前
Jon Beniston
4aca94f20f
Use INCLUDE_DIRs for libraries. Simplify conditions
3年前
Jon Beniston
dc3c02c76d
Add support for building a shared library (libaptdec).
Exported functions and types prefixed with apt_
Callback added for getsample, instead of calling named function.
Allow library to be built without libpng or libsndfile.
Add support for building with MSVC on Windows.
Fix a few MSVC compiler warnings.
Fix nonlinear radiance correction for NOAA19.
3年前
Xerbo
c3422dc634
Hopefully fix windows build
Run in debug now instead of release to ignore warnings and use a glob to find the DLL's instead of hard coding their paths
4年前
Xerbo
c757dc7614
Switch to argpase and move libaries into src/lib/
4年前
Xerbo
68c0360b29
Add action for windows debug
4年前
Xerbo
f1979a74d9
Windows build now working properly
Was opening PNG files (which are binary...) with `r` instead of `rb` which caused problems on windows
Added `libsndfile-1` back into FindLibSndFile.cmake, since it's needed
Package `sndfile.dll` instead of `libsndfile-1.dll` since thats what the binary looks for
4年前
Xerbo
05f6ac2581
Fix naming in packaged builds and add full description
4年前
Xerbo
06571464fe
Make release builds work
Since release builds had -Werror on, every warning is counted as an error, and the #pragmas that supressed that warning caused a wrning them selfs.
4年前
Xerbo
7763148aea
More verbose output when building with CMake
4年前
Xerbo
bb37bf0628
Palette search directorie, basic packaging support
4年前
Xerbo
b8671a325f
Move source into src/
4年前
Aang23
61db9ee3ed
Initial CMake support
4年前