summary refs log tree commit diff stats
path: root/lib/windows
Commit message (Collapse)AuthorAgeFilesLines
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
|
* Added stdcall pragma to WINAPI methods.miere432016-06-261-8/+7
|
* Removed INPUT_KEY_RECORDmiere432016-06-261-10/+8
|
* Implemented terminal.getch() for Windowsmiere432016-06-231-1/+23
|
* New version, without any piece of code duplication.cheatfate2016-06-171-2/+14
|
* Introduce addRead/addWrite for Windows IOCP.cheatfate2016-06-121-0/+116
|
* fixes Windows buildsAndreas Rumpf2016-05-301-0/+2
|
* Remove spurious semicolon in type definitionStephane Fontaine2016-05-191-1/+1
|
* Resolve bugs based on unreliable `bytesReceived` value.cheatfate2016-05-121-0/+7
|
* CompletionKey parameter for functions CreateIoCompletionPort,cheatfate2016-04-191-2/+4
| | | | GetQueuedCompletionStatus must be 64bit size on amd64 and 32bit size on x86.
* Correct getOverlappedResult() definitioncheatfate2016-04-131-1/+1
|
* resolved merge conflictsAraq2016-03-291-8/+8
|\
| * Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-5/+5
| |
| * Renamed local variable to avoid compiler warning.gmpreussner2016-03-161-3/+3
| |
* | proper indentationAraq2016-03-181-22/+22
| |
* | get rid of compiler warningAraq2016-03-181-3/+3
|/
* Resolve "redifintion" errors, when using Microsoft Compiler and Visual ↵cheatfate2016-02-181-0/+3
| | pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* L2e84b5ac412f97efc153367'>Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.Dominik Picheta2015-06-251-0/+3
|
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-206-27706/+0
|
* Add WSAEADDRINUSE to winlean.Dominik Picheta2015-06-041-0/+1
|
* stdlib: don't use deprecated symbolsAraq2015-06-041-7/+7
|
* Added line breaks to long 'deprecated' pragmasPerelandric2015-06-041-16/+165
|
* lib/windows - Dropped 'T' from typespdw2015-06-046-1299/+848
|
* Merge pull request #2608 from chrisheller/develAndreas Rumpf2015-05-081-17/+62
|\ | | | | Add procs for VirtualAllocEx and VirtualFreeEx in windows.nim
| * Add deprecated versions of procs in windows.nim that had DWORD parameters ↵Chris Heller2015-05-011-0/+39
| | | | | | | | converted to SIZE_T
| * Update VirtualLock/Unlock to use SIZE_T instead of DWORD for sizesChris Heller2015-04-281-2/+2
| |
| * Update the GlobalAlloc/ReAlloc and LocalAlloc/ReAlloc procs to use SIZE_T ↵Chris Heller2015-04-281-5/+5
| | | | | | | | instead of DWORD.
| * Update Heap* procs in windows.nim that were using DWORD sizes to use SIZE_TChris Heller2015-04-281-5/+5
| |
| * Update other Virtual* procs that were using dwSize: DWORD to use SIZE_TChris Heller2015-04-281-3/+3
| |
| * Add procs for VirtualAllocEx and VirtualFreeEx in windows.nimChris Heller2015-04-271-0/+6
| |
| * Change dwSize parameter in VirtualAlloc/Free procs to use SIZE_T instead of ↵Chris Heller2015-04-271-2/+2
| | | | | | | | DWORD to match MSDN
* | fixes #2651Araq2015-05-041-57/+59
|/
* windows.nim is gcsafeAraq2015-04-041-4/+6
|
* Corrected SYSTEM_INFO structure to match pointer type on 64-bit systemsJonathan Edwards2015-02-211-1/+1
|
* fixes os.moveFile on WindowsAraq2015-02-131-0/+8
|
* Fix cross to windows compilation on linuxFlaviu Tamas2014-12-301-22/+22
| | | | `Winsock2.h` should be all lowercase
* bugfix: do not use unknown conditional symbolsAraq2014-12-051-5/+5
|
* Fixed FD_SET casingErik O'Leary2014-10-101-1/+1
|
* CS fixes for dialogs on Windows.Dominik Picheta2014-10-051-1/+1
|
* some improvements for nimfixAraq2014-09-091-1/+1
|
* 'nimfix' improvements; FdSet is TFdSet againAraq2014-09-081-8/+8
|
* Added Windows asyncfile implementation.Dominik Picheta2014-09-051-8/+16
|
* updated iup.nim; made tests greenAraq2014-08-313-459/+456
|
* Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-301-3/+3
|