0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'jckarter/master' More... about 13 years ago
Merge pull request #431 from agemogolk/stateless More... about 13 years ago
Merge pull request #431 from agemogolk/stateless More... about 13 years ago
Add stateless lambda arrow "~>". Add test for stateless capture failure. More... about 13 years ago
test: use static if Avoid instantiating printlnColored in minimal mode More... about 13 years ago
new threads.threadlocal: TLS API interface Unix-only for now. Couldn't find an adequate interface for thread-local destructors for Windows More... about 13 years ago
Merge pull request #429 from agemogolk/alias_lambda More... about 13 years ago
Handle vararg capture in alias functions. Add lambda/alias/vararg test. More... about 13 years ago
Modify checkForeignExpr - now handles local alias bindings. Enable lambda alias tests 2 & 3 More... about 13 years ago
Merge remote-tracking branch 'jckarter/master' into alias_lambda More... about 13 years ago
new test.module: in-module test suite generator If a module defines symbols named `TEST_*`, test.module constructs a test.TestSuite from them that can be run through the test runner. The module can then be compiled as a test suite by providing a `main`, as `private main() = testMainModule();`. Closes #131. More... about 13 years ago
core.statics: make Static? alias This keeps it from evaluating its argument so it can test a runtime value in a static context More... about 13 years ago
allow "main" entry point to be private This allows modules to provide an entry point without polluting the API, similar to Python's `if __name__ == "__main__"` idiom. More... about 13 years ago
remove dead code from locks tests thanks @stepancheg More... about 13 years ago
runtests: fix (re) handling of err.txt on windows More... about 13 years ago
remove aborting test pops up crash reporter on mac os x and windows, interfering with noninteractive test running More... about 13 years ago
threads.locks: fix for windows More... about 13 years ago
win32.constants: add INFINITE constant More... about 13 years ago
numbers.parser: strtof isn't standard not available on Windows More... about 13 years ago
fix compilation errors on windows More... about 13 years ago
new threads.condvars: condition variables More... about 13 years ago
threads.locks: sanity staticasserts More... about 13 years ago
NotDestroyedType? -> DestroyDoesNothingType? and NotResetType? -> ResetDoesNothingType? More... about 13 years ago
new threads.locks: lock protocol, Mutex, Spinlock More... about 13 years ago
atomics: LLVM doesn't like atomic i1 for Bool More... about 13 years ago
threads.core: add "yield()" function More... about 13 years ago
atomics: use atomicInput in Atomic[T]() ctor More... about 13 years ago
remove debug noinlines More... about 13 years ago
new module atomics: high-level atomic op interface More... about 13 years ago
Move functions to loader.hpp More... about 13 years ago