commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[2/4] lucy git commit: Fix and run Freezer tests
nwellnhof
[4/4] lucy git commit: Fix dumping of Nums
nwellnhof
lucy git commit: Change a cast to size_t to per Vector API change.
marvin
[01/14] lucy git commit: Switch from VA_Shift to VA_Excise
nwellnhof
[11/14] lucy git commit: Rename VArray to Vector
nwellnhof
[05/14] lucy git commit: Switch from VA_Shallow_Copy to VA_Clone
nwellnhof
[08/14] lucy git commit: Rename VArray to Vector
nwellnhof
[09/14] lucy git commit: Rename VArray to Vector
nwellnhof
[02/14] lucy git commit: Switch from VA_Push_VArray to VA_Push_All
nwellnhof
[03/14] lucy git commit: Update remaining invocations of VA_Sort
nwellnhof
[04/14] lucy git commit: Rework IxManager_Recycle
nwellnhof
[12/14] lucy git commit: Rename VArray to Vector
nwellnhof
[14/14] lucy git commit: Merge branch 'CLOWNFISH-39-vector-api'
nwellnhof
[13/14] lucy git commit: Switch to system qsort
nwellnhof
[07/14] lucy git commit: Rename VArray to Vector
nwellnhof
[06/14] lucy git commit: Include SortUtils.h directly
nwellnhof
[10/14] lucy git commit: Rename VArray to Vector
nwellnhof
[01/22] lucy-clownfish git commit: Remove VA_Shift
nwellnhof
[22/22] lucy-clownfish git commit: Merge branch 'CLOWNFISH-39-vector-api'
nwellnhof
[06/22] lucy-clownfish git commit: Implement VA_Insert_All
nwellnhof
[14/22] lucy-clownfish git commit: Avoid overflow when calculating midpoint in mergesort
nwellnhof
[13/22] lucy-clownfish git commit: Don't use negative p index in quicksort
nwellnhof
[21/22] lucy-clownfish git commit: Document that Vec_Sort is stable
nwellnhof
[17/22] lucy-clownfish git commit: Make Vector API public
nwellnhof
[03/22] lucy-clownfish git commit: Fix typo in documentation
nwellnhof
[09/22] lucy-clownfish git commit: Remove VA_Gather
nwellnhof
[10/22] lucy-clownfish git commit: Exit quicksort earlier
nwellnhof
[15/22] lucy-clownfish git commit: Switch to size_t indices in sort functions
nwellnhof
[19/22] lucy-clownfish git commit: Rename VArray to Vector
nwellnhof
[11/22] lucy-clownfish git commit: Hoist some indirections out of loops
nwellnhof
[16/22] lucy-clownfish git commit: Make VA_Sort stable
nwellnhof
[04/22] lucy-clownfish git commit: Replace VA_Unshift with VA_Insert
nwellnhof
[20/22] lucy-clownfish git commit: Remove Sort_quicksort
nwellnhof
[08/22] lucy-clownfish git commit: Make VA_Shallow_Copy the default Clone operation
nwellnhof
[02/22] lucy-clownfish git commit: Remove support for custom array sort
nwellnhof
[12/22] lucy-clownfish git commit: Don't use negative i index in quicksort
nwellnhof
[18/22] lucy-clownfish git commit: Rename VArray to Vector
nwellnhof
[05/22] lucy-clownfish git commit: Rename Push_VArray to Push_All
nwellnhof
[07/22] lucy-clownfish git commit: Refactor helper to grow arrays
nwellnhof
lucy-clownfish git commit: Remove ancient debugging aid `kdump`.
marvin
lucy-clownfish git commit: Missing return statement in test
nwellnhof
lucy-clownfish git commit: Make Store and Resize clear excised array elements
nwellnhof
[1/6] lucy-clownfish git commit: Clean up coverage report
nwellnhof
[5/6] lucy-clownfish git commit: Improve String test coverage
nwellnhof
[2/6] lucy-clownfish git commit: Improve CharBuf test coverage
nwellnhof
[3/6] lucy-clownfish git commit: Improve VArray test coverage
nwellnhof
[6/6] lucy-clownfish git commit: Regenerate charmonizer.c
nwellnhof
[4/6] lucy-clownfish git commit: Remove new_from_str StackString constructor
nwellnhof
[1/6] lucy-clownfish git commit: Use size_t for VArray indices
nwellnhof
[2/6] lucy-clownfish git commit: Avoid potential overflow in VA_Excise
nwellnhof
[3/6] lucy-clownfish git commit: Simplify range check in VA_Slice
nwellnhof
[6/6] lucy-clownfish git commit: Merge branch 'CLOWNFISH-35-size_t-indices'
nwellnhof
[4/6] lucy-clownfish git commit: Check for overflow in VA_Grow
nwellnhof
[5/6] lucy-clownfish git commit: Use size_t for Hash indices
nwellnhof
[1/2] lucy-clownfish git commit: Off-by-one error in String#To_I64
nwellnhof
[2/2] lucy-clownfish git commit: Rename SStr_wrap_str to SStr_wrap_utf8
nwellnhof
lucy-clownfish git commit: Remove Obj#Hash_Sum
nwellnhof
[1/3] lucy-clownfish git commit: String-only keys for LockFreeRegistry
nwellnhof
[2/3] lucy-clownfish git commit: Rename StupidHashCharBuf to StupidHashString
nwellnhof
[3/3] lucy-clownfish git commit: Fix StupidHashString constructor
nwellnhof
[1/5] lucy-clownfish git commit: Plug memory leaks in HashIterator tests
nwellnhof
[4/5] lucy-clownfish git commit: Remove old hash iteration methods
nwellnhof
[5/5] lucy-clownfish git commit: Make Hash API public
nwellnhof
[2/5] lucy-clownfish git commit: Reimplement some Hash methods without iterators
nwellnhof
[3/5] lucy-clownfish git commit: Switch over to HashIterator
nwellnhof
lucy git commit: Switch over to HashIterator
nwellnhof
lucy git commit: Switch over to HashIterator
nwellnhof
[1/4] lucy-clownfish git commit: Plug memory leaks in HashIterator tests
nwellnhof
[4/4] lucy-clownfish git commit: Remove old hash iteration methods
nwellnhof
[2/4] lucy-clownfish git commit: Reimplement some Hash methods without iterators
nwellnhof
[3/4] lucy-clownfish git commit: Switch over to HashIterator
nwellnhof
lucy git commit: String-only hash keys
nwellnhof
lucy git commit: String-only hash keys
nwellnhof
[1/3] lucy-clownfish git commit: Simplify S_cfish_hash_to_perl_hash
nwellnhof
[2/3] lucy-clownfish git commit: Remove Hash#Make_Key
nwellnhof
[3/3] lucy-clownfish git commit: String-only keys for Hash
nwellnhof
[1/3] lucy-clownfish git commit: Simplify S_cfish_hash_to_perl_hash
nwellnhof
[2/3] lucy-clownfish git commit: Remove Hash#Make_Key
nwellnhof
[3/3] lucy-clownfish git commit: String-only keys for Hash
nwellnhof
[1/3] lucy-clownfish git commit: Fix for duplicate hash entries
nwellnhof
[3/3] lucy-clownfish git commit: Reset threshold after clearing Hash
nwellnhof
[2/3] lucy-clownfish git commit: Use PERL_NO_GET_CONTEXT
nwellnhof
lucy-clownfish git commit: Fix memory leak in test
nwellnhof
lucy-clownfish git commit: Fix for duplicate hash entries
nwellnhof
lucy-clownfish git commit: Fix for duplicate hash entries
nwellnhof
lucy git commit: Adjust for PERL_NO_GET_CONTEXT
nwellnhof
lucy git commit: Adjust for PERL_NO_GET_CONTEXT
nwellnhof
lucy-charmonizer git commit: Use strerror instead of raw error code
nwellnhof
lucy-clownfish git commit: Regen charmonizer.c for strerror change
nwellnhof
[1/2] lucy-clownfish git commit: Upgrade to latest Charmonizer version
nwellnhof
[2/2] lucy-clownfish git commit: Upgrade to latest Charmonizer version
nwellnhof
lucy-charmonizer git commit: Try to execute small test file
nwellnhof
lucy-clownfish git commit: Use PERL_NO_GET_CONTEXT
nwellnhof
[1/3] lucy-clownfish git commit: Capture "abstract" class modifier.
marvin
[3/3] lucy-clownfish git commit: Merge branch 'CLOWNFISH-32-capture-abstract'
marvin
[2/3] lucy-clownfish git commit: Assign `abstract` qualifier to Obj.
marvin
[1/3] lucy-clownfish git commit: Generalize test for whether func can be bound.
marvin
[2/3] lucy-clownfish git commit: Generalize test for whether method can be bound.
marvin
[3/3] lucy-clownfish git commit: Merge branch 'CLOWNFISH-32-can_be_bound'
marvin
[1/5] lucy git commit: Rename ToPtr to TOPTR per Clownfish mods.
marvin
[4/5] lucy git commit: Adapt to changes from CLOWNFISH-28 take 2.
marvin
[3/5] lucy git commit: Return uintptr instead of unsafe.Pointer.
marvin
[2/5] lucy git commit: Remove extra To*Ptr functions.
marvin
[5/5] lucy git commit: Merge branch 'LUCY-275-Go-POC-take2'
marvin
[1/9] lucy-clownfish git commit: Write Go-specific hostdefs rather than reuse C.
marvin
[3/9] lucy-clownfish git commit: Add CFC module for Go/C type mapping.
marvin
[6/9] lucy-clownfish git commit: Change interface/struct Go model.
marvin
[9/9] lucy-clownfish git commit: Merge branch 'CLOWNFISH-28-POC-Go-take2b'
marvin
[8/9] lucy-clownfish git commit: Rename ToPtr to TOPTR.
marvin
[2/9] lucy-clownfish git commit: Expose Parcel fetching from Go.
marvin
[7/9] lucy-clownfish git commit: No host subclassing under Go for now.
marvin
[4/9] lucy-clownfish git commit: Change ToPtr() to return `uintptr`.
marvin
[5/9] lucy-clownfish git commit: Stub out module for Go bindings.
marvin
svn commit: r1671374 - in /lucy/board/2015: ./ board-report-201504.txt
marvin
[Lucy Wiki] Trivial Update of "MeetUp" by MarvinHumphrey
Apache Wiki
[Lucy Wiki] Update of "MeetUp" by MarvinHumphrey
Apache Wiki
[Lucy Wiki] Update of "MeetUp" by MarvinHumphrey
Apache Wiki
[Lucy Wiki] Update of "MeetUp" by MarvinHumphrey
Apache Wiki
[Lucy Wiki] Update of "MeetUp" by MarvinHumphrey
Apache Wiki
lucy-clownfish git commit: Improve check for Windows dlext
nwellnhof
lucy-clownfish git commit: Improve check for Windows dlext
nwellnhof
lucy git commit: Adjust for changed SKIP macro in tests
nwellnhof
[1/2] lucy-clownfish git commit: Change order of #includes in generated boot.c
nwellnhof
[2/2] lucy-clownfish git commit: Fix TAP output when skipping multiple tests
nwellnhof
[1/4] lucy-clownfish git commit: Eliminate generation and usage of callbacks.h.
marvin
[3/4] lucy-clownfish git commit: Restore dummy func to prevent Lucy from breaking.
marvin
[4/4] lucy-clownfish git commit: Merge branch 'CLOWNFISH-30-kill-callbacks-h-v2'
marvin
[2/4] lucy-clownfish git commit: Eliminate vestigial function to write callbacks.h.
marvin
[1/9] lucy git commit: Prep charmonizer for Go bindings.
marvin
[3/9] lucy git commit: Add stub Go bindings and build.go "script".
marvin
[4/9] lucy git commit: Regen charmonizer in prep for Go bindings.
marvin
[7/9] lucy git commit: Add basic Go Indexer bindings.
marvin
[6/9] lucy git commit: Add Go port of sample app.
marvin
[5/9] lucy git commit: Go stubs for Analyzer and EasyAnalyzer.
marvin
[2/9] lucy git commit: Add Go stubs for IndexSearcher, Hits.
marvin
[9/9] lucy git commit: Merge branch 'LUCY-275-POC-Go-bindings'
marvin
[8/9] lucy git commit: Go stubs for Schema, FieldType, FullTextType.
marvin
[01/19] lucy-clownfish git commit: Separate executable from common test objects.
marvin
[13/19] lucy-clownfish git commit: Add INSTALL for the Go runtime bindings.
marvin
[07/19] lucy-clownfish git commit: Adapt charmonizer for Go bindings.
marvin
[15/19] lucy-clownfish git commit: Use custom C code for fleshing out Go bindings.
marvin
[18/19] lucy-clownfish git commit: Use `finalize` for finalizers.
marvin
[11/19] lucy-clownfish git commit: Start Go bindings for runtime.
marvin
[02/19] lucy-clownfish git commit: Add a static library target for CFC.
marvin
[10/19] lucy-clownfish git commit: Regen Charmonizer for Go bindings.
marvin
[05/19] lucy-clownfish git commit: Add headers for C bindings to CFC.h.
marvin
[16/19] lucy-clownfish git commit: Use struct pointers for Clownfish Go host objects.
marvin
[03/19] lucy-clownfish git commit: Add INSTALL doc for Go CFC bindings.
marvin
[04/19] lucy-clownfish git commit: Start Go bindings for CFC.
marvin
[14/19] lucy-clownfish git commit: Install .cfh and static lib under $GOPATH/pkg.
marvin
[06/19] lucy-clownfish git commit: Provide Go access to CFCBindCore and CFCC.
marvin
[08/19] lucy-clownfish git commit: Regen charmonizer for CFC static lib.
marvin
[12/19] lucy-clownfish git commit: Add Go wrappers for Clownfish basic types.
marvin
[17/19] lucy-clownfish git commit: Implement error handling in terms of Go panic.
marvin
[09/19] lucy-clownfish git commit: Only build cfc and test_cfc exe's under C.
marvin
[19/19] lucy-clownfish git commit: Merge branch 'CLOWNFISH-28-POC-Go-bindings'
marvin
lucy-clownfish git commit: Make atomic utils private
nwellnhof
lucy-clownfish git commit: Make atomic utils private
nwellnhof
[1/3] lucy git commit: Cease using refcount method API.
marvin
[2/3] lucy git commit: Change RawPosting refcounting.
marvin
[3/3] lucy git commit: Merge branch 'LUCY-274-refcount_functions'
marvin
[01/16] lucy-clownfish git commit: Skip tests with memory leaks under valgrind.
marvin
[06/16] lucy-clownfish git commit: Replace refcount method call for test-only func.
marvin
[12/16] lucy-clownfish git commit: Use atomic op for setting cached host obj.
marvin
[09/16] lucy-clownfish git commit: Superficial changes to SUPER_DESTROY.
marvin
[02/16] lucy-clownfish git commit: Consolidate refcount manipulation for "immortals".
marvin
[16/16] lucy-clownfish git commit: Merge branch 'CLOWNFISH-27-refcount_functions'
marvin
[07/16] lucy-clownfish git commit: Normalize arg typing for obj allocation macros.
marvin
[13/16] lucy-clownfish git commit: Fix race on fetching refcount.
marvin
[08/16] lucy-clownfish git commit: Replace refcounting methods with functions.
marvin
[11/16] lucy-clownfish git commit: Optimize special cases during refcounting.
marvin
[14/16] lucy-clownfish git commit: Consolidate SvSHARE calls on cached host obj.
marvin
[04/16] lucy-clownfish git commit: Consolidate String refcounting routines.
marvin
[15/16] lucy-clownfish git commit: Use copy-on-incref Strings as immortals.
marvin
[10/16] lucy-clownfish git commit: Move many Clownfish defs out of Obj.cfh.
marvin
[03/16] lucy-clownfish git commit: Replace refcounting method call invocations.
marvin
[05/16] lucy-clownfish git commit: Use different method in nullable binding test.
marvin
lucy-clownfish git commit: Use GCC built-in for atomic compare-and-swap
nwellnhof
lucy git commit: Regenerate charmonizer.c
nwellnhof
lucy git commit: Regenerate charmonizer.c
nwellnhof
lucy-clownfish git commit: Regenerate charmonizer.c
nwellnhof
lucy-clownfish git commit: Regenerate charmonizer.c
nwellnhof
[1/5] lucy-charmonizer git commit: Add S_find_opt helper
nwellnhof
[3/5] lucy-charmonizer git commit: Fix initialization of chaz_OS
nwellnhof
[4/5] lucy-charmonizer git commit: Remove unused variables
nwellnhof
[2/5] lucy-charmonizer git commit: Support both '--opt=val' and '--opt val' styles.
nwellnhof
[5/5] lucy-charmonizer git commit: Harden option validation
nwellnhof
lucy-clownfish git commit: Fix segfault when converting HTML URIs
nwellnhof
lucy-clownfish git commit: Compile as C under MSVC12
nwellnhof
[01/12] lucy-clownfish git commit: Probe for va_copy needed by CommonMark
nwellnhof
[02/12] lucy-clownfish git commit: Regenerate charmonizer.c
nwellnhof
[07/12] lucy-clownfish git commit: Update CommonMark source code
nwellnhof
[11/12] lucy-clownfish git commit: Switch to CommonMark iterators
nwellnhof
[03/12] lucy-clownfish git commit: Update CommonMark source code
nwellnhof
[04/12] lucy-clownfish git commit: Update CommonMark source code
nwellnhof
[08/12] lucy-clownfish git commit: Update CommonMark source code
nwellnhof
[10/12] lucy-clownfish git commit: Adjust for CommonMark API changes
nwellnhof
[06/12] lucy-clownfish git commit: Update CommonMark source code
nwellnhof
[05/12] lucy-clownfish git commit: Update CommonMark source code
nwellnhof
[12/12] lucy-clownfish git commit: Improve documentation generator tests
nwellnhof
Earlier messages
Later messages