Commit 94b3ca0
2 files changed
+2
-2
lines changed- .appveyor/build.bat+7
- .appveyor/setup_environment.bat+6
- .clang-format+60
- .travis.yml+5-5
- README.md+3-3
- amtl/am-algorithm.h+21-18
- amtl/am-allocator-policies.h+14-14
- amtl/am-arithmetic.h+15-15
- amtl/am-assert.h+6-2
- amtl/am-atomics-no-stl.h+64-67
- amtl/am-atomics-stl.h+16-17
- amtl/am-atomics.h+31-28
- amtl/am-autoptr.h+112-120
- amtl/am-bits.h+52-57
- amtl/am-cxx.h+49-153
- amtl/am-deque.h+188-191
- amtl/am-enum.h+48-48
- amtl/am-fixedarray.h+54-54
- amtl/am-flags.h+72-72
- amtl/am-float.h+46-46
- amtl/am-function.h+346-350
- amtl/am-hashmap.h+123-131
- amtl/am-hashset.h+105-109
- amtl/am-hashtable.h+459-465
- amtl/am-inlinelist.h+160-164
- amtl/am-linkedlist.h+212-218
- amtl/am-linking.h+8-8
- amtl/am-maybe.h+87-88
- amtl/am-moveable.h+14-14
- amtl/am-platform.h+32-39
- amtl/am-priority-queue.h+104-107
- amtl/am-raii.h+29-28
- amtl/am-refcounting-threadsafe.h+98-100
- amtl/am-refcounting.h+62-71
- amtl/am-shared-ptr.h+21-22
- amtl/am-storagebuffer.h+12-12
- amtl/am-string.h+273-274
- amtl/am-thread-posix.h+145-144
- amtl/am-thread-utils.h+155-160
- amtl/am-thread-windows.h+111-111
- amtl/am-threadlocal.h+111-110
- amtl/am-type-traits.h+50-47
- amtl/am-uniqueptr.h+121-123
- amtl/am-unused.h+8-7
- amtl/am-utility.h+27-11
- amtl/am-vector.h+223-227
- amtl/experimental/am-argparser.h+613-677
- amtl/os/am-fsutil-posix.h+17-21
- amtl/os/am-fsutil-windows.h+18-22
- amtl/os/am-fsutil.h+5-7
- amtl/os/am-path.h+17-19
- amtl/os/am-shared-library.h+56-57
- amtl/os/am-system-errors.h+19-27
- appveyor.yml+6
- tests/AMBuild.tests-1
- tests/main.cpp+22-16
- tests/runner.h+41-43
- tests/test-argparser.cpp+131-180
- tests/test-autoptr.cpp+29-30
- tests/test-bits.cpp+6-7
- tests/test-callable.cpp+144-170
- tests/test-deque.cpp+77-81
- tests/test-flags.cpp+26-28
- tests/test-hashmap.cpp+79-82
- tests/test-inlinelist.cpp+60-65
- tests/test-linkedlist.cpp+149-156
- tests/test-priority-queue.cpp+17-18
- tests/test-refcounting.cpp+60-67
- tests/test-string.cpp+72-78
- tests/test-system.cpp+28-30
- tests/test-threadlocal-threaded.cpp+29-33
- tests/test-threadlocal-unthreaded.cpp+7-8
- tests/test-threadutils.cpp+83-87
- tests/test-uniqueptr.cpp+26-27
- tests/test-vector.cpp+239-248
- tools/restyler/.clang-format+1
- tools/restyler/.gitignore+1
- tools/restyler/Makefile+136
- tools/restyler/README.md+18
- tools/restyler/amstyler.cpp+781
- tools/restyler/test/amstyler_in.cpp+62
- tools/restyler/test/amstyler_out.cpp+69
Submodule sourcepawn updated 19 files
- compiler/expressions.cpp+39-26
- compiler/lexer.cpp+4-5
- compiler/messages.h+1-1
- compiler/parser.cpp+20-9
- compiler/sc.h+24-4
- compiler/types.cpp+27
- compiler/types.h+1
- tests/basic/return-in-default-case.out+2
- tests/basic/return-in-default-case.sp+7-3
- tests/compile-only/fail-redefine-typedef.sp+6
- tests/compile-only/fail-redefine-typedef.txt+1
- tests/enum-structs/chained-method-call-2.out+2
- tests/enum-structs/chained-method-call-2.sp+26
- tests/enum-structs/inner-array-size.out+3
- tests/enum-structs/inner-array-size.sp+19
- tests/warnings/unused-from-member-function.sp+15
- third_party/amtl+1-1
- tools/smxtools/smxdasm/V1Disassembler.cs+3-4
- tools/smxtools/smxviewer/MainWindow.cs+14-1
0 commit comments