summaryrefslogtreecommitdiff
path: root/src/bin/exactness
Commit message (Expand)AuthorAgeFilesLines
* exactness - injecotr - alloc correct buffer sizeCarsten Haitzler (Rasterman)2020-08-251-3/+3
* exactness - cast enum assign - it is valid due to values. warn fixCarsten Haitzler (Rasterman)2020-08-251-1/+1
* exactness: record and print test time on successStefan Schmidt2020-06-081-2/+7
* refactor buildMarcel Hollerbach2020-05-271-2/+2
* exactness: resolve float compare warningsMike Blumenkrantz2020-05-121-1/+1
* exactness_player: do not test for delay_msMarcel Hollerbach2020-05-051-2/+2
* exactness: remove no longer needed _evas_new()Stefan Schmidt2020-04-301-2/+0
* exactness: check action for NULLStefan Schmidt2020-04-231-5/+11
* exactness: use convinience ecore_file function to get dirStefan Schmidt2020-04-231-5/+5
* exactness: do not access potential NULL pointerStefan Schmidt2020-04-231-2/+5
* exactness-inspect: do not use sprintfMarcel Hollerbach2020-04-201-2/+2
* exactness-inspect: remove abscure xor checkMarcel Hollerbach2020-04-201-7/+2
* exactness: make sure we handle a negative file descriptorStefan Schmidt2020-04-201-0/+1
* exactness: make sure we handle a negative file descriptorStefan Schmidt2020-04-201-0/+1
* exactness: handle case where eet_data_image_write() failsStefan Schmidt2020-04-201-4/+11
* exactness: remove unused codeStefan Schmidt2020-04-201-16/+6
* exactness-inspect: unit1 can never be NULLMarcel Hollerbach2020-04-171-5/+5
* exactness-inspect: fix NULL accessMarcel Hollerbach2020-04-171-4/+8
* exactness-inspect: sanitize if clauseMarcel Hollerbach2020-04-171-30/+13
* exactness: limit length for font_path to stay in bufferStefan Schmidt2020-04-171-1/+1
* exactness: fix typo in function nameStefan Schmidt2020-04-174-4/+4
* exactness: remove no longer used code since move to preloadStefan Schmidt2020-04-172-88/+0
* build: add version to exactness libsMarcel Hollerbach2020-04-061-1/+3
* exactness docs: Add docs, fix docs, remove docsXavi Artigas2020-04-024-44/+96
* exactness: protect against forked callsMarcel Hollerbach2020-04-014-11/+47
* exactness: error when _src_unit is NULLMarcel Hollerbach2020-03-311-6/+5
* exactness: equip with ERR and CRITMarcel Hollerbach2020-03-311-5/+15
* exactness: correctly call mkdirMarcel Hollerbach2020-03-311-11/+20
* exactness: do not efl_del the evasMarcel Hollerbach2020-03-311-1/+0
* exactness_play: introduce runner scriptMarcel Hollerbach2020-03-312-0/+104
* exactness_play: transform to LD_PRELOAD libraryMarcel Hollerbach2020-03-312-142/+101
* exactness_player: refactor main methodMarcel Hollerbach2020-03-311-98/+145
* exactness: remove code for compilingMarcel Hollerbach2020-03-313-54/+2
* exactness_record: introduce runner scriptMarcel Hollerbach2020-03-312-1/+72
* exactness_recorder: move to preloadMarcel Hollerbach2020-03-312-126/+82
* exactness_recorder: refactor main methodMarcel Hollerbach2020-03-313-35/+67
* exactness_recorder: cleanup code a bitMarcel Hollerbach2020-03-301-4/+1
* exactness: handbuild a new argv array instead of reassemling the new oneMarcel Hollerbach2020-03-252-24/+20
* exactness: switch from homegrown debug printf to eina_logStefan Schmidt2020-03-246-65/+78
* exactness: remove exactness library and move code into binary folderStefan Schmidt2020-03-248-14/+589
* exactness: remove support for legacy .rec formatStefan Schmidt2020-03-204-57/+5
* exactness: factor out the special _mkdir() handlingStefan Schmidt2020-03-202-45/+8
* exactness: factour out the program invoke codeStefan Schmidt2020-03-204-176/+94
* exactness: factor out duplicated code for debug session handlingStefan Schmidt2020-03-123-151/+91
* exactness: hamonize use of PATH_MAX as maximal path length allowedStefan Schmidt2020-03-123-20/+16
* exactness: factor out _printf() handling into common partStefan Schmidt2020-03-128-101/+90
* exactness: check success of mkdirStefan Schmidt2020-03-021-3/+17
* exactness: inspect: use logical OR instead bitwise XORStefan Schmidt2020-02-271-6/+6
* exactness: inspect: remove unreachable codeStefan Schmidt2020-02-271-1/+0
* exactness: handle error cases for saving an imageStefan Schmidt2020-02-271-3/+8