jiro
e02ee2c195
db_sqlite: Update documentation ( #10330 ) ( #11266 )
2019-05-20 03:27:12 +09:00
Zed
fb481c0df8
Fix header inconsistencies in documentation ( #11071 )
2019-04-23 08:40:20 +02:00
Andreas Rumpf
ad45dcd223
Merge branch 'devel' into araq-quirky-exceptions
2019-02-08 17:18:17 +01:00
Araq
8c15451400
removes deprecated T/P types
2018-11-16 13:27:46 +01:00
Federico Ceratto
ed588265ca
Update example ( #9395 )
2018-10-16 23:17:37 +01:00
Andreas Rumpf
ebdbdb0ca5
fixes merge conflict
2018-08-19 15:14:03 +02:00
Andreas Rumpf
f503ef5fd9
fixed merge conflict
2018-06-04 16:16:50 +02:00
Araq
e1b3dc208a
fixes testament compilation
2018-05-14 17:45:44 +02:00
Jacek Sieka
870869d081
remove dead code elimination option ( #7669 )
2018-04-23 17:02:38 +08:00
Andreas Rumpf
a9a982c5e9
make tests green again
2017-11-07 12:57:32 +01:00
Andreas Rumpf
d409e7f4ba
Merge branch 'devel' into araq
2017-10-02 08:31:38 +02:00
Araq
fdf460d131
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 14:54:50 +01:00
Araq
a6664bf8e3
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2016-01-18 10:55:23 +01:00
Dominik Picheta
e6e5e86f5c
Merge pull request #3294 from jlp765/db_sqliteDoco
...
Db sqlite doco update (similar to db_mysql)
2015-09-06 23:08:06 +01:00
Andreas Rumpf
46eb616a37
Merge pull request #3289 from nanoant/patch/fix-whitespace
...
Patch/fix whitespace
2015-09-04 23:37:59 +02:00
Andreas Rumpf
457ef2855b
Merge pull request #2866 from nanoant/patch/db-deffered-rows
...
db: InstantRow and instantRows
2015-06-10 11:06:36 +02:00
pdw
118e4667b7
lib/impure - Dropped 'T' from types
2015-05-24 22:24:07 -05:00
Andreas Rumpf
5da8e91358
Merge pull request #2583 from BlaXpirit/test-stdlib
...
Test stdlib
2015-04-21 15:36:37 +02:00
Andreas Rumpf
4998c99d05
Merge pull request #2337 from kemege/db_charset
...
Add character set options when opening DB connection, default to UTF-8
2015-03-17 01:32:26 +01:00
Araq
0a9ca2633f
fixes #1866
2015-01-10 23:52:05 +01:00
Araq
c7703ec24f
updated db_sqlite.nim
2014-08-29 00:16:12 +02:00
Araq
01c6a074c1
Nimrod renamed to Nim
2014-08-28 09:50:51 +02:00
Andreas Rumpf
bb3f67be0e
resolved conflict
2014-04-10 01:47:20 +02:00
Araq
c90a02503b
Merge branch 'master' of github.com:Araq/Nimrod
2013-03-17 16:44:31 +01:00
Araq
6201c0ba56
Merge branch 'master' of github.com:Araq/Nimrod
2012-11-25 11:03:27 +01:00
Araq
832dc48f89
fixes #250
2012-11-19 00:16:25 +01:00
Araq
d05879916d
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
2012-11-18 01:36:20 +01:00
Araq
79ced725f0
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-20 18:48:49 +02:00
Araq
714341b1e3
bugfix: leak in db_sqlite.GetValue
2012-10-10 01:05:03 +02:00
Araq
bb03ef88b3
Merge branch 'master' of github.com:Araq/Nimrod
2012-10-10 01:03:04 +02:00
Araq
faefcaf47e
openarray/varargs split; breaks bootstrapping
2012-08-16 08:34:33 +02:00
Araq
0e7254f2eb
changed integer promotion rules; breaks bootstrapping and lots of code
2012-07-08 21:03:47 +02:00
Araq
9f6219d5cf
small bugfixes; documentation generator supports smilies for the forum
2012-05-01 11:14:29 +02:00
Araq
f17a5c0c6b
some code formating
2012-04-26 01:16:50 +02:00
Araq
1df6a386a7
added db_*.getRow
2012-04-24 08:44:36 +02:00
Araq
701187b6d7
added system.setControlCHook, system.writeStackTrace
2012-02-19 23:37:37 +01:00
Araq
790515ff98
year 2012 for most copyright headers
2012-01-02 23:07:35 +01:00
Araq
19896f6a42
much more efficient rod file generation
2011-10-18 17:21:51 +02:00
Andreas Rumpf
7c1e294e23
bugfix: return type of gtk2.check_menu_item_new*
2010-03-17 18:58:34 +01:00
Andreas Rumpf
b021a7c91b
fixed pango/pangoutils new wrappers
2010-02-26 01:26:16 +01:00
Andreas Rumpf
4cba67edd7
SQLite wrapper
2010-02-24 01:04:39 +01:00
ringabout
54f5ab12b7
add smtp to important packages ( #20984 )
2022-12-01 08:14:42 +01:00
metagn
2449c37137
better procvar ambiguity errors, clean up after #20457 ( #20932 )
...
* better procvar ambiguity errors, clean up after #20457
fixes #6359 , fixes #13849
* only trigger on closedsymchoice again
* new approach
* add manual entry for ambiguous enums too
* add indent [skip ci]
* move to proc
2022-12-01 08:01:13 +01:00
Federico Ceratto
b36f5119ae
Add HPPA and sparc64 architectures ( #20934 )
...
* Add comments on CPU arch detection
* Support HPPA/hppa/parisc64 CPU architecture
* Support sparc64 CPU architecture
* Update tools/niminst/makefile.nimf
Co-authored-by: Andreas Rumpf <rumpf_a@web.de >
2022-12-01 12:48:47 +08:00
ringabout
17ac8c31bf
move smtp to nimble packages ( #20953 )
...
* move `smtp` to nimble packages
* fixes
* install smtp
* yes
2022-11-30 21:52:36 +01:00
ringabout
a7133e0594
removed unused sections in codegen ( #20976 )
2022-11-30 21:51:13 +01:00
IgorDeepakM
84ea62ea0d
Move command line parameter code ( #20946 )
...
Command line paramater code moved from os.nim to cmdparam.nim
Co-authored-by: IgorDeepakM <IgorDeepak@noreply.com >
2022-11-30 11:00:26 +01:00
Chavdar Ivanov
8f728ace35
Update tssl.nim ( #20973 )
...
This test hangs also under NetBSD and prevents the rest of the tests to carry over to the end.
2022-11-30 07:21:47 +08:00
metagn
ce971400c0
dom: remove X* = ref XObj [backport] ( #20910 )
...
dom: remove X* = ref XObj
2022-11-29 14:24:51 -05:00
rockcavera
9c5061eab7
fix #20969 - making vcc work again with cpp backend ( #20970 )
...
Update sysatomics.nim
2022-11-29 14:07:17 -05:00