tahoma2d/toonz/sources/common/tvectorimage
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
..
cornerdetector.cpp Enable missing-declarations warning (#643) 2016-07-22 13:38:33 +09:00
cornerdetector.h Enable missing-declarations warning (#643) 2016-07-22 13:38:33 +09:00
drawutil.cpp apply clang-format 2016-06-15 15:43:10 +09:00
outlineApproximation.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
outlineApproximation.h Quiet -Wundef warning 2016-06-30 12:28:26 +10:00
tcomputeregions.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
tcomputeregions.h Enable missing-declarations warning (#643) 2016-07-22 13:38:33 +09:00
tl2lautocloser.cpp Move AutoClose Value to TEnv (#1467) 2017-09-15 14:41:27 +09:00
tl2lautocloser.h Allow to cross compile for Windows with Linux/Mingw (part 1 of 3, preprocessor) (#1148) 2017-05-08 21:13:29 +09:00
tregion.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
tregionutil.cpp apply clang-format 2016-06-20 11:34:17 +09:00
tsegmentadjuster.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tsegmentadjuster.h Allow to cross compile for Windows with Linux/Mingw (part 1 of 3, preprocessor) (#1148) 2017-05-08 21:13:29 +09:00
tstroke.cpp Use std::isfinite instead of _finite 2019-12-17 13:54:36 +09:00
tstrokeoutline.cpp apply clang-format 2016-06-15 15:43:10 +09:00
tsweepboundary.cpp Clear out references to flash and linetest 2020-05-07 22:13:53 -06:00
tvectorimage.cpp Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
tvectorimageP.h Enable missing-declarations warning (#643) 2016-07-22 13:38:33 +09:00