summary refs log tree commit diff stats
path: root/doc/nimc.txt
Commit message (Collapse)AuthorAgeFilesLines
* fixes #2335Araq2015-04-241-1/+20
|
* The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-141-1/+1
| | | | | | | | A faulty proc declaration is generated: N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void); The manual has been edited to add a nodecl pragma, which alleviates the issue Fix a typo in the vector_iterator example from the previous commit.
* importing of C++ nested generics like std::vector<T>::iterator, using the ↵Zahary Karadjov2015-04-131-0/+19
| | | | apostrophe operator
* 'constructor' pragma for C++ supportAraq2015-03-181-1/+15
|
* Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-161-1/+1
|\ | | | | Fix some typos
| * Fix typosFederico Ceratto2015-02-151-1/+1
| |
* | minor documentation updatesAraq2015-02-161-1/+1
|/
* fixes #2068Araq2015-02-121-473/+468
|
* documented new C++ supportAraq2015-01-281-17/+173
|
* Documentation renamesdef2015-01-161-8/+8
|
* removed outdated documentationAraq2014-12-301-52/+0
|
* Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵Nick Greenfield2014-12-211-1/+5
| | | | table.
* minor improvements to the docsAraq2014-12-141-1/+1
|
* document uClibc switchAraq2014-11-161-0/+1
|
* implements #1588Araq2014-10-261-1/+4
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+762
id='n300' href='#n300'>300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442