summaryrefslogtreecommitdiffstats
path: root/Object.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-24/+35
| | | | UTF-8 display of big numbers.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-4/+5
|
* cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad2011-10-251-6/+0
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-1/+1
| | | | | Reduces resulting code size.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-19/+17
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-2/+1
|
* Initial import.Hisham Muhammad2006-03-041-0/+60

© 2014-2024 Faster IT GmbH | imprint | privacy policy