Commit Graph

  • f6c83c32f3 Fix typo def 2015-02-19 13:57:31 +01:00
  • c377e6883c Change author of rationals module def 2015-02-19 10:54:38 +01:00
  • 43c023c8dd Merge pull request #2164 from oderwat/fix-tohex Andreas Rumpf 2015-02-19 09:12:50 +01:00
  • a8acb5ec65 Merge pull request #2165 from def-/read-write-bytes Andreas Rumpf 2015-02-18 23:09:46 +01:00
  • ecfaab68f1 Make readBytes and writeBytes work with uint8 def 2015-02-18 21:13:01 +01:00
  • a471b3c87f Added test for toHex(). Hans Raaf 2015-02-18 19:02:38 +01:00
  • 88f3b1d99f Fixing toHex() to not wrap for long lens. Hans Raaf 2015-02-18 18:42:45 +01:00
  • 358d4b958c Merge pull request #2139 from c-blake/devel Andreas Rumpf 2015-02-18 15:56:23 +01:00
  • 2bdd0bbaa9 make huge.nim urhonimo example compile Araq 2015-02-18 15:14:10 +01:00
  • b7f11b8b0a fixes #2125 Araq 2015-02-18 13:22:06 +01:00
  • e6dcceae6c website updates Araq 2015-02-17 11:25:06 +01:00
  • 9fe1aa6996 intsets.empty is wrong Araq 2015-02-17 00:44:02 +01:00
  • 0b1989e6ca Merge pull request #2155 from def-/warnings Andreas Rumpf 2015-02-18 13:43:06 +01:00
  • 3e63ce2833 Merge pull request #2156 from def-/usevfork Andreas Rumpf 2015-02-18 13:41:02 +01:00
  • 8a8c256738 Merge pull request #2163 from def-/declared-doc Andreas Rumpf 2015-02-18 13:37:54 +01:00
  • 456aa7fdfe Use declaredInScope instead of definedInScope def 2015-02-18 01:57:10 +01:00
  • 2647423502 Fix documentations for declared (instead of defined) def 2015-02-18 01:55:50 +01:00
  • b65032e77e Add some unit tests for mgetOrPut and hasKeyOrPut. Charles Blake 2015-02-17 09:55:46 -05:00
  • c1e6783466 Merge ../Nim into devel Charles Blake 2015-02-17 08:22:09 -05:00
  • c62b204960 Always use 0x40 for POSIX_SPAWN_USEVFORK def 2015-02-17 02:33:54 +01:00
  • e686ca2523 Fix a few more warnings def 2015-02-17 02:18:52 +01:00
  • 5668ab3a49 Merge pull request #2091 from PhilipWitte/devel Andreas Rumpf 2015-02-16 23:57:15 +01:00
  • 0ee97a18b9 Merge pull request #2151 from def-/fix-advanced-options Andreas Rumpf 2015-02-16 21:52:27 +01:00
  • 55840d9505 Merge ../Nim into devel Charles Blake 2015-02-16 14:55:08 -05:00
  • ac0bb605ba Fix output of --advanced def 2015-02-16 20:50:43 +01:00
  • 221e633697 Fix lib link to rationals module def 2015-02-04 19:15:12 +01:00
  • 43bc72f1fe Make gcd iterative instead of recursive def 2015-01-27 19:55:08 +01:00
  • cc757d538c Remove shuffle again def 2015-01-16 23:58:43 +01:00
  • 2d004dd677 Update toInt doc def 2015-01-13 12:34:27 +01:00
  • 444beab5dd Fix division and add tests def 2015-01-13 01:33:26 +01:00
  • a85b6fd3fe Change rationals.toInt behaviour def 2015-01-12 23:44:50 +01:00
  • 8c92a78853 Export new math procs def 2015-01-12 23:44:14 +01:00
  • aa4d119e8c Move rational.nim to rationals.nim def 2015-01-12 23:30:13 +01:00
  • b1f4eda723 Fix += and -= for Rational def 2015-01-03 05:09:56 +01:00
  • d57d1f00cd Add shuffle to math module def 2015-01-02 22:26:43 +01:00
  • 232dba8f95 Add rational to standard library list def 2015-01-02 21:53:07 +01:00
  • 6fc1f1374f Add rational module def 2015-01-02 21:51:53 +01:00
  • 00e82c2fc6 Extend complex to convert to/from polar coordinates def 2015-01-02 21:51:20 +01:00
  • 1ad1b93f0a Add ^, gcd and lcm to math def 2015-01-02 21:50:57 +01:00
  • 553b9308b7 Merge pull request #2145 from oderwat/fix-osx-gcc49 Andreas Rumpf 2015-02-16 20:33:48 +01:00
  • 13c2d9b8e2 Merge pull request #2150 from def-/gc2-compiling Andreas Rumpf 2015-02-16 20:33:25 +01:00
  • a5f8f538a2 Merge pull request #2140 from FedericoCeratto/devel Andreas Rumpf 2015-02-16 20:32:24 +01:00
  • b9abeff617 Clean up some more deprecation warnings def 2015-02-16 19:13:49 +01:00
  • a5d22a9534 Make gc2 compile again def 2015-02-16 19:12:09 +01:00
  • 3fec9623d7 Merge pull request #2149 from def-/stacktrace-msg Dominik Picheta 2015-02-16 17:33:15 +00:00
  • 9f5a61c3bc Tell user more exactly how to create stacktrace def 2015-02-16 16:33:09 +01:00
  • 629decd170 Add comments explaining odd looking i<0..data[i]. Charles Blake 2015-02-16 07:48:31 -05:00
  • db257669c3 New probe seq swaps 1st two keys. Fix in compare. Charles Blake 2015-02-16 07:15:34 -05:00
  • 0a3e732b9f Just do wide interface of hasKeyOrPut & mgetOrPut. Extract maybe re-hash/re-search and insert logic into a new template. Use this new template to do impl templates for all three put forms (which required renaming a couple 'value' arguments to 'val'). Added OrderedTable and OrderedTableRef versions of both as well. Charles Blake 2015-02-16 06:52:23 -05:00
  • ff7493c3c8 Merge ../Nim into devel Charles Blake 2015-02-16 06:03:22 -05:00
  • 614a1f9d5a Add TableRef version of mgetOrPut. Charles Blake 2015-02-16 06:02:31 -05:00
  • 440db2d003 Removing -fasmblocks default for OS X Hans Raaf 2015-02-16 09:50:02 +01:00
  • a36e1a3f3e Merge remote-tracking branch 'upstream/devel' into devel PhilipWitte 2015-02-15 18:02:43 -08:00
  • 5a9ba34694 colored 'object' as keyword instead of type in second banner slide PhilipWitte 2015-02-15 18:01:29 -08:00
  • c11fa7942e Merge branch 'devel' of https://github.com/Araq/Nim into devel Araq 2015-02-16 02:56:50 +01:00
  • eaf00dd1fb minor documentation updates Araq 2015-02-16 02:56:40 +01:00
  • cc7236b2db Add support tab to website PhilipWitte 2015-02-15 17:54:38 -08:00
  • 0e5f6cc3b0 Merge remote-tracking branch 'upstream/devel' into devel PhilipWitte 2015-02-15 17:27:53 -08:00
  • 657dca5c3b Fix typos Federico Ceratto 2015-02-15 16:20:32 +00:00
  • c95f6f117a Fix typos Federico Ceratto 2015-02-15 16:06:06 +00:00
  • 7c1c9a6a9d Add mgetOrPut to support just one probe chase for the common pattern of either updating or initializing table entries. Charles Blake 2015-02-15 10:03:41 -05:00
  • d8c4c57637 Merge pull request #2133 from def-/cleanup Andreas Rumpf 2015-02-15 15:12:39 +01:00
  • 21fdda8fbc Merge pull request #2115 from oderwat/no-pthread-on-osx Andreas Rumpf 2015-02-15 15:07:05 +01:00
  • dcf2f8b002 Merge pull request #2132 from fowlmouth/patch-2 Andreas Rumpf 2015-02-15 15:05:39 +01:00
  • 3fc100276c Merge pull request #2122 from c-blake/devel Andreas Rumpf 2015-02-15 15:04:04 +01:00
  • 042016acf3 Merge pull request #2136 from oderwat/fix-matchers reactormonk 2015-02-15 12:16:27 +05:00
  • a7484ac092 Fixed non exhaustive case by adding else Hans Raaf 2015-02-15 04:44:15 +01:00
  • a80969f96b Merge pull request #2130 from yasoob/patch-1 reactormonk 2015-02-15 05:21:28 +05:00
  • 78cae0dd45 Update lib.txt Billingsly Wetherfordshire 2015-02-14 17:21:20 -06:00
  • 8ed31ffd2b Update lib.txt Billingsly Wetherfordshire 2015-02-14 17:20:21 -06:00
  • 706544c63c Update lib.txt Billingsly Wetherfordshire 2015-02-14 17:19:13 -06:00
  • e22ae986f9 Update basic3d.nim Billingsly Wetherfordshire 2015-02-14 17:15:30 -06:00
  • c63c3a8654 Update website.ini Billingsly Wetherfordshire 2015-02-14 17:14:06 -06:00
  • 0a01b9143f nimrod.cfg isn't working anymore, rename to nim.cfg def 2015-02-15 00:07:34 +01:00
  • d19a4ca827 Fix cross_todo example def 2015-02-15 00:05:16 +01:00
  • 6244cc2e4f Fix cross_calculator example def 2015-02-14 23:43:31 +01:00
  • 442dc30922 fixes endless recursion with static type parameters Araq 2015-02-14 21:47:21 +01:00
  • 5b32e31a27 It's 2015 👍 M.Yasoob Ullah Khalid ☺ 2015-02-15 01:03:11 +05:00
  • 6206795464 Merge ../Nim into devel Charles Blake 2015-02-14 14:26:16 -05:00
  • 512db9aea6 Fix documentation a bit in unicode def 2015-02-14 19:57:32 +01:00
  • fb718f2d04 nimrod -> nim in some filenames def 2015-02-14 19:00:11 +01:00
  • ece23d39bc fixes #2123 Araq 2015-02-14 18:11:52 +01:00
  • df2fdaf3c5 fixes #2121 Araq 2015-02-14 14:45:49 +01:00
  • f1aa0a745e Revert docs & learn pages to RTF again PhilipWitte 2015-02-13 13:25:57 -08:00
  • 0488001402 Merge remote-tracking branch 'upstream/devel' into devel PhilipWitte 2015-02-13 11:39:28 -08:00
  • 5068a5aa01 assignment -> shallowCopy for efficiency. Charles Blake 2015-02-13 14:10:09 -05:00
  • 39b98fede3 New probe seq swaps 1st two keys. Fix in cmp. Charles Blake 2015-02-13 08:50:26 -05:00
  • 45a2c1b1d1 Merge ../Nim into devel; track ttables.nim delete. Charles Blake 2015-02-13 08:42:41 -05:00
  • 0a1bc0e9cd Update a use of initTable to avoid initial enlarge. Charles Blake 2015-02-13 08:33:15 -05:00
  • d129e8f6c6 Update doc comments to mention rightSize. Charles Blake 2015-02-13 08:28:58 -05:00
  • 199707c189 fixes #2103 Araq 2015-02-13 10:55:46 +01:00
  • e8acaa449b fixes #2102 Araq 2015-02-13 10:27:23 +01:00
  • b40bfc0ce3 fixes #2118 Araq 2015-02-13 10:09:57 +01:00
  • 4876aabb39 fixes #2113 Araq 2015-02-13 02:08:45 +01:00
  • 55ab6cc2b3 Disable -pthread for linker on OSX Hans Raaf 2015-02-13 00:10:24 +01:00
  • 6eb8867f1a fixes #2116 Araq 2015-02-13 01:40:29 +01:00
  • fde16e6c3e fixes os.moveFile on Windows Araq 2015-02-13 01:39:20 +01:00
  • b226618ce7 'passL' is not smart anymore about already known switches; -ldl is now properly appended to the linking command Araq 2015-02-13 01:21:43 +01:00
  • c44d947ac5 'auto' can be inferred to be 'void' Araq 2015-02-12 17:32:35 +01:00
  • f039aad5e0 Merge pull request #2097 from jferg2010/devel Andreas Rumpf 2015-02-12 21:54:43 +01:00