Commit message (Expand) | Author | Age | Files | Lines | |||
---|---|---|---|---|---|---|---|
... | |||||||
* | added system.typeof operation; fixes #9093 | Araq | 2018-10-24 | 1 | -0/+9 | ||
* | system.nim deprecate 'getRefcount'; refs #2839, refs #3713 | Araq | 2018-10-15 | 1 | -3/+6 | ||
* | system.nim: fixes typo | Araq | 20# dwm version
VERSION = 4.4
# Customize below to fit your system
# additional layouts beside floating
SRC = tile.c
# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -s ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}
#CFLAGS += -xtarget=ultra
# compiler and linker
CC = cc
| Andreas Rumpf | 2018-09-07 | 1 | -6/+6 |
|/ | |||||||
* | Automatic deref for everything but pointers in asm/emit (#8891) | LemonBoy | 2018-09-07 | 1 | -3/+3 | ||
* | fix items for cstring for the JS target; makes tests green again | Araq | 2018-09-03 | 1 | -4/+11 | ||
* | deprecate system.onRaise; fixes #1652 | Araq | 2018-09-03 | 1 | -1/+4 | ||
* | fixes #8847 | Araq | 2018-09-03 | 1 | -1/+1 | ||
* | introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817) | Andreas Rumpf | 2018-08-30 | 1 | -0/+9 | ||
* | Deprecate xlen() for strings and seqs (#8782) | awr1 | 2018-08-26 | 1 | -2/+7 | ||
* | doAssert, assert now print full path of failing line on error (#8555) | Timothee Cour | 2018-08-25 | 1 | -15/+13 | ||
* | fixes merge conflict | Araq | 2018-08-23 | 1 | -8/+8 | ||
|\ | |||||||
| * | Fixes #8719 (onFailedAssert now works for doAssert) (#8731) | awr1 | 2018-08-23 | 1 | -8/+8 | ||
| * | exploit nil seqs for performance (#8688) | Andreas Rumpf | 2018-08-20 | 1 | -4/+1 | ||
* | | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -2/+11 | ||
* | | make tests green again | Araq | 2018-08-21 | 1 | -0/+1 | ||
* | | fixes merge conflict | Andreas Rumpf | 2018-08-19 | 1 | -93/+92 | ||
|\ \ | |||||||
| * | | changes $ for seqs to never produce 'nil' | Andreas Rumpf | 2018-08-18 | 1 | -4/+1 | ||
| |/ | |||||||
| * | Genode fixes (#8501) | Emery Hemingway | 2018-08-16 | 1 | -2/+7 | ||
| * | Merge branch 'devel' into araq-misc | Andreas Rumpf | 2018-08-16 | 1 | -1/+1 | ||
| |\ | |||||||
| | * | Haiku support for Nim (#8542) | alaviss | 2018-08-14 | 1 | -1/+1 | ||
| * | | implement the --nilseqs switch properly | Andreas Rumpf | 2018-08-15 | 1 | -2/+3 | ||
| * | | changes how the now illegal 'string == nil' comparison is detected | Andreas Rumpf | 2018-08-15 | 1 | -0/+4 | ||
| * | | make tests green again | Araq | 2018-08-13 | 1 | -2/+6 | ||
| * | | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -6/+15 | ||
| * | | rename SystemError to CatchableError in order to avoid breaking Nimble and pr... | Araq | 2018-08-10 | 1 | -4/+4 | ||
| * | | rework the exception hierarchy; refs #8363 | Andreas Rumpf | 2018-08-10 | 1 | -71/+33 | ||
| * | | deprecate isNil for strings and seqs | Araq | 2018-08-08 | 1 | -4/+4 | ||
| |/ | |||||||
| * | fixes #6255, add `system.ashr` arithmetic right shift (#8547) | andri lim | 2018-08-07 | 1 | -0/+17 | ||
| * | Stricter signature for countdown/countup (#8549) | Oscar NihlgÄrd | 2018-08-07 | 1 | -3/+3 | ||
* | | make at least bootstrapping work | Araq | 2018-08-05 | 1 | -4/+6 | ||
|\| |