index
:
lrl
master
[not maintained] LRL Programming Language (predecessor of SLUL)
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-13
Makefile: Update dependencies on internal header files
Samuel Lidén Borell
1
-10
/
+10
2020-07-03
Tests: Run tests/interop/*.{good,bad} from make check
Samuel Lidén Borell
1
-0
/
+1
2020-06-24
Makefile: Make existing targets conform to GNU conventions (some are missing)
Samuel Lidén Borell
1
-11
/
+12
2017-08-31
Beginning of a minimalistic standalone code generator
Samuel Lidén Borell
1
-2
/
+3
2017-08-28
Add Makefile target to run clang-tidy, and fix most warnings
Samuel Lidén Borell
1
-0
/
+5
2017-08-19
Makefile: Turn on more warnings
Samuel Lidén Borell
1
-1
/
+1
2017-08-18
C backend: Don't print anonymous types twice
Samuel Lidén Borell
1
-2
/
+4
2017-08-05
Makefile: Use -std=c89 instead of -ansi. Fixes warning from clang
Samuel Lidén Borell
1
-1
/
+1
2016-10-11
Tests: Run C interop test from Makefile, and update it
Samuel Lidén Borell
1
-1
/
+4
2016-04-24
Makefile: Don't overwrite CFLAGS
Samuel Lidén Borell
1
-1
/
+2
2016-04-16
Makefile: unittest/unittest is a target file and should not be in .PHONY
Samuel Lidén Borell
1
-1
/
+1
2016-03-21
Constexpr: Add function to convert decimal to hex
Samuel Lidén Borell
1
-0
/
+1
2016-03-21
Tests: Minimalistic unit testing code
Samuel Lidén Borell
1
-3
/
+11
2016-02-28
Add -Wshadow and fix warnings
Samuel Lidén Borell
1
-1
/
+1
2016-02-28
Update copyright years base on last modification date
Samuel Lidén Borell
1
-1
/
+1
2016-02-27
C backend: Handle comparisons with mixed signedness
Samuel Lidén Borell
1
-1
/
+4
2015-07-14
Add case labels for all token types in most places, and turn on -Wswitch-enum
Samuel Lidén Borell
1
-1
/
+1
2015-07-13
Fix some -Weverything warnings from Clang
Samuel Lidén Borell
1
-1
/
+1
2015-07-13
Misc: Support 64-bit inodes
Samuel Lidén Borell
1
-1
/
+1
2014-09-12
Makefile: Update dependencies with context_errors.h
Samuel Lidén Borell
1
-7
/
+7
2014-07-27
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2014-07-05
Stdlib: Add range iterators
Samuel Lidén Borell
1
-2
/
+2
2014-06-25
Tests: Run the backend tests from "make test"
Samuel Lidén Borell
1
-1
/
+4
2013-10-29
Beginning of an "interop" system that parses C headers
Samuel Lidén Borell
1
-1
/
+3
2013-09-14
Basic evaluation of constant expressions
Samuel Lidén Borell
1
-2
/
+3
2013-08-26
Move LRLHashCode to context.h so misc.h can be made an "internal" header
Samuel Lidén Borell
1
-1
/
+1
2013-07-18
Update copyright years
Samuel Lidén Borell
1
-1
/
+1
2013-02-25
Configuration for C compiler options, etc.
Samuel Lidén Borell
1
-1
/
+2
2012-07-15
C backend: Escape UTF-8 and trigraphs in strings
Samuel Lidén Borell
1
-1
/
+1
2012-07-13
Makefile: Fix name of C stdlib directory
Samuel Lidén Borell
1
-2
/
+2
2012-07-10
Main/Verifier: Verify imported files also
Samuel Lidén Borell
1
-1
/
+1
2012-07-08
Fix Makefile dependencies
Samuel Lidén Borell
1
-1
/
+1
2012-07-06
Update Makefile dependencies
Samuel Lidén Borell
1
-4
/
+5
2012-06-06
Search "Program Files\Common Files\LRL Includes" for includes on Windows
Samuel Lidén Borell
1
-2
/
+2
2012-06-05
C backend: Use " quotes when executing cc on Windows
Samuel Lidén Borell
1
-1
/
+1
2012-05-25
Makefile: Add "install" and "uninstall" targets and paths
Samuel Lidén Borell
1
-1
/
+34
2012-05-25
Makefile: "pedantic" fixes
Samuel Lidén Borell
1
-2
/
+2
2012-04-29
Change my e-mail
Samuel Lidén Borell
1
-1
/
+1
2012-04-21
Tokenizer: Implement parsing of strings
Samuel Lidén Borell
1
-2
/
+3
2012-03-07
Add a backend interface
Samuel Lidén Borell
1
-2
/
+5
2012-02-25
Compile with -pedantic
Samuel Lidén Borell
1
-1
/
+1
2012-01-30
Verify identifiers in typedefs
Samuel Lidén Borell
1
-3
/
+7
2012-01-28
Implement loading of header files in other modules
Samuel Lidén Borell
1
-2
/
+2
2012-01-28
Detect when to load modules from the file system
Samuel Lidén Borell
1
-2
/
+3
2012-01-23
Release everything under the MIT license
Samuel Lidén Borell
1
-0
/
+21
2011-12-16
Builtin types (int, count, etc.)
Samuel Lidén Borell
1
-2
/
+3
2011-12-09
Remove unused #include and update dependencies in Makefile
Samuel Lidén Borell
1
-5
/
+5
2011-10-30
Parser: Display parsed expressions
Samuel Lidén Borell
1
-2
/
+3
2011-10-25
Parser: Generate a root identifier based on the filename
Samuel Lidén Borell
1
-1
/
+1
2011-10-24
Makefile: Add missing .h dependency
Samuel Lidén Borell
1
-1
/
+1
[next]