Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
23 Apr, 2017
1 commit
  • Update README.md
    b5b9fa31
    Hayk Martirosyan authored
    2017-04-23 13:24:49 -0700  
    Browse Code »

04 Dec, 2016
1 commit
  • Help request
    520fe0c2
    Hayk Martiros authored
    2016-12-04 23:52:40 -0800  
    Browse Code »

29 Jul, 2016
5 commits
  • Merge pull request #52 from thedrow/patch-2 ...
    64becf28
    Compile and test with 2 jobs in CI
    Hayk Martirosyan authored
    2016-07-29 00:25:17 -0700  
    Browse Code »
  • Merge pull request #51 from thedrow/patch-1 ...
    232e3f62
    Enable ccache if found for faster builds
    Hayk Martirosyan authored
    2016-07-29 00:24:54 -0700  
    Browse Code »
  • Compile with 2 jobs.
    a8c4de35
    Omer Katz authored
    2016-07-29 10:20:34 +0300  
    Browse Code »
  • Enable ccache for faster builds.
    01c69d45
    Omer Katz authored
    2016-07-29 10:19:16 +0300  
    Browse Code »
  • Enable ccache if found for faster builds.
    e8e547ae
    Omer Katz authored
    2016-07-29 10:18:40 +0300  
    Browse Code »

14 Jun, 2016
6 commits
  • Merge pull request #48 from hmartiro/zerozez-master ...
    b62172a1
    Install static lib if built
    Hayk Martirosyan authored
    2016-06-14 00:34:29 -0700  
    Browse Code »
  • if statements on installs
    a19d2049
    Hayk Martirosyan authored
    2016-06-14 00:26:04 -0700  
    Browse Code »
  • Merge branch 'master' of https://github.com/zerozez/redox into zerozez-master
    920ef0aa
    Hayk Martirosyan authored
    2016-06-14 00:22:52 -0700  
    Browse Code »
  • Merge pull request #47 from hmartiro/feature/travis-ci ...
    5fe1c8e3
    Feature/travis ci
    Hayk Martirosyan authored
    2016-06-14 00:16:13 -0700  
    Browse Code »
  • start redis server for make ci
    9f6d5096
    Hayk Martirosyan authored
    2016-06-14 00:09:57 -0700  
    Browse Code »
  • Proper library paths for gtest
    8cfddc68
    Hayk Martirosyan authored
    2016-06-14 00:05:55 -0700  
    Browse Code »

13 Jun, 2016
10 commits
  • travis debugging
    d29f3b00
    Hayk Martirosyan authored
    2016-06-13 23:50:48 -0700  
    Browse Code »
  • gtest working with make ci hopefully
    6a3e6a86
    Hayk Martirosyan authored
    2016-06-13 23:43:12 -0700  
    Browse Code »
  • verbose make for ci
    139752e9
    Hayk Martirosyan authored
    2016-06-13 23:26:22 -0700  
    Browse Code »
  • attempt to fix gtest failure
    6021b267
    Hayk Martirosyan authored
    2016-06-13 23:21:16 -0700  
    Browse Code »
  • make-ci script that runs tests
    a2a79865
    Hayk Martirosyan authored
    2016-06-13 23:08:57 -0700  
    Browse Code »
  • build examples and tests for travis
    6c15f811
    Hayk Martirosyan authored
    2016-06-13 22:41:19 -0700  
    Browse Code »
  • -y for apt-get install
    d10a41dd
    Hayk Martirosyan authored
    2016-06-13 22:36:25 -0700  
    Browse Code »
  • Relative path to make-ci
    e049f6d7
    Hayk Martirosyan authored
    2016-06-13 22:33:16 -0700  
    Browse Code »
  • Travis build script
    7f22660e
    Hayk Martirosyan authored
    2016-06-13 22:30:51 -0700  
    Browse Code »
  • Enable basic travis build
    4cda2094
    Hayk Martirosyan authored
    2016-06-13 22:19:20 -0700  
    Browse Code »

