summary refs log tree commit diff stats
path: root/lib/system/cgprocs.nim
Commit message (Expand)AuthorAgeFilesLines
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-4/+4
* more progress on destructor based stringsAndreas Rumpf2018-07-131-1/+0
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-5/+0
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-5/+6
* Fix typosFederico Ceratto2015-02-151-1/+1
* introduced 'benign' pragmaAraq2014-10-251-2/+2
* the big renamefest: first stepsAraq2014-08-221-1/+1
* New concurrency model: next stepsAraq2014-04-191-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-47/+0
* debug build works again; sorryAraq2011-05-091-42/+43
* threadvar alternativeAraq2011-05-091-2/+12
* gc tweaking to gain a few percent of performanceAraq2011-05-071-23/+34
* changes to threads; --recursivePath supportAraq2011-01-291-1/+25
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-1/+1
* before stack init changeAndreas Rumpf2010-08-011-0/+12
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-0/+14
div class='alt'>







                                                                             
                                                                   
=====================================================
Nim -- a Compiler for Nim. https://nim-lang.org/

Copyright (C) 2006-2021 Andreas Rumpf. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

[ MIT license: http://www.opensource.org/licenses/mit-license.php ]