summaryrefslogtreecommitdiffstats
path: root/Object.h
AgeCommit message (Expand)Author
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-03-12Object: always include stdbool.hChristian Göttsche
2021-01-23Allow meters in text mode to span empty neighbors to the rightChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2020-11-22Object: assert callbacks existsChristian Göttsche
2020-11-02Remove unnecessary trailing semicolon on macrosBenny Baumann
2020-10-20IWYU updateChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-13Enclose macro argument in parenthesesChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05Mark argument in Object_isA constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2016-02-02Check for failure in allocations.Hisham
2014-04-25Compare with long, for 64-bit systemsHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Regenerated all headers.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad