« 7 8 9 10 11 16 »

Pages are deceptive. Live life in a basket.

Added test for set, get del · dd2d662 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Added test for set, get del Loading branch information ... commit dd2d662f47874a9e12c714cd3a686d3e00d1ddbc 1 parent b6fecf6 kyleterry authored Oct 6, 2014 Unified Split Showing 2 changed files with 54 additions and 2 deletions . + 53 − 1      c_src/test.c + 1 − 1    include/array.h 54      c_src/test.c Show notes View @@ -1,6 +1,7 @@ /* Unit tests. */ #include <stdlib.h> ...

Linked on 2014-10-07 06:23:04 | Similar Links
Go Frontend by Hamcha · Pull Request #130 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: &quot;cdaa44255dfbe4b108c5201834b76c71993c978a&quot; head sha1: &quot;a603f16629be88d517b9a8c91ef8c0d64995acb3&quot; New issue Go Frontend #130 Open Hamcha wants to merge 28 commits into master from feature/go-frontend + 905 − 1,507      Conversation 0 Commits 28 Files changed 25 Apply labels to this issue /.select-menu-header /.select-menu-filters bug /.select-menu-item duplicate /.select-m...

Linked on 2014-10-07 06:06:50 | Similar Links
Couple more tests · a603f16 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Couple more tests Loading branch information ... commit a603f16629be88d517b9a8c91ef8c0d64995acb3 1 parent 80544a1 Hamcha authored Oct 7, 2014 Unified Split Showing 1 changed file with 49 additions and 2 deletions . + 49 − 2      frontend/goleg/goleg_test.go 51      frontend/goleg/goleg_test.go Show notes View @@ -3,16 +3,18 @@ package goleg import ( "io/ioutil" "os" + "strconv" ...

Linked on 2014-10-07 06:01:41 | Similar Links
Tests for array push/pop · b6fecf6 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Tests for array push/pop Loading branch information ... commit b6fecf6b79b2b63b6334a820e348b19208302243 1 parent 93d3f33 kyleterry authored Oct 6, 2014 Unified Split Showing 2 changed files with 39 additions and 0 deletions . + 32 − 0      c_src/test.c + 7 − 0      include/array.h 32      c_src/test.c Show notes View @@ -2,6 +2,7 @@ #include <stdlib.h> #include <unistd.h...

Linked on 2014-10-07 05:57:31 | Similar Links
clang fixes, turn off OL_F_AOL_FFLUSH on tests because slow. · 950653f · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code clang fixes, turn off OL_F_AOL_FFLUSH on tests because slow. Loading branch information ... commit 950653f38feadce0529ff2d4bd91edf050c9dcc4 1 parent 2977f27 qpfiffer authored Oct 6, 2014 Unified Split Showing 2 changed files with 4 additions and 3 deletions . + 3 − 2      c_src/test.c + 1 − 1    include/utils.h 5      c_src/test.c Show notes View @@ -230,6 +230,7 @@ int test_can_ju...

Linked on 2014-10-07 05:44:23 | Similar Links
Forgot ola_delete · 93d3f33 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Forgot ola_delete Loading branch information ... commit 93d3f339ffaee67a74cd59ef5e169960f72c5151 1 parent 29e17d0 kyleterry authored Oct 6, 2014 Unified Split Showing 1 changed file with 10 additions and 0 deletions . + 10 − 0      include/array.h 10      include/array.h Show notes View @@ -1,5 +1,7 @@ #pragma once +#include <stdlib.h> + /* xXx STRUCT=ola_array xXx * xXx D...

Linked on 2014-10-07 05:31:26 | Similar Links
Comparing 4b1be2418fa2...2977f2767bc6 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit 4b1be2418fa2 ... 2977f2767bc6 We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...

Linked on 2014-10-07 05:30:13 | Similar Links
Fix potential sigsegv caught by Clang 3.3 · 80544a1 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fix potential sigsegv caught by Clang 3.3 Loading branch information ... commit 80544a10b186f6fb2d7a058a7e3a54216b76bbb6 1 parent 349d3bb Hamcha authored September 28, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1    c_src/test.c 2    c_src/test.c Show notes View @@ -175,6 +175,7 @@ int test_jar(const ol_feature_flags features) { int test_can_jump_cursor(const...

Linked on 2014-09-28 21:37:03 | Similar Links
Commits · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink branch: feature/go-fro… Switch branches/tags /.select-menu-header Branches Tags /.select-menu-tabs /.select-menu-filters 118_Transaction_Support /.select-menu-item feature/112_multiplatform_support /.select-menu-item feature/aol_rebuild /.select-menu-item feature/aol-rewrite /.select-menu-item feature/go-frontend /.select-menu-item master /.select-menu-item Nothing to show /.select-menu-list v.0.1.4 /.select-menu-item v...

Linked on 2014-09-28 21:15:52 | Similar Links
Fix compilation issue the ugly way · df901ba · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Fix compilation issue the ugly way Loading branch information ... commit df901baba30272c4fe663e268a127d9c8e0d6f9d 1 parent 7007add Hamcha authored September 28, 2014 Unified Split Showing 3 changed files with 4 additions and 4 deletions . + 3 − 1      Makefile + 0 − 2    frontend/goleg/highlevel.go + 1 − 1    frontend/goleg/wrapper.go 4      Makefile Show notes View ...

Linked on 2014-09-28 21:11:00 | Similar Links
Merge branch 'feature/go-frontend' of ssh://github.com/infoforcefeed/ole... · 7007add · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Merge branch 'feature/go-frontend' of ssh://github.com/infoforcefeed/… …olegdb into feature/go-frontend Loading branch information ... commit 7007add1ac9bd89aaa495cc738b6ec8408a1bce8 2 parents cdaa442 + 3f04060 Hamcha authored September 28, 2014 Unified Split Showing 24 changed files with 856 additions and 1,505 deletions . + 14 − 7      .travis.yml + 5 − 2      CONTRIBUTING.md + 8 − 41      Mak...

Linked on 2014-09-28 20:49:24 | Similar Links
Subdirectory for installation target. · cdaa442 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Subdirectory for installation target. Loading branch information ... commit cdaa44255dfbe4b108c5201834b76c71993c978a 1 parent 083bfd3 qpfiffer authored September 28, 2014 Unified Split Showing 1 changed file with 1 addition and 1 deletion . + 1 − 1    Makefile 2    Makefile Show notes View @@ -11,7 +11,7 @@ BIN_DIR=$(BUILD_DIR)bin/ PREFIX?=/usr/local INSTALL_LIB=$(PREFIX)/lib/ INSTALL_B...

Linked on 2014-09-28 20:42:47 | Similar Links
Comparing 1407b9f366c5...3f0406069d45 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit 1407b9f366c5 ... 3f0406069d45 We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...

Linked on 2014-09-28 18:21:56 | Similar Links
Comparing bf02f82d6530...083bfd397dfc · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit bf02f82d6530 ... 083bfd397dfc We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...

Linked on 2014-09-28 18:21:36 | Similar Links
Iterate backwards through the stack. Helpful commentary. · 0e9f6d0 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Iterate backwards through the stack. Helpful commentary. Loading branch information ... commit 0e9f6d0d151d144583570896acf9db1102578b04 1 parent 97264fd qpfiffer authored September 26, 2014 Unified Split Showing 1 changed file with 11 additions and 2 deletions . + 11 − 2      c_src/tree.c 13      c_src/tree.c Show notes View @@ -320,8 +320,17 @@ int ol_prefix_match(ol_database *db, const char *prefix,...

Linked on 2014-09-28 17:32:11 | Similar Links
Typo! · 1407b9f · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Typo! Loading branch information ... commit 1407b9f366c5450c4491db7b4e03fabde031e9bb 1 parent 6d6ed73 Hamcha authored September 28, 2014 Unified Split Showing 1 changed file with 4 additions and 4 deletions . + 4 − 4      frontend/operations.go 8      frontend/operations.go Show notes View @@ -115,7 +115,7 @@ func httpMatch(w http.ResponseWriter, op Operation) *HTTPError { func httpCurFirst(w htt...

Linked on 2014-09-28 17:28:34 | Similar Links
Cursor operations are a-go! · 6d6ed73 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Cursor operations are a-go! Loading branch information ... commit 6d6ed7384e421759242a6937d8b7a0692361ab10 1 parent 4b21c97 Hamcha authored September 28, 2014 Unified Split Showing 4 changed files with 98 additions and 47 deletions . + 8 − 0      frontend/dispatcher.go + 25 − 13      frontend/goleg/highlevel.go + 24 − 33      frontend/goleg/wrapper.go + 41 − 1      frontend/op...

Linked on 2014-09-28 17:25:02 | Similar Links
Comparing 68967e61319b...4b21c97d4340 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit 68967e61319b ... 4b21c97d4340 We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-men...

Linked on 2014-09-28 13:04:45 | Similar Links
OH LOOk, THE PARENTHESES MATTEr. FUCK C. · f067f0a · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code OH LOOk, THE PARENTHESES MATTEr. FUCK C. Loading branch information ... commit f067f0ae920d2d27d63bc4705235524b31645469 1 parent 585d408 qpfiffer authored September 27, 2014 Unified Split Showing 3 changed files with 5 additions and 5 deletions . + 2 − 2      c_src/cursor.c + 1 − 1    c_src/test.c + 2 − 2      include/cursor.h 4      c_src/cursor.c Show notes View ...

Linked on 2014-09-28 04:46:36 | Similar Links
Merge pull request #129 from infoforcefeed/cursor_helper_functions · bf02f82 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Merge pull request #129 from infoforcefeed/cursor_helper_functions Cursor helper functions Loading branch information ... commit bf02f82d6530e6cd10bb160e669f2895c4ae339c 2 parents e019851 + f067f0a kyleterry authored September 27, 2014 Unified Split Showing 11 changed files with 179 additions and 44 deletions . + 42 − 3      c_src/cursor.c + 2 − 23      c_src/oleg.c + 4 − 4      c_src/port_drive...

Linked on 2014-09-28 04:39:02 | Similar Links
Cursor helper functions by qpfiffer · Pull Request #129 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar base sha1: &quot;e0198517add8b30f93ed85fd84551db15075bed3&quot; head sha1: &quot;f067f0ae920d2d27d63bc4705235524b31645469&quot; New issue Cursor helper functions #129 Open qpfiffer wants to merge 4 commits into master from cursor_helper_functions + 179 − 44      Conversation 0 Commits 4 Files changed 11 Apply labels to this issue /.select-menu-header /.select-menu-filters bug /.select-menu-item duplicate ...

Linked on 2014-09-28 02:06:52 | Similar Links
OH LOOk, THE PARENTHESES MATTEr. FUCK C. · f067f0a · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code OH LOOk, THE PARENTHESES MATTEr. FUCK C. Loading branch information ... commit f067f0ae920d2d27d63bc4705235524b31645469 1 parent 585d408 qpfiffer authored September 27, 2014 Unified Split Showing 3 changed files with 5 additions and 5 deletions . + 2 − 2      c_src/cursor.c + 1 − 1    c_src/test.c + 2 − 2      include/cursor.h 4      c_src/cursor.c Show notes View ...

Linked on 2014-09-28 02:05:25 | Similar Links
Comparing d3a95f577825^...585d408c1846 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Edit d3a95f577825^ ... 585d408c1846 We’re showing branches in this repository, but you can also compare across forks. base fork: infoforcefeed/OlegDB Choose a Base Repository /.select-menu-header /.select-menu-filters infoforcefeed/OlegDB /.select-menu-item Codyle/OlegDB /.select-menu-item Hamcha/OlegDB /.select-menu-item cquinlan/OlegDB /.select-menu-item zeroZshadow/OlegDB /.select-menu-item Nothing to show /.select-me...

Linked on 2014-09-27 19:45:19 | Similar Links
Include/lib dirs fixed, Prefix matching changed · 68967e6 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Include/lib dirs fixed, Prefix matching changed feature/go-frontend commit 68967e61319bab939f39bfb65abb9da4a3b3e4e6 1 parent ef54951 Hamcha authored September 27, 2014 Unified Split Showing 2 changed files with 8 additions and 8 deletions . + 3 − 3      frontend/goleg/highlevel.go + 5 − 5      frontend/goleg/wrapper.go 6      frontend/goleg/highlevel.go Show notes View @@ -1,9 +1,9 @@ ...

Linked on 2014-09-26 23:23:15 | Similar Links
Merge pull request #128 from infoforcefeed/fix_prefix_matching · e019851 · infoforcefeed/OlegDB · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Star 27 Fork 4 infoforcefeed / OlegDB /.container /.repohead Code Issues Pull Requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink Browse code Merge pull request #128 from infoforcefeed/fix_prefix_matching Fix prefix matching Loading branch information ... commit e0198517add8b30f93ed85fd84551db15075bed3 2 parents cea6f56 + 0e9f6d0 qpfiffer authored September 26, 2014 Unified Split Showing 3 changed files with 28 additions and 20 deletions . + 2 − 1     c_src/test.c + 21 − 14      c_src/tree.c + 5 − 5      include/oleg.h 3  ...

Linked on 2014-09-26 23:11:16 | Similar Links
« 7 8 9 10 11 16 »

Pages are deceptive. Live life in a basket.