Christoffer Lerno
|
ca2bb505b6
|
Merge pull request #453 from matkuki/patch-1
Update CMakeLists.txt
|
2022-05-16 15:07:07 +02:00 |
|
matkuki
|
8b4b4273cc
|
Update CMakeLists.txt
Fixes compilation error on Visual Studio 2022
|
2022-05-16 14:10:28 +02:00 |
|
Christoffer Lerno
|
7c91c56f3d
|
Updated cmake with latest win-llvm (#451)
Updated cmake with latest win-llvm
|
2022-05-15 19:41:12 +02:00 |
|
Christoffer Lerno
|
5edafc5b2f
|
Test for #149 ct lists.
|
2022-05-12 19:13:49 +02:00 |
|
Christoffer Lerno
|
dbb0dc302d
|
Add instructions for building on Unix variants.
|
2022-05-12 09:53:05 +02:00 |
|
Christoffer Lerno
|
e09e5c06d3
|
User defined attributes.
|
2022-05-11 20:55:09 +02:00 |
|
Christoffer Lerno
|
b0c55ff777
|
Support enum associated values.
|
2022-05-11 20:55:09 +02:00 |
|
Christoffer Lerno
|
60832019bd
|
Merge pull request #445 from c3lang/dev
Updated enums, macro usage / naming
|
2022-05-09 14:06:34 +02:00 |
|
Christoffer Lerno
|
42b5445225
|
Fixes enum set with new ordinal based enums.
|
2022-05-09 12:25:33 +02:00 |
|
Christoffer Lerno
|
9691d50a6f
|
@ is now part of the name of an attribute or a macro. Macros without '@' must be function-like.
|
2022-05-08 22:16:33 +02:00 |
|
Christoffer Lerno
|
29a9769651
|
Ordinal based enums.
|
2022-05-08 21:39:00 +02:00 |
|
Christoffer Lerno
|
15e1db78a7
|
Remove unused code.
|
2022-05-02 16:35:14 +02:00 |
|
Christoffer Lerno
|
2f23d56a12
|
0.2.1 Update
0.2.1 SysV ABI fix for passing certain things by struct. Fix implicit…
|
2022-04-27 17:06:26 +02:00 |
|
Christoffer Lerno
|
22ee082d00
|
0.2.1 SysV ABI fix for passing certain things by struct. Fix implicitly converting to float in the case of myfloat *= -1. Prefer inferred constant over global. Allow locals to shadow global variables.
|
2022-04-27 16:43:25 +02:00 |
|
Christoffer Lerno
|
212bc7d9af
|
Merge pull request #437 from c3lang/dev
0.2.0. Build system improvements. Target changes x64-windows -> windo…
|
2022-04-26 13:40:43 +02:00 |
|
Christoffer Lerno
|
890c4bc435
|
0.2.0. Build system improvements. Target changes x64-windows -> windows-x64, x64-darwin -> macos-x64. Improved mac support. LLD linking for Mac, Windows, Linux. Cross linking for Mac, Windows. Clean up string use. Fix of debug handling of multiple compilation units per module. MSVC CI
|
2022-04-26 13:20:33 +02:00 |
|
Christoffer Lerno
|
7df7dd2933
|
Merge pull request #436 from data-man/ci_testing
Use Ninja in CI
|
2022-04-17 11:09:00 +02:00 |
|
data-man
|
ada8652209
|
Use Ninja in CI
|
2022-04-16 15:25:48 +05:00 |
|
Christoffer Lerno
|
bf8288ed1c
|
Merge pull request #435 from data-man/fix_typo
Fix typo in sema_expr.c [skip ci]
|
2022-04-16 11:19:30 +02:00 |
|
data-man
|
9b6e4f9d11
|
Fix typo in sema_expr.c [skip ci]
|
2022-04-16 13:12:14 +05:00 |
|
Christoffer Lerno
|
ecdcd8f959
|
0.1.1: Add -L and -l parameters, also incomplete support of .c3i files.
|
2022-04-15 18:52:36 +02:00 |
|
Dmitry Atamanov
|
828724f593
|
Add more vector tests (#430)
* Add more vector tests
* Added .ll output.
Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
|
2022-04-14 09:55:11 +02:00 |
|
data-man
|
f6eb20f725
|
Fix resource leak in check_file function
|
2022-04-13 10:17:14 +02:00 |
|
data-man
|
ade4065480
|
Add LLVM 13 to MacOS CI
|
2022-04-10 09:50:53 +02:00 |
|
Christoffer Lerno
|
b19cef4bc1
|
Removed some accidental commits.
|
2022-04-09 20:13:41 +02:00 |
|
Dmitry Atamanov
|
151cbfd706
|
Semi-implemented foreach for vectors (#423)
Implement foreach for vectors
|
2022-04-09 20:09:35 +02:00 |
|
Christoffer Lerno
|
b99db4be24
|
Allocators. Rename of "optenum" to fault. Memcpy and memset added. Cleanup of declaration use.
|
2022-04-09 20:07:59 +02:00 |
|
Christoffer Lerno
|
8743223dd6
|
Allocators. Rename of "optenum" to fault. Memcpy and memset added. Cleanup of declaration use.
|
2022-04-09 20:07:59 +02:00 |
|
Christoffer Lerno
|
2e2a1ca21a
|
Fix defer with static variables.
|
2022-03-31 10:11:37 +02:00 |
|
Christoffer Lerno
|
34bd5fa6da
|
Fix of macro defer with bodies.
|
2022-03-28 10:19:24 +02:00 |
|
Christoffer Lerno
|
131bf5ed34
|
Cleanup and change of varcast.
|
2022-03-27 13:22:04 +02:00 |
|
Christoffer Lerno
|
78134316b7
|
Addin @varcast
|
2022-03-27 13:09:06 +02:00 |
|
Christoffer Lerno
|
b31629c5e8
|
Removal of "or_else jump". Fixes to defer & macros/blocks, optimized failable return. @noscope macros removed. Disallow meaningless defer.
Correctly show error on return or rethrow inside of a defer. Fix copying an access expression. Removing scoped expr.
|
2022-03-26 20:16:36 +01:00 |
|
data-man
|
bbfc2fc8ab
|
Update checkout action to v3
|
2022-03-23 21:15:52 +01:00 |
|
gdm85
|
1940f6967c
|
Add support for podman
Use a tmpfs when running
Prefix podman images with 'localhost/'
|
2022-03-23 18:44:46 +01:00 |
|
data-man
|
adf2b2e818
|
Update build-with-docker.sh [skip ci]
|
2022-03-23 16:48:46 +01:00 |
|
Christoffer Lerno
|
6a9b14d107
|
Added regression test for errors.
|
2022-03-21 18:18:14 +01:00 |
|
Christoffer Lerno
|
8b8a8d81db
|
Fix of issue with "a ?? false"
|
2022-03-21 13:22:59 +01:00 |
|
data-man
|
d1fadf6428
|
Don't replace digits to underscore in created files
|
2022-03-20 19:41:30 +01:00 |
|
Christoffer Lerno
|
05d8e6c7b8
|
Fix debug panic for vector shift and division.
|
2022-03-20 19:39:31 +01:00 |
|
Christoffer Lerno
|
6789fab93c
|
Panic function that may be redefined. Trap and stacktrace builtins. Bug using builtin fixed. Fixes to using $$LINE and friends. Produces a stacktrace on error.
|
2022-03-18 12:43:17 +01:00 |
|
Christoffer Lerno
|
3490814d73
|
Simplify scope flags.
|
2022-03-13 22:49:10 +01:00 |
|
Christoffer Lerno
|
3799dbb082
|
Use declid instead of decl* in the decltable.
|
2022-03-12 14:45:54 +01:00 |
|
Christoffer Lerno
|
60d7c8aa14
|
Add timings.
|
2022-03-12 02:35:07 +01:00 |
|
Christoffer Lerno
|
55598b2de8
|
Remove multi-line strings.
|
2022-03-12 00:40:06 +01:00 |
|
Christoffer Lerno
|
4fe2a70ee1
|
Only add dll visibility on external functions for win32.
|
2022-03-11 13:27:01 +01:00 |
|
Christoffer Lerno
|
ab56b2d047
|
Only add dll visibility on non-local functions for win32.
|
2022-03-11 13:05:46 +01:00 |
|
Christoffer Lerno
|
1061b4e1dd
|
Make doc an AST type.
|
2022-03-11 12:24:07 +01:00 |
|
Christoffer Lerno
|
e02362de0c
|
Resolve contracts as they are encountered.
|
2022-03-11 11:17:39 +01:00 |
|
Christoffer Lerno
|
c414459075
|
Fix bug with missing debug location.
|
2022-03-10 15:55:44 +01:00 |
|