Commit Graph

9782 Commits

Author SHA1 Message Date
Joseph Poirier
5f3d7e8940 add test note to the readme 2015-01-06 15:05:51 -06:00
Joseph Poirier
159bbce6d5 add proper cdm strings and comment out all echos 2015-01-06 14:56:50 -06:00
Joseph Poirier
4e2192fd1c properly typecast the function pointers 2015-01-06 13:42:02 -06:00
Joseph Poirier
9be15cd3b3 fixed import object name 2015-01-06 13:02:31 -06:00
Joseph Poirier
e940e7d37b Test the realtime GC, via long running process in a shared object, without linking nimrtl.dll/so. 2015-01-06 12:42:36 -06:00
Guillaume Gelin
3119fe087d Happy new year! 2015-01-06 15:26:33 +01:00
Guillaume Gelin
2f9fd32770 Make website.tmpl line endings consistant (using Unix style) 2015-01-06 15:09:12 +01:00
reactormonk
08669cc2bd Merge pull request #1882 from flaviut/add-gitignore-csources
Add csources to gitignore
2015-01-06 09:19:27 +05:00
Varriount
2a7b9c64a3 Merge pull request #1883 from flaviut/add-unittest-docs
Add an example and remove future claims from unittest.nim
2015-01-05 23:01:56 -05:00
Varriount
7f6de4495e Merge pull request #1835 from def-/mysql-lib-version
Allow higher versions of libmysqlclient
2015-01-05 22:50:54 -05:00
Varriount
b7f72985ed Merge pull request #1879 from def-/nim-renames
Some GC renames to get rid of deprecation warnings
2015-01-05 22:45:31 -05:00
Varriount
20568c35db Merge pull request #1885 from flaviut/unittest-reset-term
Properly use the terminal module
2015-01-05 22:39:56 -05:00
Flaviu Tamas
8f446eb541 Properly use the terminal module
The documentation for terminal says

> Changing the style is permanent even after program termination! Use the code
> `system.addQuitProc(resetAttributes)` to restore the defaults.
2015-01-05 21:54:06 -05:00
def
9a36c17c05 Add workaround for TCC to make POSIX_SPAWN_USEVFORK available 2015-01-06 03:53:21 +01:00
Flaviu Tamas
6a8d38f358 Add an example and remove future claims
The future claims haven't been addressed for 3 years, they are unlikely to be
fixed soon.
2015-01-05 21:44:35 -05:00
Varriount
20da8c9400 Merge pull request #1779 from flaviut/ga-docs
Add google analytics to docs
2015-01-05 21:28:43 -05:00
Varriount
a6194fb2bd Merge pull request #1811 from cremno/fix-nsis-uninstaller-filename
fix NSIS uninstaller filename
2015-01-05 21:18:44 -05:00
def
2399f3b03d Some GC renames to get rid of deprecation warnings 2015-01-06 01:28:43 +01:00
Flaviu Tamas
d99454314c Make unittest.nim print stack trace 2015-01-05 18:59:59 -05:00
Dominik Picheta
076f993150 Fixes nim-lang/nimble#84 2015-01-05 18:15:18 +00:00
Dominik Picheta
aaf6d8579e Merge pull request #1867 from def-/httpclient-multipart
Add multipart parameter to httpclient's post and postContent
2015-01-05 17:35:11 +00:00
def
9cf948e0c8 Rename newData() to newMultipartData() 2015-01-05 18:29:17 +01:00
Dominik Picheta
08e7c16d67 Merge pull request #1865 from def-/async-fixes
Async fixes
2015-01-05 16:16:05 +00:00
def
41cf963848 Remove debugging echos again 2015-01-05 13:19:10 +01:00
reactormonk
795256eb7f Merge pull request #1870 from infininight/devel
Add TextMate bundle link
2015-01-05 11:23:49 +05:00
Michael Sheets
e26846d0ac Add TextMate bundle link 2015-01-04 22:01:50 -06:00
Zahary Karadjov
f2fdac531d test cases for generic macros 2015-01-05 03:57:09 +02:00
Zahary Karadjov
f3c55704a0 unstaged file 2015-01-05 03:56:05 +02:00
Zahary Karadjov
5e4ae8dbb4 fix #1858; Add support for generic templates and macros
Implementation notes:
Just after overload resolution, the resolved generic params will be added to the
call expression to be later processed in evalTemplate and evalMacroCall. These
procs have been modified to handle the increased number of parameters, but one
remaining issue is that immediate templates and macros don't go through the same
process. The next commit will outlaw the use of generic parameters with such macros.
2015-01-05 03:53:31 +02:00
Zahary Karadjov
13a18663d2 fix #1859 2015-01-05 03:53:31 +02:00
Araq
4316fdddf3 Merge branch 'devel' of https://github.com/Araq/Nim into devel 2015-01-05 02:27:36 +01:00
Araq
7524610b31 fixes #1796 2015-01-05 02:27:24 +01:00
def
e77eec02f3 A few more fixes to httpclient multipart 2015-01-05 01:58:39 +01:00
def
d4955090ae post should work when extra headers don't have trailing newline 2015-01-05 01:55:52 +01:00
def
a90c388f6b Check that p is not nil in format 2015-01-05 01:40:47 +01:00
def
f223e94ccd Add operator %* to JSON 2015-01-05 01:31:28 +01:00
def
06ad80cc45 indent = 0 looks better for $(node: JsonNode) 2015-01-05 01:30:03 +01:00
def
38392d2d03 Add multipart parameter to httpclient's post and postContent 2015-01-05 00:14:53 +01:00
def
f56dcd1505 Handle interrupt on epoll_wait graciously (allows strace to work) 2015-01-04 23:07:21 +01:00
def
d60d007281 Close async socket on error (instead of looping on epoll_wait with 100% CPU) 2015-01-04 22:59:41 +01:00
Dominik Picheta
5ee4806aa3 Merge pull request #1851 from jpoirier/feature/docs
fix a couple of typos, grammar, and removal of whitespace
2015-01-03 21:21:41 +00:00
reactormonk
0699928b48 Merge pull request #1852 from def-/fix-uri
Remove debug messages. Bad def-.
2015-01-04 02:12:15 +05:00
def
c7fac03abe Remove debug messages 2015-01-03 21:53:40 +01:00
Joseph Poirier
cd73b3b12b fix a couple of typos, grammar, and removal of whitespace 2015-01-03 14:24:02 -06:00
Dominik Picheta
10ba9c4dc1 Merge pull request #1826 from jpoirier/devel
clarify single letter option requirements
2015-01-03 19:27:28 +00:00
Dominik Picheta
76006eeab3 Merge pull request #1849 from rgieseke/patch-1
Fix typo
2015-01-03 18:55:23 +00:00
Robert Gieseke
ad1945f102 Fix typo 2015-01-03 18:06:57 +01:00
Dominik Picheta
51f645d293 Merge pull request #1848 from def-/fix-uri
Fix uri & httpclient
2015-01-03 17:06:20 +00:00
def
ee62d56cad Apply #1824 to fix #1823 2015-01-03 17:44:30 +01:00
def
387d598cfb Minor cleanup 2015-01-03 17:40:33 +01:00