tahoma2d/toonz/sources/common/trop
Rozhuk Ivan a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
..
bbox.cpp apply clang-format 2016-06-15 15:43:10 +09:00
borders_extractor.h apply clang-format 2016-06-15 15:43:10 +09:00
borders_extractor.hpp apply clang-format 2016-06-20 11:34:17 +09:00
brush.cpp using std::swap instead of tswap (#2195) 2018-08-30 17:18:43 +09:00
loop_macros.h apply clang-format 2016-06-15 15:43:10 +09:00
optimize_for_lp64.h apply clang-format 2016-06-15 15:43:10 +09:00
pixelselectors.h apply clang-format 2016-06-15 15:43:10 +09:00
quickput.cpp Fix colors on various checks. (#327) 2020-10-09 08:35:34 -06:00
quickputP.h Enable missing-declarations warning (#643) 2016-07-22 13:38:33 +09:00
raster_edge_evaluator.h apply clang-format 2016-06-15 15:43:10 +09:00
raster_edge_evaluator.hpp apply clang-format 2016-06-15 15:43:10 +09:00
raster_edge_iterator.h apply clang-format 2016-06-15 15:43:10 +09:00
raster_edge_iterator.hpp apply clang-format 2016-06-15 15:43:10 +09:00
runsmap.cpp apply clang-format 2016-06-15 15:43:10 +09:00
runsmap.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tantialias.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tautoclose.cpp using std::swap instead of tswap (#2195) 2018-08-30 17:18:43 +09:00
tblur.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
tcheckboard.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tconvert.cpp Enable missing-declarations warning (#643) 2016-07-22 13:38:33 +09:00
tconvolve.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
tdespeckle.cpp Remove tcg_deleter_types.h (#2436) 2019-02-21 11:58:39 +09:00
tdistancetransform.cpp apply clang-format 2016-06-20 11:34:17 +09:00
terodilate.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tfracmove.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tinvert.cpp apply clang-format 2016-06-15 15:43:10 +09:00
toperators.cpp #mingw #win32: disable sse2 2019-09-09 11:36:13 +07:00
tover.cpp #mingw #win32: disable sse2 2019-09-09 11:36:13 +07:00
traylit.cpp raylitfx enahancement: radius parameter and gadget 2021-06-13 21:59:34 -06:00
tresample.cpp Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
trgbmscale.cpp apply clang-format 2016-06-15 15:43:10 +09:00
trop.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
trop_borders.cpp clang format all 2017-07-20 19:46:27 +09:00
tropcm.cpp Bring in OpenToonz updates as of 10-17-20 (#371) 2020-10-18 17:34:17 -06:00