27 Apr, 2016
1 commit
  • add static library intallation
    0740e402
    Petr Orlov authored
    2016-04-27 23:07:55 +0300  
    Browse Code »

04 Feb, 2016
1 commit
  • Merge pull request #37 from sm3142/osx-include-fixes ...
    74bf7b49
    OSX include directive fixes
    Hayk Martirosyan authored
    2016-02-04 08:51:15 -0800  
    Browse Code »

12 Dec, 2015
2 commits
  • whitespace fixes
    62f37038
    Stefan Moser authored
    2015-12-12 14:02:16 +0100  
    Browse Code »
  • added library include dirs to CMakeLists.txt
    b149f5d0
    Stefan Moser authored
    2015-12-12 11:33:32 +0100  
    Browse Code »

15 Nov, 2015
5 commits
  • Merge pull request #35 from hmartiro/bugfix/binary_data_pubsub ...
    14a7f431
    Bugfix/binary data pubsub
    Hayk Martirosyan authored
    2015-11-15 10:55:22 -0800  
    Browse Code »
  • Remove extra print in example
    993b2a21
    Hayk authored
    2015-11-15 00:02:58 -0800  
    Browse Code »
  • Add eclipse stuff to gitignore
    788bbf5c
    Hayk authored
    2015-11-15 00:02:52 -0800  
    Browse Code »
  • Fix bug in subscriber for binary data ...
    259bc3a7
    Before, was relying on constructing an std::string from a char* that was
    assumed to be null terminated. Now, specify length explicitly.
    Hayk authored
    2015-11-15 00:02:45 -0800  
    Browse Code »
  • Add failing binary data pubsub test
    d89291b5
    Hayk authored
    2015-11-15 00:00:46 -0800  
    Browse Code »

14 Nov, 2015
1 commit
  • Merge pull request #33 from whoshuu/patch-1 ...
    d43a11d1
    Add syntax highlighting to README.md examples
    Hayk Martirosyan authored
    2015-11-14 16:36:45 -0800  
    Browse Code »

21 Oct, 2015
1 commit
  • Add syntax highlighting to README.md examples
    3ea755c0
    Huu Nguyen authored
    2015-10-21 08:39:26 -0700  
    Browse Code »

17 Oct, 2015
3 commits
  • Merge pull request #32 from esindril/master ...
    c0a7e596
    Add CMake find module for hiredis and libev
    Hayk Martirosyan authored
    2015-10-17 13:12:50 -0700  
    Browse Code »
  • CMake add build dependencies and improve portability
    ba1d4231
    Elvin Sindrilaru authored
    2015-10-17 22:06:30 +0200  
    Browse Code »
  • Merge pull request #30 from bveldhoen/strict-aliasing ...
    8f67d9dd
    Ignoring strict aliasing in some usages of libev macros.
    Hayk Martirosyan authored
    2015-10-17 11:55:04 -0700  
    Browse Code »

13 Oct, 2015
1 commit
  • Add CMake find module for hiredis and libev
    702deb64
    Elvin Sindrilaru authored
    2015-10-13 22:22:37 +0200  
    Browse Code »

06 Oct, 2015
1 commit
  • Ignoring strict aliasing in some usages of libev macros. ...
    764204b2
    With compiler warning -Wstrict-aliasing enabled, usage of the macros
    ev_async_timer and ev_timer_init yields said warnings.
    Created templates to locally turn off these warnings.
    Compiles without warnings with gcc 4.9.2 and clang 3.5.
    Bram Veldhoen authored
    2015-10-06 14:34:50 +0200  
    Browse Code »

28 Sep, 2015
1 commit
  • Merge pull request #27 from hmartiro/bdallas-master ...
    350c0377
    Fixes for Multi-Threading (bdallas)
    Hayk Martirosyan authored
    2015-09-28 08:18:33 -0700  
    Browse Code »