summary refs log tree commit diff stats
path: root/examples/cross_calculator
Commit message (Expand)AuthorAgeFilesLines
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-042-21/+21
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* Removes dead references.Grzegorz Adam Hankiewicz2015-08-172-10/+0
* Fix typosFederico Ceratto2015-02-152-2/+2
* Fix cross_calculator exampledef2015-02-154-7/+7
* fixes #325Araq2015-01-281-3/+3
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-094-13/+13
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-0/+0
* Makes ios example work again with new paths. Refs #852.Grzegorz Adam Hankiewicz2014-07-272-15/+7
* fixes constant array indexing bugAraq2014-06-305-0/+0
* Clean up gitignore, the current ignore is equvilent to the previousflaviut2014-04-231-0/+12
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-167-0/+0
* Removes misleading comment in build script.Grzegorz Adam Hankiewicz2012-12-141-1/+0
* Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-131-11/+9
* Replaces shell scripts with nimrod configuration files.Grzegorz Adam Hankiewicz2012-11-082-3/+8
* Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-011-0/+2
* Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-192-0/+119
* Adds interactive user interface for android.Grzegorz Adam Hankiewicz2012-09-082-10/+116
* Adds android example using jni.Grzegorz Adam Hankiewicz2012-09-0812-0/+364
* Changes NIB to template and generates code manually for UI.Grzegorz Adam Hankiewicz2012-09-083-117/+231
* Adds native user interface to iOS.Grzegorz Adam Hankiewicz2012-09-085-24/+626
* Adds iOS files for crossplatform calculator example.Grzegorz Adam Hankiewicz2012-09-089-0/+494
* Splits nimrod and lazarus files into separate directories.Grzegorz Adam Hankiewicz2012-09-089-0/+5517
95' href='#n295'>295 296 297 298 299 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 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470