summary refs log tree commit diff stats
path: root/lib/system
Commit message (Collapse)AuthorAgeFilesLines
* Control leakDetector from cmdlineYuriy Glukhov2016-12-061-1/+1
|
* Show cell type name in writeCellYuriy Glukhov2016-12-061-5/+11
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-281-14/+11
|\
| * Merge pull request #4878 from yglukhov/gc-frameinfoAndreas Rumpf2016-11-281-14/+11
| |\ | | | | | | Cosmetics
| | * DRY frame info setting out to a template.Yuriy Glukhov2016-11-031-14/+11
| | |
* | | system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
| | |
* | | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
| | |
* | | deepcopy fixAndreas Rumpf2016-11-261-31/+75
|/ /
* | reverted deepcopy fix for nowAndreas Rumpf2016-11-241-75/+31
| |
* | further memtracking improvementsAndreas Rumpf2016-11-243-6/+27
| |
* | string.add for floats and ints for more performance (JS not yet supported)Andreas Rumpf2016-11-211-28/+23
| |
* | first version of the new memory tracking featureAndreas Rumpf2016-11-212-0/+64
| |
* | fixes deepcopy regressionAndreas Rumpf2016-11-181-2/+4
| |
* | deepCopy: proper sharing of refsAndreas Rumpf2016-11-171-31/+73
| |
* | Merge pull request #4888 from arnetheduck/mmap-fixesAndreas Rumpf2016-10-241-3/+10
|\ \ | | | | | | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc
| * | add MAP_ANONYMOUS const for amd64, fix MAP_PRIVATE on mips etc (see fe36254)Jacek Sieka2016-10-121-3/+10
| |/
* | clean up tyBigNum remnantsJacek Sieka2016-10-241-1/+0
| |
* | fixes bootstrapping problemAraq2016-10-211-11/+11
| |
* | fixes #564Andreas Rumpf2016-10-211-5/+6
| |
* | add exported memory size getter functions for MemRegion objectsHakan Deryal2016-10-131-0/+6
| |
* | fixes memory region not updating when passed to withRegion template.Hakan Deryal2016-10-131-0/+1
|/
* Merge pull request #4848 from flyx/fix-debugdlopenAndreas Rumpf2016-10-061-1/+4
|\ | | | | Fixed compilation error with -d:nimDebugDlOpen
| * Display hint for -d:nimDebugDlOpen on load failureFelix Krause2016-10-031-0/+2
| |
| * Fixed compilation error with -d:nimDebugDlOpenFelix Krause2016-10-031-1/+2
| |
* | Merge pull request #4857 from yglukhov/gcv2-threadsAndreas Rumpf2016-10-061-3/+9
|\ \ | | | | | | Make gc v2 compile with --threads:on
| * | Make gc v2 compile with --threads:onYuriy Glukhov2016-10-051-3/+9
| | |
* | | Merge pull request #4853 from GaveUp/develAndreas Rumpf2016-10-061-2/+0
|\ \ \ | |/ / |/| | Revert change to osalloc.nim from commit 8d7a45f.
| * | Revert change to osalloc.nim from commit 8d7a45f.GaveUp2016-10-041-2/+0
| |/ | | | | | | | | | | | | Change caused MAP_ANONYMOUS to have an incorrect value when compiling for mipsel. Fixes #4852.
* / call initAllocator in foreign threadJez Kabanov2016-10-051-0/+1
|/
* Typo in docYuriy Glukhov2016-09-241-1/+1
|
* fixes serious regressionAndreas Rumpf2016-09-241-1/+1
|
* fixes #4746Andreas Rumpf2016-09-241-2/+4
|
* fixes #4776Andreas Rumpf2016-09-243-29/+43
|
* bugfix: bottom of AVL tree is now threadsafeAndreas Rumpf2016-09-243-5/+7
|
* Add define value `nimBurnFree` which allow deallocation procedures to fill ↵cheatfate2016-09-201-1/+1
| | | | memory with 0xFF before freeing it.
* Fixes $(0.0/0.0) giving `-nan` on some systems.Dominik Picheta2016-09-171-1/+1
| | | | | | | | | | | | | | | | Squashed commit of the following: commit c7fc086b663f4d4003ccd5831a0ca508cf9badc7 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Sat Sep 17 21:09:48 2016 +0200 Another attempt at fix. commit 67b7fb67cda08d945e480a6a01fb0fee797add00 Author: Dominik Picheta <dominikpicheta@gmail.com> Date: Sat Sep 17 20:47:41 2016 +0200 Fixes $(0.0/0.0) giving `-nan` on some systems.
* srcdir -> srcDirYuta Yamada2016-09-141-1/+1
|
* fixes #4764, fixes #4731, fixes #4724Araq2016-09-141-0/+2
|
* attempt to fix #4640Andreas Rumpf2016-09-132-3/+6
|
* fixes #3279Araq2016-09-121-10/+30
|
* fixes #4088Andreas Rumpf2016-09-111-3/+3
|
* Store stack trace in exceptionYuriy Glukhov2016-09-041-0/+3
|
* fixes #4689Andreas Rumpf2016-09-011-7/+5
|
* Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635Yuriy Glukhov2016-08-291-9/+23
|
* Reset framePtr on unhabdled exception. Dont reset on getStackTrace.Yuriy Glukhov2016-08-271-3/+1
|
* Uncaught exceptions in JS now always propagate with better stack trace.Yuriy Glukhov2016-08-271-29/+37
|
* added selfExe and selfExec for NimScript supportAndreas Rumpf2016-08-051-0/+13
|
* Merge pull request #4559 from haiodo/enable-profiler-filenamesAndreas Rumpf2016-08-021-6/+13
|\ | | | | Enable embedded profiler to display filenames.
| * Enable embedded profiler to display filenames.Andrey Sobolev2016-08-021-6/+13
| | | | | | | | Enable embedded profiler to display filenames in profile_results.txt
* | Merge pull request #4548 from arnetheduck/gc-cleanupAndreas Rumpf2016-08-025-19/+20
|\ \ | | | | | | clean up a few stray c_stdout's in gc debug code
id='n982' href='#n982'>982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106