commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[13/14] lucy-clownfish git commit: Adapt Hash Go binding tests for NULL values.
marvin
[03/14] lucy-clownfish git commit: Custom Go bindings for Class.
marvin
[11/14] lucy-clownfish git commit: Change BB_Cat to take Blob arg.
marvin
[10/14] lucy-clownfish git commit: Custom Go binding for Class_Make_Obj.
marvin
[08/14] lucy-clownfish git commit: Tests for Method Go bindings.
marvin
[05/14] lucy-clownfish git commit: Custom Go binding for StrIter_new.
marvin
[06/14] lucy-clownfish git commit: Method ctor Go binding.
marvin
[07/14] lucy-clownfish git commit: Mark subroutines as unimplemented for Go.
marvin
[09/14] lucy-clownfish git commit: Tests for CharBuf Go bindings.
marvin
[02/14] lucy-clownfish git commit: Implement Meth_Host_Name for Go.
marvin
[04/14] lucy-clownfish git commit: Tests for Class Go bindings.
marvin
[12/14] lucy-clownfish git commit: Tests for ByteBuf Go bindings.
marvin
[14/14] lucy-clownfish git commit: Merge branch 'CLOWNFISH-59-refine-go-other-types-v2'
marvin
[01/17] lucy-clownfish git commit: Change Go signature for Hash.Keys().
marvin
[14/17] lucy-clownfish git commit: Add missing case for converting Go `bool`.
marvin
[08/17] lucy-clownfish git commit: Better namespacing for Go String test funcs.
marvin
[10/17] lucy-clownfish git commit: Customize HashIterator Go ctor binding.
marvin
[15/17] lucy-clownfish git commit: Tests for Integer Go bindings.
marvin
[17/17] lucy-clownfish git commit: Merge branch 'CLOWNFISH-59-refine-go-core-types'
marvin
[07/17] lucy-clownfish git commit: Enable tests for String methods which take Obj.
marvin
[06/17] lucy-clownfish git commit: Add tests for Hash Go bindings.
marvin
[03/17] lucy-clownfish git commit: Don't convert return value of Clone().
marvin
[12/17] lucy-clownfish git commit: Go binding for Blob_Get_Buf.
marvin
[05/17] lucy-clownfish git commit: Correct Go test package name.
marvin
[11/17] lucy-clownfish git commit: Tests for Blob Go binding.
marvin
[16/17] lucy-clownfish git commit: Tests for Float Go bindings.
marvin
[09/17] lucy-clownfish git commit: Add tests for HashIterator.
marvin
[13/17] lucy-clownfish git commit: Tests for Boolean Go bindings.
marvin
[02/17] lucy-clownfish git commit: Add tests for Vector Go bindings.
marvin
[04/17] lucy-clownfish git commit: Test more Go method bindings for Err.
marvin
lucy-clownfish git commit: Adjust expected POD in DocuComment tests
nwellnhof
lucy-clownfish git commit: Add "=encoding utf8" and autogen headers to POD
nwellnhof
[1/6] lucy git commit: C code examples for FastUpdates
nwellnhof
[6/6] lucy git commit: Fix remaining links to standalone documentation
nwellnhof
[4/6] lucy git commit: C code examples for tutorial
nwellnhof
[2/6] lucy git commit: Make Inversion public
nwellnhof
[3/6] lucy git commit: C code examples for tutorial
nwellnhof
[5/6] lucy git commit: C code examples for tutorial
nwellnhof
lucy-clownfish git commit: Make Blob, String, and StringIterator public
nwellnhof
[1/5] lucy git commit: Switch over to XSBind_hash_key_to_utf8
nwellnhof
[4/5] lucy git commit: Port Lucy::Simple to C
nwellnhof
[2/5] lucy git commit: Fix hv_fetch with UTF-8 keys
nwellnhof
[5/5] lucy git commit: Port Lucy::Simple tests to C
nwellnhof
[3/5] lucy git commit: Implement Doc_Field_Names
nwellnhof
[01/20] lucy-clownfish git commit: Improve HTML output of return and argument types
nwellnhof
[12/20] lucy-clownfish git commit: Generate HTML docs only for public classes
nwellnhof
[19/20] lucy-clownfish git commit: Warn about non-public resources in Clownfish URIs
nwellnhof
[07/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[14/20] lucy-clownfish git commit: Rework display of class attributes in HTML docs
nwellnhof
[18/20] lucy-clownfish git commit: Replace erroneous Clownfish URLs with error message
nwellnhof
[08/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[05/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[16/20] lucy-clownfish git commit: Simplify URI handling
nwellnhof
[09/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[04/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[20/20] lucy-clownfish git commit: Allow Clownfish URIs without "cfish:" scheme
nwellnhof
[13/20] lucy-clownfish git commit: Show header file of a class in HTML docs
nwellnhof
[06/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[10/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[11/20] lucy-clownfish git commit: Upgrade libcmark to 0.21.0
nwellnhof
[02/20] lucy-clownfish git commit: Rework handling of man page paragraphs
nwellnhof
[03/20] lucy-clownfish git commit: Ignore code blocks of other host languages
nwellnhof
[17/20] lucy-clownfish git commit: Create HTML docs for standalone documentation
nwellnhof
[15/20] lucy-clownfish git commit: Directory structure for HTML documentation
nwellnhof
[1/2] lucy-clownfish git commit: Hash_Store should accept nullable values.
marvin
[2/2] lucy-clownfish git commit: Merge branch 'CLOWNFISH-58-store-nullable'
marvin
[1/2] lucy-clownfish git commit: Replace Hash's `Find_Key` with `Has_Key`.
marvin
[2/2] lucy-clownfish git commit: Merge branch 'CLOWNFISH-58-hash-has-key'
marvin
[1/4] lucy-clownfish git commit: Convert nullable args safely.
marvin
[3/4] lucy-clownfish git commit: Map clownfish.Obj to Go `interface{}`.
marvin
[2/4] lucy-clownfish git commit: Change "is_string_type" to "cfish_string".
marvin
[4/4] lucy-clownfish git commit: Merge branch 'CLOWNFISH-57-obj-to-empty-interface'
marvin
lucy git commit: Adjust for TEST_INT_EQ changes
nwellnhof
[1/2] lucy-clownfish git commit: Implement XSBind_hash_key_to_utf8
nwellnhof
[2/2] lucy-clownfish git commit: Use new CFCType constants in Perl bindings
nwellnhof
[1/9] lucy git commit: Copy C host-specific code to Go.
marvin
[7/9] lucy git commit: Port DefDocReader code to CGO.
marvin
[9/9] lucy git commit: Merge branch 'LUCY-281-cgo-port'
marvin
[3/9] lucy git commit: Make it possible to reference Go objects from C.
marvin
[5/9] lucy git commit: Port Doc code to CGO.
marvin
[4/9] lucy git commit: Port RegexTokenizer stubs to CGO.
marvin
[8/9] lucy git commit: Port RegexTokenizer to Go and CGO.
marvin
[6/9] lucy git commit: Port Inverter and InverterEntry to CGO.
marvin
[2/9] lucy git commit: Remove RegexTokenizer_Set_Token_RE.
marvin
[1/7] lucy-clownfish git commit: Identify convertible core types more robustly.
marvin
[2/7] lucy-clownfish git commit: Wrap any Clownfish object from Go.
marvin
[6/7] lucy-clownfish git commit: Map Hash to `map[string]interface{}`.
marvin
[5/7] lucy-clownfish git commit: Map Blob to Go `[]byte`.
marvin
[3/7] lucy-clownfish git commit: Add GoToClownfish/ToGo conversion routines.
marvin
[7/7] lucy-clownfish git commit: Merge branch 'CLOWNFISH-56-go-composites'
marvin
[4/7] lucy-clownfish git commit: Map Vector to Go `[]interface{}`.
marvin
[1/4] lucy-clownfish git commit: Use correct test package.
marvin
[4/4] lucy-clownfish git commit: Expose SetSuppressCtor from Go.
marvin
[3/4] lucy-clownfish git commit: Add Go bindings for Boolean and Blob constructors.
marvin
[2/4] lucy-clownfish git commit: Avoid calling memcpy with length 0.
marvin
lucy-clownfish git commit: Fix most 64/32-bit warnings
nwellnhof
lucy-clownfish git commit: Fix 64-to-32-bit cast
nwellnhof
[1/2] lucy-clownfish git commit: Make ivars offsets and sizes a uint32_t
nwellnhof
[2/2] lucy-clownfish git commit: Make method offsets a uint32_t
nwellnhof
[1/2] lucy git commit: Compile as C with MSVC 12
nwellnhof
[2/2] lucy git commit: Include cfish_platform.h from utf8proc.h
nwellnhof
[1/4] lucy-clownfish git commit: Don't allow to subclass final classes
nwellnhof
[2/4] lucy-clownfish git commit: Don't use cross-DLL pointers in global initialization
nwellnhof
[4/4] lucy-clownfish git commit: CFCBindSpecs class
nwellnhof
[3/4] lucy-clownfish git commit: Store MethSpecs in a single array
nwellnhof
lucy git commit: Suppress unused variable warning in JSON parser
nwellnhof
lucy git commit: Always compile with warnings
nwellnhof
[1/4] lucy git commit: Fix C installation script
nwellnhof
[2/4] lucy git commit: Backport CI setup to 0.4 branch
nwellnhof
[3/4] lucy git commit: Upgrade to latest Charmonizer version
nwellnhof
[4/4] lucy git commit: Fix build with --clownfish-prefix on Windows
nwellnhof
[1/2] lucy-clownfish git commit: Fix more Windows compiler warnings
nwellnhof
[2/2] lucy-clownfish git commit: Remove unused LUCY_DEBUG environment variable
nwellnhof
[1/2] lucy-clownfish git commit: Remove unneeded #includes
nwellnhof
[2/2] lucy-clownfish git commit: CFCLexHeader fixes
nwellnhof
[1/2] lucy-clownfish git commit: Always compile with warnings
nwellnhof
[2/2] lucy-clownfish git commit: Fix 64 to 32-bit conversion warnings
nwellnhof
[1/2] lucy-charmonizer git commit: Fix command_with_libpath on Windows
nwellnhof
[2/2] lucy-charmonizer git commit: Make chaz_MakeFile_override_cflags return added rule
nwellnhof
lucy-clownfish git commit: Fix compiler warnings
nwellnhof
lucy-clownfish git commit: Fix compiler warnings
nwellnhof
lucy-clownfish git commit: Fix C installation script
nwellnhof
lucy-clownfish git commit: Backport Windows install script for C build
nwellnhof
lucy-clownfish git commit: Backport CI setup to 0.4 branch
nwellnhof
[1/2] lucy-clownfish git commit: Hide all implementing functions
nwellnhof
[2/2] lucy-clownfish git commit: C header boilerplate for LockFreeRegistry.h
nwellnhof
lucy git commit: Correct Go test package name.
marvin
[1/2] lucy git commit: Remove now-redundant Go ctor bindings.
marvin
[2/2] lucy git commit: Merge branch 'ctor_autogen_go-v2'
marvin
[1/7] lucy-clownfish git commit: Auto-generate Go bindings for constructors.
marvin
[7/7] lucy-clownfish git commit: Merge branch 'CLOWNFISH-32-go-ctor-autogen-v2'
marvin
[3/7] lucy-clownfish git commit: Add placeholder for generated constructors.
marvin
[2/7] lucy-clownfish git commit: Generalize Go-to-cfish arg list prep.
marvin
[4/7] lucy-clownfish git commit: Generalize Go func first line conversion.
marvin
[6/7] lucy-clownfish git commit: Add in some missing Go keywords.
marvin
[5/7] lucy-clownfish git commit: Ensure that converted args outlive call.
marvin
[1/2] lucy git commit: Make PolyCompiler abstract.
marvin
[2/2] lucy git commit: Add missing constructor for PolySearcher.
marvin
lucy git commit: Add missing errno.h include.
marvin
[1/6] lucy-clownfish git commit: Rework Vector oversizing
nwellnhof
[4/6] lucy-clownfish git commit: Helper function to copy array elements
nwellnhof
[6/6] lucy-clownfish git commit: More rework of Vector oversizing
nwellnhof
[3/6] lucy-clownfish git commit: Fix Vec_Insert_All
nwellnhof
[2/6] lucy-clownfish git commit: Reduce code size of Vec_Insert methods
nwellnhof
[5/6] lucy-clownfish git commit: Minor optimizations in Vector.c
nwellnhof
[1/3] lucy git commit: Fix windows.h name clashes
nwellnhof
[2/3] lucy git commit: Regenerate charmonizer.c for Windows fix
nwellnhof
[3/3] lucy git commit: Add some comments on failing Windows tests
nwellnhof
[1/2] lucy git commit: Use shallow Git clones
nwellnhof
[2/2] lucy git commit: Mention Travis and Appveyor in CONTRIBUTING
nwellnhof
[1/2] lucy-clownfish git commit: Shallow git clone for Appveyor
nwellnhof
[2/2] lucy-clownfish git commit: Mention Travis and Appveyor in CONTRIBUTING
nwellnhof
lucy git commit: Make Travis C build more parallel
nwellnhof
[1/2] lucy-clownfish git commit: Fix Go build
nwellnhof
[2/2] lucy-clownfish git commit: Simplify .travis.yml
nwellnhof
lucy-clownfish git commit: Fix travis-test.sh shell script option
nwellnhof
[1/3] lucy git commit: Allow --disable-threads Charmonizer option
nwellnhof
[3/3] lucy git commit: Fix C installation script
nwellnhof
[2/3] lucy git commit: Fix Travis build
nwellnhof
[1/3] lucy-clownfish git commit: Fix #include
nwellnhof
[2/3] lucy-clownfish git commit: Fix C++ build
nwellnhof
[3/3] lucy-clownfish git commit: Fix C installation script
nwellnhof
[1/5] lucy git commit: Remove link to ClusterSearcher
nwellnhof
[3/5] lucy git commit: Convert POD to Markdown
nwellnhof
[4/5] lucy git commit: Convert DevGuide and FileLocking docs to Markdown
nwellnhof
[2/5] lucy git commit: Convert POD to Markdown
nwellnhof
[5/5] lucy git commit: Merge branch 'standalone_docs'
nwellnhof
[1/5] lucy-clownfish git commit: Support POD links to standalone documentation files
nwellnhof
[4/5] lucy-clownfish git commit: Implement class CFCDocument for standalone documentation
nwellnhof
[5/5] lucy-clownfish git commit: Merge branch 'standalone_docs'
nwellnhof
[3/5] lucy-clownfish git commit: Helper function to extract path parts
nwellnhof
[2/5] lucy-clownfish git commit: Convert standalone Markdown documentation to POD
nwellnhof
[1/6] lucy git commit: Adjust for Float/Integer renaming
nwellnhof
[2/6] lucy git commit: Adjust for Clownfish::Boolean changes
nwellnhof
[6/6] lucy git commit: Merge branch 'num_hierarchy'
nwellnhof
[5/6] lucy git commit: Adjust for immutable Float/Integer
nwellnhof
[3/6] lucy git commit: Adjust for Num hierarchy changes
nwellnhof
[4/6] lucy git commit: Adjust for Float32/Int32 removal
nwellnhof
[01/12] lucy-clownfish git commit: Rename Float64/Integer64 to Float/Integer
nwellnhof
[12/12] lucy-clownfish git commit: Merge branch 'num_hierarchy'
nwellnhof
[06/12] lucy-clownfish git commit: Fix comparison of Float64 and Int64
nwellnhof
[09/12] lucy-clownfish git commit: Check for overflow when converting Float64 to Int64
nwellnhof
[04/12] lucy-clownfish git commit: Separate boolean type from Num
nwellnhof
[10/12] lucy-clownfish git commit: Make Float and Integer immutable
nwellnhof
[02/12] lucy-clownfish git commit: Flatten Num class hierarchy
nwellnhof
[07/12] lucy-clownfish git commit: Remove Float64_To_F64 and Int64_To_I64
nwellnhof
[08/12] lucy-clownfish git commit: Eliminate Float32 and Int32
nwellnhof
[05/12] lucy-clownfish git commit: Make Boolean class "public final"
nwellnhof
[11/12] lucy-clownfish git commit: Make Float and Integer public
nwellnhof
[03/12] lucy-clownfish git commit: Move To_{Bool|String} implementations to {Float|Int}64
nwellnhof
svn commit: r1689979 - /lucy/board/2015/board-report-201507.txt
marvin
[1/3] lucy-clownfish git commit: Rework CFCPerlPod_md_to_pod parameters
nwellnhof
[3/3] lucy-clownfish git commit: No POD escapes needed in code blocks
nwellnhof
[2/3] lucy-clownfish git commit: Fix header levels in generated POD
nwellnhof
lucy-clownfish git commit: Utility function CFCUtil_free_string_array
nwellnhof
lucy-clownfish git commit: Proof-of-concept host interface for Perl.
marvin
lucy-charmonizer git commit: Implement chaz_MakeFile_add_obj_dir_rule
nwellnhof
lucy-clownfish git commit: Handle read-only files when setting file time on Windows
nwellnhof
lucy-clownfish git commit: Handle read-only files when setting file time on Windows
nwellnhof
[1/2] lucy git commit: Fix Windows tests with Clownfish prefix
nwellnhof
Earlier messages
Later messages