summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* orcc: add a parse-only modeFrancesco Romani2023-04-121-2/+19
* orcc: send messages to stderr in generated codeFrancesco Romani2023-04-121-7/+7
* orcc: send messages to stderrFrancesco Romani2023-04-121-37/+37
* orcc: switch to orc_parse_codeFrancesco Romani2023-04-121-14/+19
* Don't use volatile to mean atomicSebastian Dröge2023-04-071-1/+1
* meson: bump req to >= 0.55 and use meson.can_run_host_binaries()Tim-Philipp Müller2022-10-291-1/+1
* meson: Use pkgconfig.generateJan Alexander Steffens (heftig)2020-07-291-0/+11
* orcc: use #pragma once in generated headersTim-Philipp Müller2020-07-041-30/+1
* Drop support for Autotools as build systemTim-Philipp Müller2019-09-081-13/+0
* meson: Make orcc detectable from other subprojectsSeungha Yang2019-01-301-0/+5
* orcc: add --decorator command line argumentTim-Philipp Müller2018-04-281-0/+11
* orc: Add a configure option to disable testsEdward Hervey2017-11-191-1/+8
* orcc: make coverity happyTim-Philipp Müller2017-06-271-3/+4
* meson: add meson buildTim-Philipp Müller2017-05-131-0/+7
* orcc: check version of liborc to make sure the right lib is being usedTim-Philipp Müller2016-03-021-0/+11
* tools: remove unused test.orcTim-Philipp Müller2015-10-162-199/+0
* orcc: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller2015-05-222-2/+2
* orcc: Remove duplicate codepathEdward Hervey2015-03-081-7/+2
* orcc: allow setting custom backup functionWim Taymans2014-12-051-7/+124
* orcc: program-c: fix 64-bit parameter loading (loadpq) on big-endian systemsTim-Philipp Müller2014-11-081-4/+4
* orcc: Fix some memory leaks in the compilerSebastian Dröge2014-06-231-0/+7
* orc: Close file after usage in the copied around file reading functionSebastian Dröge2014-05-202-0/+4
* orcc: Fix indention of generated codeSebastian Dröge2014-04-151-6/+6
* tools: fix memory leak in orccTim-Philipp Müller2013-12-301-0/+2
* Make it ANSI-COlivier Crête2013-10-141-3/+3
* orcc: add --internal option to mark symbols with internal visibilityTim-Phillip Müller2013-02-191-1/+12
* Add line numbers to errorsCedric BAIL2012-04-281-3/+3
* orcc: Add --no-backupDavid Schleef2012-02-041-19/+31
* bytecode: Add bytecode parsingDavid Schleef2012-01-281-0/+66
* orcc: Fix n min/max/multiple code generationDavid Schleef2011-10-081-3/+3
* parse: check for empty source fileDavid Schleef2011-10-021-0/+5
* orcc: cosmetic fixesMartin Bosmans2011-10-021-7/+4
* init: Use global mutex, not once mutexDavid Schleef2011-10-021-1/+1
* parse: Add n modifiersDavid Schleef2011-05-161-2/+2
* parse: Add n modifiersDavid Schleef2011-05-161-4/+32
* orcc: remove stdint typenames from programsDavid Schleef2011-04-181-3/+17
* tools,tests: fix compatibility checker and bugsDavid Schleef2011-04-141-15/+19
* Add ORC_RESTRICT to prototypesDavid Schleef2011-04-131-6/+6
* orcc: Fix gcc-4.6 warnings in generated codeDavid Schleef2011-04-111-4/+2
* orcc: Implement --lazy-initDavid Schleef2010-12-051-22/+32
* orcc: Use OrcCode as persistent storageDavid Schleef2010-12-051-8/+52
* orcc: Allow normal compilation with no targetDavid Schleef2010-10-131-2/+2
* c: Fix problems related to 64-bit constantsDavid Schleef2010-09-151-6/+13
* orcc: Don't print out unused constant varsDavid Schleef2010-09-091-0/+1
* orcc: Delete output file if there's an errorDavid Schleef2010-09-071-1/+4
* Eliminate usage of %lld, etc.David Schleef2010-09-061-2/+4
* orcc: Implement handling of 64 bit constantsSebastian Dröge2010-09-061-1/+4
* orcc: Handle compatibility for ORC_VAR_T16David Schleef2010-09-051-1/+4
* x86: More cpuid improvementsDavid Schleef2010-09-041-0/+3
* orc-bugreport: Fix program generationDavid Schleef2010-09-041-29/+53