summaryrefslogtreecommitdiffstats
path: root/Object.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow meters in text mode to span empty neighbors to the rightChristian Göttsche2021-01-231-4/+0
| | | | Closes: #484
* Avoid calling Object_isA from inside Vector_isConsistentBenny Baumann2020-11-171-4/+1
|
* Embracing branchesBenny Baumann2020-11-021-1/+5
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+3
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Mark Object classes and Object class fields constChristian Göttsche2020-10-071-1/+1
|
* Merge branch 'update-license-and-copyright-info'Nathan Scott2020-10-061-1/+1
|\
| * Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
| |
* | Mark argument in Object_isA constChristian Göttsche2020-10-051-1/+1
|/
* Resolve DEBUG compilation issuesChristian Göttsche2020-10-031-2/+2
| | | | | | | Use NDEBUG conditional instead of DEBUG. Do not call static functions in extern inline ones. Vector.c:67:11: error: static function 'Vector_isConsistent' is used in an inline function with external linkage [-Werror,-Wstatic-in-inline]
* Axe automated header generation.Zev Weiss2020-09-031-40/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-1/+1
|\
| * Clean up existing whitespaceDaniel Flanagan2019-10-311-1/+1
| |
* | Resolve compiler warnings and errors relating to the Arg unionNathan Scott2020-08-201-0/+6
|/ | | | | | | | | | | | Promote the Arg union to a core data type in Object.c such that it is visible everywhere (many source files need it), and correct declarations of several functions that use it. The Process_sendSignal function is also corrected to have the expected return type (bool, not void) - an error being masked by ignoring this not-quite-harmless warning. I've also added error checking to the kill(2) call here, which was previously overlooked / missing (?).
* Check for failure in allocations.Hisham2016-02-021-1/+2
|
* Compare with long, for 64-bit systemsHisham Muhammad2014-04-251-1/+1
|
* 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