Commit Graph

  • f4ee9872bc
    Optimize the algorithm to avoid numbers larger than half. Nicolás A. Ortega 2016-12-10 14:46:51 +0100
  • 8a42e85d04
    Better explanation of error. v0.2.1 Nicolás A. Ortega 2016-12-10 11:51:32 +0100
  • dd38b53e31
    Fixed leaks. Nicolás A. Ortega 2016-12-10 11:20:01 +0100
  • 3c8b9922fb
    Shorten the long ass `unsigned long long int' to ulli. Nicolás A. Ortega 2016-12-10 02:20:57 +0100
  • cb9e1648e9
    No need to use that macro outside a loop. Nicolás A. Ortega 2016-12-10 02:09:34 +0100
  • 30703314dd
    Forgot it for the main loop as well. Nicolás A. Ortega 2016-12-10 01:15:52 +0100
  • 4905391c82
    Add more optimizations. Nicolás A. Ortega 2016-12-10 00:50:23 +0100
  • d757f3a79f
    Added section for v0.2 v0.2 Nicolás A. Ortega 2016-12-09 23:26:27 +0100
  • 79a9ba11ff
    Switch to C, stop using OpenMP, start using GMP. Nicolás A. Ortega 2016-12-09 23:02:51 +0100
  • 05c50652b8
    Added GMP as a deps for CI. Nicolás A. Ortega 2016-12-02 16:35:07 +0100
  • 7d6ed15523
    We only have to define the universal CXX flags once. Nicolás A. Ortega 2016-12-02 16:34:12 +0100
  • b66755174f
    GMP is a new dependency. Nicolás A. Ortega 2016-12-02 16:31:12 +0100
  • 04a8d7ddde
    Downgrade to C++11 to support g++4.8 Nicolás A. Ortega 2016-12-02 15:55:29 +0100
  • 6bfab05e37
    Use lambda function instead. Nicolás A. Ortega 2016-12-01 12:35:15 +0100
  • 05b6257e44
    Skip all even numbers since they're all divisible by 2. Nicolás A. Ortega 2016-12-01 12:21:09 +0100
  • 1593e57e90
    CMake check for OpenMP Nicolás A. Ortega 2016-11-30 22:20:46 +0100
  • 75b35b3356
    Fixed seg fault (I think). Nicolás A. Ortega 2016-11-30 21:37:10 +0100
  • 3bb757dc0d
    Basic multi-core capabilities. Nicolás A. Ortega 2016-11-30 21:08:44 +0100
  • 1032e099a1
    Added Vim swap files to gitignore. Nicolás A. Ortega 2016-11-30 20:34:06 +0100
  • a236f88d12
    Added libgomp to dependencies. Nicolás A. Ortega 2016-11-30 19:10:00 +0100
  • 87b96e4ebc
    Added OpenMP to the project. Nicolás A. Ortega 2016-11-30 19:09:29 +0100
  • 52aece5481
    Changed the name so GitLab would like it. v0.1 Nicolás A. Ortega 2016-11-30 18:44:40 +0100
  • b0c0718116
    Added a changelog. Nicolás A. Ortega 2016-11-30 18:43:20 +0100
  • d802bad1f6
    Add markdown badge for CI. Nicolás A. Ortega 2016-11-30 15:19:59 +0100
  • 05eb78ff8f
    Fixed a few things in the README.md Nicolás A. Ortega 2016-11-30 15:18:12 +0100
  • bf2499ac3f
    Basic prime calculator. Nicolás A. Ortega 2016-11-30 15:15:52 +0100
  • 669b108c43
    Initial commit. Nicolás A. Ortega 2016-11-30 14:32:06 +0100