summary refs log tree commit diff stats
path: root/compiler/evalffi.nim
Commit message (Expand)AuthorAgeFilesLines
* implemented region pointersAraq2014-04-091-3/+3
* should fix the nkExprColonExpr bug in the vmAraq2014-03-131-1/+1
* case consistency for evalffiAraq2014-02-011-28/+28
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-1/+1
|\
| * static params: expr[T] is now static[T]Zahary Karadjov2013-12-191-1/+1
* | vm: FFI improvementsAraq2013-12-231-0/+3
* | new VM: some progress for the FFI supportAraq2013-12-231-14/+20
* | next steps for FFI supportAraq2013-11-251-0/+43
|/
* first steps to implement object construction expressionsAraq2013-03-071-4/+4
* FFI at compiletime improvementsAraq2013-01-081-22/+47
* next steps for FFI at compile timeAraq2013-01-021-13/+29
* fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...Araq2012-12-311-40/+190
* better errors for FFIAraq2012-12-271-9/+13
* small improvements for FFIAraq2012-12-261-18/+48
* bugfix: openssl import for macosxAraq2012-12-191-0/+3
* small examples work with the FFIAraq2012-12-191-20/+37
* first steps for FFI support at compile timeAraq2012-12-191-0/+198
216' href='#n216'>216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275