summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGraph.C
Commit message (Collapse)AuthorAgeFilesLines
* Stop checking for NULL before freeAdrián Medraño Calvo2017-07-281-2/+1
| | | | The 'delete' operator checks whether the lvalue is NULL before freeing.
* Add cmath and printf wrappers for WindowsAdrián Medraño Calvo2017-07-211-1/+3
| | | | Needed for compiling with MSVC 2010.
* Enforce explicit downcasting of numeric valuesAdrián Medraño Calvo2017-07-211-6/+6
| | | | | | | As part of the change, upgrade tkblt internal structures from short/float to int/double, as those are artifacts of the legacy code relying on X. Downcast to short at the latest stage: when interfacing with X.
* Better align with TEA's expected file layoutAdrián Medraño Calvo2017-07-181-0/+1457
TEA is quite picky about packages placing their sources in the generic/, unix/, etc. directories. An immediate benefit of this change is support for building in a separate directory.