aboutsummaryrefslogtreecommitdiff
path: root/compiler/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Makefile: Update dependencies on internal header filesSamuel Lidén Borell1-10/+10
2020-07-03Tests: Run tests/interop/*.{good,bad} from make checkSamuel Lidén Borell1-0/+1
2020-06-24Makefile: Make existing targets conform to GNU conventions (some are missing)Samuel Lidén Borell1-11/+12
2017-08-31Beginning of a minimalistic standalone code generatorSamuel Lidén Borell1-2/+3
2017-08-28Add Makefile target to run clang-tidy, and fix most warningsSamuel Lidén Borell1-0/+5
2017-08-19Makefile: Turn on more warningsSamuel Lidén Borell1-1/+1
2017-08-18C backend: Don't print anonymous types twiceSamuel Lidén Borell1-2/+4
2017-08-05Makefile: Use -std=c89 instead of -ansi. Fixes warning from clangSamuel Lidén Borell1-1/+1
2016-10-11Tests: Run C interop test from Makefile, and update itSamuel Lidén Borell1-1/+4
2016-04-24Makefile: Don't overwrite CFLAGSSamuel Lidén Borell1-1/+2
2016-04-16Makefile: unittest/unittest is a target file and should not be in .PHONYSamuel Lidén Borell1-1/+1
2016-03-21Constexpr: Add function to convert decimal to hexSamuel Lidén Borell1-0/+1
2016-03-21Tests: Minimalistic unit testing codeSamuel Lidén Borell1-3/+11
2016-02-28Add -Wshadow and fix warningsSamuel Lidén Borell1-1/+1
2016-02-28Update copyright years base on last modification dateSamuel Lidén Borell1-1/+1
2016-02-27C backend: Handle comparisons with mixed signednessSamuel Lidén Borell1-1/+4
2015-07-14Add case labels for all token types in most places, and turn on -Wswitch-enumSamuel Lidén Borell1-1/+1
2015-07-13Fix some -Weverything warnings from ClangSamuel Lidén Borell1-1/+1
2015-07-13Misc: Support 64-bit inodesSamuel Lidén Borell1-1/+1
2014-09-12Makefile: Update dependencies with context_errors.hSamuel Lidén Borell1-7/+7
2014-07-27Update copyright yearsSamuel Lidén Borell1-1/+1
2014-07-05Stdlib: Add range iteratorsSamuel Lidén Borell1-2/+2
2014-06-25Tests: Run the backend tests from "make test"Samuel Lidén Borell1-1/+4
2013-10-29Beginning of an "interop" system that parses C headersSamuel Lidén Borell1-1/+3
2013-09-14Basic evaluation of constant expressionsSamuel Lidén Borell1-2/+3
2013-08-26Move LRLHashCode to context.h so misc.h can be made an "internal" headerSamuel Lidén Borell1-1/+1
2013-07-18Update copyright yearsSamuel Lidén Borell1-1/+1
2013-02-25Configuration for C compiler options, etc.Samuel Lidén Borell1-1/+2
2012-07-15C backend: Escape UTF-8 and trigraphs in stringsSamuel Lidén Borell1-1/+1
2012-07-13Makefile: Fix name of C stdlib directorySamuel Lidén Borell1-2/+2
2012-07-10Main/Verifier: Verify imported files alsoSamuel Lidén Borell1-1/+1
2012-07-08Fix Makefile dependenciesSamuel Lidén Borell1-1/+1
2012-07-06Update Makefile dependenciesSamuel Lidén Borell1-4/+5
2012-06-06Search "Program Files\Common Files\LRL Includes" for includes on WindowsSamuel Lidén Borell1-2/+2
2012-06-05C backend: Use " quotes when executing cc on WindowsSamuel Lidén Borell1-1/+1
2012-05-25Makefile: Add "install" and "uninstall" targets and pathsSamuel Lidén Borell1-1/+34
2012-05-25Makefile: "pedantic" fixesSamuel Lidén Borell1-2/+2
2012-04-29Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-21Tokenizer: Implement parsing of stringsSamuel Lidén Borell1-2/+3
2012-03-07Add a backend interfaceSamuel Lidén Borell1-2/+5
2012-02-25Compile with -pedanticSamuel Lidén Borell1-1/+1
2012-01-30Verify identifiers in typedefsSamuel Lidén Borell1-3/+7
2012-01-28Implement loading of header files in other modulesSamuel Lidén Borell1-2/+2
2012-01-28Detect when to load modules from the file systemSamuel Lidén Borell1-2/+3
2012-01-23Release everything under the MIT licenseSamuel Lidén Borell1-0/+21
2011-12-16Builtin types (int, count, etc.)Samuel Lidén Borell1-2/+3
2011-12-09Remove unused #include and update dependencies in MakefileSamuel Lidén Borell1-5/+5
2011-10-30Parser: Display parsed expressionsSamuel Lidén Borell1-2/+3
2011-10-25Parser: Generate a root identifier based on the filenameSamuel Lidén Borell1-1/+1
2011-10-24Makefile: Add missing .h dependencySamuel Lidén Borell1-1/+1