[2/4] lucy git commit: Fix t/051-fsfile.t cleanup on Windows

2017-03-05 Thread nwellnhof
Fix t/051-fsfile.t cleanup on Windows Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/de646e69 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/de646e69 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/de646e69

lucy git commit: Avoid rescanning the index folder for latest snapshot

2017-03-04 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 488d6f4cf -> 291a32693 Avoid rescanning the index folder for latest snapshot Eliminate up to four unnecessary scans in BackgroudMerger: - BGMerger_init - S_merge_updated_deletions (twice) - BGMerger_Prepare_Commit Eliminate two

lucy-clownfish git commit: Fix memory leak

2017-03-01 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 45be7f49b -> 0e8aa921a Fix memory leak Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/0e8aa921 Tree:

[2/2] lucy-clownfish git commit: Add explanation regarding SUPER::method invocations

2017-02-25 Thread nwellnhof
Add explanation regarding SUPER::method invocations This will hopefully remind me why we have to use static dispatch in XSUBs. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/45be7f49 Tree:

[1/2] lucy-clownfish git commit: Fix global destruction check

2017-02-25 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 4aea9977c -> 45be7f49b Fix global destruction check PL_dirty is already set during the first phase of global destruction when it's still safe and even expected to destroy objects. Change the test to check the refcount. This fixes

[2/6] lucy-clownfish git commit: Fix URI resolution for methods inherited from other parcels

2017-02-23 Thread nwellnhof
Fix URI resolution for methods inherited from other parcels Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/35304580 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/35304580 Diff:

[4/6] lucy-clownfish git commit: Fix refcounts for Perl global error objects

2017-02-23 Thread nwellnhof
Fix refcounts for Perl global error objects Err_set_error takes a decremented argument. Err_get_error returns a non-incremented object. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/25b872f1 Tree:

[6/6] lucy-clownfish git commit: Fix potential memory corruption during Perl global destruction

2017-02-23 Thread nwellnhof
Fix potential memory corruption during Perl global destruction During global destruction, DESTROY is called in random order on objects remaining because of refcount leaks or circular references. This can cause memory corruption with Clownfish objects, so better leak instead of corrupting memory.

[5/6] lucy-clownfish git commit: Make DESTROY a no-op for Booleans

2017-02-23 Thread nwellnhof
Make DESTROY a no-op for Booleans Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/fbbc8599 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/fbbc8599 Diff:

[3/6] lucy-clownfish git commit: Only write documentation for installed parcels

2017-02-23 Thread nwellnhof
Only write documentation for installed parcels Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2a44a5b3 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2a44a5b3 Diff:

lucy git commit: Improve Analyzer documentation

2017-02-23 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 5f15a92bd -> 040bb290f Improve Analyzer documentation Document that Analyzer subclasses must override the Equals method. Add synopsis with example classes to Perl POD. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

lucy git commit: Make FSFileHandle always use Windows handles

2017-02-20 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master d14281228 -> 5f15a92bd Make FSFileHandle always use Windows handles Switch FSFileHandle over to WinAPI for open/close/write. Add sanity checks to FileHandle_do_open. Fix minor bug in Unix Write method (-1 return value was added to file

lucy git commit: Fix EasyAnalyzer_new default

2017-02-19 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 85ca41bec -> d14281228 Fix EasyAnalyzer_new default Lucy::Analyzer::EasyAnalyzer->new segfaulted without arguments. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

[1/2] lucy-charmonizer git commit: Don't write empty short names section

2017-02-19 Thread nwellnhof
Repository: lucy-charmonizer Updated Branches: refs/heads/master 79c95021c -> 0539a8ce8 Don't write empty short names section Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/52f48a7d Tree:

[2/2] lucy-charmonizer git commit: Add missing #include

2017-02-19 Thread nwellnhof
Add missing #include Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/0539a8ce Tree: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/tree/0539a8ce Diff:

lucy git commit: Remove useless code from SegWriter.c

2017-02-16 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master d6fcd5fb4 -> 85ca41bec Remove useless code from SegWriter.c Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/85ca41be Tree:

lucy-clownfish git commit: Don't build fat Perl binaries on macOS

2017-02-16 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master b12999dce -> a8f14c2db Don't build fat Perl binaries on macOS Stock Perl on macOS builds fat binaries. Charmonizer has always used the wrong sizes for some types on non-native platforms, but recent changes broke the detection

lucy git commit: Add "install" target to C Makefile

2017-02-09 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 169c2eccd -> d6fcd5fb4 Add "install" target to C Makefile Fixes LUCY-319. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/d6fcd5fb Tree:

[2/2] lucy-clownfish git commit: Add "install" target to C Makefile

2017-02-09 Thread nwellnhof
Add "install" target to C Makefile Fixes CLOWNFISH-116. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b12999dc Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b12999dc Diff:

[1/2] lucy-charmonizer git commit: Set Makefile variables for compile flags of binaries

2017-02-09 Thread nwellnhof
Repository: lucy-charmonizer Updated Branches: refs/heads/master af5da8c9a -> 79c95021c Set Makefile variables for compile flags of binaries This allows to remove the finish_* functions and makes manual adjustments to the generated Makefile easier. Project:

lucy git commit: Regenerate charmonizer.c for LargeFiles fix

2017-02-08 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 873f4391b -> 169c2eccd Regenerate charmonizer.c for LargeFiles fix Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/169c2ecc Tree:

lucy-clownfish git commit: Add support for C11 stdatomic.h

2017-02-08 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 088a359d3 -> 3f3e9b461 Add support for C11 stdatomic.h Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/3f3e9b46 Tree:

[1/2] lucy-charmonizer git commit: Try to link LargeFiles probes

2017-02-08 Thread nwellnhof
Repository: lucy-charmonizer Updated Branches: refs/heads/master 4e29a77d0 -> af5da8c9a Try to link LargeFiles probes C allows calls to undeclared functions, so the LargeFiles probes must check whether the test program can be linked successfully. Fixes macOS build. Project:

[2/2] lucy-charmonizer git commit: Check for stdatomic.h

2017-02-08 Thread nwellnhof
Check for stdatomic.h Also simplify check for OSAtomicCompareAndSwapPtr. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/af5da8c9 Tree:

[5/7] lucy git commit: Update Charmonizer code

2017-02-04 Thread nwellnhof
Update Charmonizer code - New compiler version API. - CC is set by Charmonizer. - Pass --charmonic to cfc (requires to run more probes). - Fix warnings. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/982fdecd Tree:

[1/7] lucy git commit: Remove U64_TO_DOUBLE macro

2017-02-04 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 8a37f575d -> 873f4391b Remove U64_TO_DOUBLE macro It was only needed for MSVC6. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/4b541569 Tree:

[6/7] lucy git commit: Add cross-compilation support to configure script

2017-02-04 Thread nwellnhof
Add cross-compilation support to configure script If the environment variable TARGET_CC is set, configure uses the value as target compiler for cross-compiling. For example: TARGET_CC=x86_64-w64-mingw32-gcc ./configure Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

[7/7] lucy git commit: Fix cross-compiling to MinGW on Unix

2017-02-04 Thread nwellnhof
Fix cross-compiling to MinGW on Unix "windows.h" must be lowercase on case-sensitive file systems. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/873f4391 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/873f4391 Diff:

[4/7] lucy git commit: Remove indirection from NumUtil_encode_bigend_* arg

2017-02-04 Thread nwellnhof
Remove indirection from NumUtil_encode_bigend_* arg Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/cd3e363e Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/cd3e363e Diff:

[2/7] lucy git commit: Stop using endian macros in NumberUtils.cfh

2017-02-04 Thread nwellnhof
Stop using endian macros in NumberUtils.cfh Use an inline function instead. Modern compilers can compute the result at compile time and eliminate the if/else statement. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a923dd38

[3/7] lucy git commit: Optimize NumUtil_encode_bigend_* functions

2017-02-04 Thread nwellnhof
Optimize NumUtil_encode_bigend_* functions Make GCC generate bswap instructions. For details see: http://stackoverflow.com/q/36497605 Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2c43cf0d Tree:

[10/11] lucy-clownfish git commit: Update build instructions

2017-02-04 Thread nwellnhof
Update build instructions Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/931b4909 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/931b4909 Diff:

[11/11] lucy-clownfish git commit: Use chaz_OS_exe_ext() for executables on the host OS

2017-02-04 Thread nwellnhof
Use chaz_OS_exe_ext() for executables on the host OS Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/088a359d Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/088a359d Diff:

[03/11] lucy-clownfish git commit: Remove CFISH endian macros

2017-02-04 Thread nwellnhof
Remove CFISH endian macros Lucy's NumberUtils.cfh doesn't need them anymore. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/15e683bf Tree:

[02/11] lucy-clownfish git commit: Remove U64_TO_DOUBLE macro

2017-02-04 Thread nwellnhof
Remove U64_TO_DOUBLE macro It was only needed for MSVC6. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/2b8147d3 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/2b8147d3 Diff:

[07/11] lucy-clownfish git commit: Add --charmonic option to cfc

2017-02-04 Thread nwellnhof
Add --charmonic option to cfc With --charmonic, cfc makes cfish_platform.h include charmony.h and use its CHY_* macros for platform-specific settings. This is needed when cross-compiling. Otherwise, the CHY_* values from the CFC configuration are used. This breaks cross compilation but allows to

[04/11] lucy-clownfish git commit: Adjust Charmonizer code for API changes and regenerate

2017-02-04 Thread nwellnhof
http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/cadebb91/runtime/common/charmonizer.c -- diff --git a/runtime/common/charmonizer.c b/runtime/common/charmonizer.c index 64bf01f..c010f5e 100644 ---

[01/11] lucy-clownfish git commit: Remove unused CFISH_SIZEOF_* macros

2017-02-04 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 2794cf2eb -> 088a359d3 Remove unused CFISH_SIZEOF_* macros These macros were only needed by the old Perl labeled params code. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[09/11] lucy-clownfish git commit: Add cross-compilation support to configure script

2017-02-04 Thread nwellnhof
Add cross-compilation support to configure script If the environment variable TARGET_CC is set, configure uses the value as target compiler for cross-compiling. For example: TARGET_CC=x86_64-w64-mingw32-gcc ./configure Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo

[05/11] lucy-clownfish git commit: Adjust Charmonizer code for API changes and regenerate

2017-02-04 Thread nwellnhof
Adjust Charmonizer code for API changes and regenerate Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/cadebb91 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/cadebb91 Diff:

[1/9] lucy-charmonizer git commit: Remove U64_TO_DOUBLE macro

2017-02-04 Thread nwellnhof
Repository: lucy-charmonizer Updated Branches: refs/heads/master 508ca633e -> 4e29a77d0 Remove U64_TO_DOUBLE macro It was only needed for MSVC6. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit:

[2/9] lucy-charmonizer git commit: Rework compiler version detection

2017-02-04 Thread nwellnhof
Rework compiler version detection Don't evaluate version macros. Only check for presence and add functions that check version numbers against a predicate. Required to support cross compilation. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit:

[9/9] lucy-charmonizer git commit: Set CC and LINK variables in Makefile

2017-02-04 Thread nwellnhof
Set CC and LINK variables in Makefile Before, CC was set by Clownfish's and Lucy's charmonizer.main. The LINK variable makes is easier to change the link command manually. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit:

[7/9] lucy-charmonizer git commit: Move format string code block

2017-02-04 Thread nwellnhof
Move format string code block Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/7576ef3b Tree: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/tree/7576ef3b Diff:

[8/9] lucy-charmonizer git commit: Add chaz_OS_exe_ext() function

2017-02-04 Thread nwellnhof
Add chaz_OS_exe_ext() function The executable extension can differ on host and target OS when cross-compiling. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/4e29a77d Tree:

[3/9] lucy-charmonizer git commit: Detect integer sizes without running executables

2017-02-04 Thread nwellnhof
Detect integer sizes without running executables Try to compile test code for sizes 1, 2, 4, 8 that only succeeds if a type has a certain size. The test code contains an array declaration of the form: int a[sizeof(type) == size ? 1 : -1]; The array size is a valid constant expression but

[4/9] lucy-charmonizer git commit: Compile-only LargeFiles probes

2017-02-04 Thread nwellnhof
Compile-only LargeFiles probes Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/commit/cb8761f2 Tree: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/tree/cb8761f2 Diff:

[5/9] lucy-charmonizer git commit: Don't run 64-bit format string probe under C99

2017-02-04 Thread nwellnhof
Don't run 64-bit format string probe under C99 Feature tests for format strings can't be compile-only but require execution of a test program which breaks when cross-compiling. But if C99's inttypes.h is available, there's no need for a probe at all. Project:

[6/9] lucy-charmonizer git commit: Execute probes only when necessary

2017-02-04 Thread nwellnhof
Execute probes only when necessary In many cases, it's enough to check whether a test program compiles. This allows to simplify the probe code and speeds up the configuration process. Project: http://git-wip-us.apache.org/repos/asf/lucy-charmonizer/repo Commit:

lucy-clownfish git commit: Move downcast and certify from Err to Obj

2017-02-02 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master cf8727895 -> 2794cf2eb Move downcast and certify from Err to Obj The API break shouldn't be a problem. These functions are always invoked via the respective macros. Project:

lucy-clownfish git commit: Make more functions public and document useful macros

2017-02-02 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/master 1b52cc3d6 -> cf8727895 Make more functions public and document useful macros Fixes CLOWNFISH-114. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[09/14] lucy git commit: Stop creating persistent uscon index

2017-01-02 Thread nwellnhof
Stop creating persistent uscon index Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/33f9460e Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/33f9460e Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/33f9460e

[01/14] lucy git commit: Fix Lucy::Util::Debug Perl module

2017-01-02 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/master 470bb27de -> 8a37f575d Fix Lucy::Util::Debug Perl module It wasn't enabled when setting the LUCY_DEBUG environment variable. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

[04/14] lucy git commit: Skip more 025-debug tests on Windows

2017-01-02 Thread nwellnhof
Skip more 025-debug tests on Windows Redirecting stderr doesn't seem to work. Also fix skip count. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/355da9a6 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/355da9a6 Diff:

[11/14] lucy git commit: Add TestUtils_create_index

2017-01-02 Thread nwellnhof
Add TestUtils_create_index Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/2b905009 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/2b905009 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/2b905009 Branch:

[05/14] lucy git commit: Parallel test support for init_test_index_loc

2017-01-02 Thread nwellnhof
Parallel test support for init_test_index_loc Use File::Temp to create a temporary directory in 't' that will be cleaned up at exit. A side effect is that the directory won't be removed if the test crashes. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit:

[13/14] lucy git commit: Valgrind cleanup

2017-01-02 Thread nwellnhof
Valgrind cleanup Remove unneeded compiler flags, check for LUCY_VALGRIND environment variable at run time. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/af6e18eb Tree:

[06/14] lucy git commit: Allow automated parallel tests

2017-01-02 Thread nwellnhof
Allow automated parallel tests Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/c037045c Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/c037045c Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/c037045c Branch:

[08/14] lucy git commit: Port PolySearcher tests to C

2017-01-02 Thread nwellnhof
Port PolySearcher tests to C Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/fc66f673 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/fc66f673 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/fc66f673 Branch:

[10/14] lucy git commit: Get_Searchers accessor for PolySearcher

2017-01-02 Thread nwellnhof
Get_Searchers accessor for PolySearcher Fixes LUCY-255. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/751c3b39 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/751c3b39 Diff:

svn commit: r1002990 - /websites/production/lucy/content/

2016-12-17 Thread nwellnhof
Author: nwellnhof Date: Sat Dec 17 15:46:47 2016 New Revision: 1002990 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r1002989, websites/staging/lucy/trunk/content/

svn commit: r1774773 - /lucy/site/trunk/content/download.mdtext

2016-12-17 Thread nwellnhof
Author: nwellnhof Date: Sat Dec 17 15:14:21 2016 New Revision: 1774773 URL: http://svn.apache.org/viewvc?rev=1774773=rev Log: HTTPS links for signatures, checksums, and keys Modified: lucy/site/trunk/content/download.mdtext Modified: lucy/site/trunk/content/download.mdtext URL: http

[1/3] lucy git commit: Fix links in FileLocking.md

2016-12-13 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.6 a7b7e0e85 -> 779c0f628 refs/heads/master f88e30832 -> 470bb27de Fix links in FileLocking.md Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/61fd0da3 Tree:

[2/3] lucy git commit: Fix svnmucc command in release_commands.pl

2016-12-13 Thread nwellnhof
Fix svnmucc command in release_commands.pl The svnmucc release command was broken by a recent svn update. It doesn't seem to be possible to move files and remove the old parent directory in a single step. See https://issues.apache.org/jira/browse/SVN-4579. Fixes LUCY-308. Project:

[3/3] lucy git commit: Fix svnmucc command in release_commands.pl

2016-12-13 Thread nwellnhof
Fix svnmucc command in release_commands.pl The svnmucc release command was broken by a recent svn update. It doesn't seem to be possible to move files and remove the old parent directory in a single step. See https://issues.apache.org/jira/browse/SVN-4579. Fixes LUCY-308. Project:

[1/2] lucy-clownfish git commit: Fix svnmucc command in release_commands.pl

2016-12-13 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 fbac13c2b -> 5f6cb2448 refs/heads/master a720b8d4a -> 1b52cc3d6 Fix svnmucc command in release_commands.pl See LUCY-308. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[2/2] lucy-clownfish git commit: Fix svnmucc command in release_commands.pl

2016-12-13 Thread nwellnhof
Fix svnmucc command in release_commands.pl See LUCY-308. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/1b52cc3d Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/1b52cc3d Diff:

svn commit: r1002719 - /websites/production/lucy/content/

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 13:13:49 2016 New Revision: 1002719 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r1002718, websites/staging/lucy/trunk/content/

svn commit: r1002717 - /websites/production/lucy/content/

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 13:05:38 2016 New Revision: 1002717 Log: Publishing svnmucc operation to lucy site by nwellnhof Added: websites/production/lucy/content/ - copied from r1002716, websites/staging/lucy/trunk/content/

svn commit: r1774005 - in /lucy/site/trunk/content: download.mdtext index.mdtext

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 13:02:38 2016 New Revision: 1774005 URL: http://svn.apache.org/viewvc?rev=1774005=rev Log: Update download links for 0.6.1 release Modified: lucy/site/trunk/content/download.mdtext lucy/site/trunk/content/index.mdtext Modified: lucy/site/trunk/content

svn commit: r17374 - /dev/lucy/apache-lucy-0.6.1-rc1/ /release/lucy/

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 12:58:53 2016 New Revision: 17374 Log: Publish Apache Lucy 0.6.1 Added: release/lucy/CHANGES-0.6.1.txt - copied unchanged from r17373, dev/lucy/apache-lucy-0.6.1-rc1/CHANGES-0.6.1.txt release/lucy/apache-lucy-0.6.1.tar.gz - copied unchanged

[lucy] Git Push Summary

2016-12-13 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/rel/v0.6.1 [created] 4e9be942d

svn commit: r17373 - in /release/lucy/clownfish: CHANGES-0.6.0.txt apache-clownfish-0.6.0.tar.gz apache-clownfish-0.6.0.tar.gz.asc apache-clownfish-0.6.0.tar.gz.md5 apache-clownfish-0.6.0.tar.gz.sha

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 12:54:55 2016 New Revision: 17373 Log: Remove Apache Clownfish 0.6.0 Removed: release/lucy/clownfish/CHANGES-0.6.0.txt release/lucy/clownfish/apache-clownfish-0.6.0.tar.gz release/lucy/clownfish/apache-clownfish-0.6.0.tar.gz.asc release/lucy

svn commit: r17372 - /dev/lucy/clownfish/apache-clownfish-0.6.1-rc1/

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 12:54:14 2016 New Revision: 17372 Log: Remove apache-clownfish-0.6.1-rc1 directory Removed: dev/lucy/clownfish/apache-clownfish-0.6.1-rc1/

svn commit: r17371 - /dev/lucy/clownfish/apache-clownfish-0.6.1-rc1/ /release/lucy/clownfish/

2016-12-13 Thread nwellnhof
Author: nwellnhof Date: Tue Dec 13 12:52:56 2016 New Revision: 17371 Log: Publish Apache Clownfish 0.6.1 Added: release/lucy/clownfish/CHANGES-0.6.1.txt - copied unchanged from r17370, dev/lucy/clownfish/apache-clownfish-0.6.1-rc1/CHANGES-0.6.1.txt release/lucy/clownfish/apache

[lucy-clownfish] Git Push Summary

2016-12-13 Thread nwellnhof
Repository: lucy-clownfish Updated Tags: refs/tags/v0.6.1-rc1 [deleted] ae8b6c491

[lucy] Git Push Summary

2016-12-11 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/v0.6.1-rc1 [created] 4e9be942d

[2/2] lucy git commit: Readd CHANGES entries

2016-12-11 Thread nwellnhof
Readd CHANGES entries This reverts commit 51cd714db053ef030524ad8a876294ff6b516de6. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a7b7e0e8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a7b7e0e8 Diff:

[1/2] lucy git commit: Sync CHANGES with 0.6.1-rc1 tarball

2016-12-11 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.6 cacc08cbd -> a7b7e0e85 Sync CHANGES with 0.6.1-rc1 tarball When working on the 0.6.1 changelog, I added two entries and forgot to update the 0.6.1-rc1 tarball. This commit removes these entries so that it matches the contents of the tarball.

[lucy] Git Push Summary

2016-12-11 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/v0.6.1-rc1 [deleted] ff000dfa4

[lucy] Git Push Summary

2016-12-09 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/v0.6.1-rc1 [created] ff000dfa4

[lucy] Git Push Summary

2016-12-09 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/v0.6.1-rc1 [deleted] af3ea5c71

[1/2] lucy git commit: Updating CHANGES and version number for release 0.6.1

2016-12-09 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.6 f5a84976f -> cacc08cbd http://git-wip-us.apache.org/repos/asf/lucy/blob/cacc08cb/perl/lib/Lucy/Util/StringHelper.pm -- diff --git a/perl/lib/Lucy/Util/StringHelper.pm

[lucy] Git Push Summary

2016-12-09 Thread nwellnhof
Repository: lucy Updated Tags: refs/tags/v0.6.1-rc1 [created] af3ea5c71

svn commit: r17345 - in /dev/lucy/apache-lucy-0.6.1-rc1: CHANGES-0.6.1.txt apache-lucy-0.6.1.tar.gz apache-lucy-0.6.1.tar.gz.asc apache-lucy-0.6.1.tar.gz.md5 apache-lucy-0.6.1.tar.gz.sha

2016-12-09 Thread nwellnhof
Author: nwellnhof Date: Fri Dec 9 16:08:01 2016 New Revision: 17345 Log: Add apache-lucy-0.6.1 artifacts Added: dev/lucy/apache-lucy-0.6.1-rc1/CHANGES-0.6.1.txt dev/lucy/apache-lucy-0.6.1-rc1/apache-lucy-0.6.1.tar.gz (with props) dev/lucy/apache-lucy-0.6.1-rc1/apache-lucy-0.6.1

svn commit: r17344 - /dev/lucy/apache-lucy-0.6.1-rc1/

2016-12-09 Thread nwellnhof
Author: nwellnhof Date: Fri Dec 9 16:07:17 2016 New Revision: 17344 Log: Create RC dir for apache-lucy-0.6.1-rc1 Added: dev/lucy/apache-lucy-0.6.1-rc1/

lucy-clownfish git commit: Updating CHANGES and version number for release 0.6.1

2016-12-09 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 a720b8d4a -> fbac13c2b Updating CHANGES and version number for release 0.6.1 Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/fbac13c2 Tree:

svn commit: r17343 - in /dev/lucy/clownfish/apache-clownfish-0.6.1-rc1: CHANGES-0.6.1.txt apache-clownfish-0.6.1.tar.gz apache-clownfish-0.6.1.tar.gz.asc apache-clownfish-0.6.1.tar.gz.md5 apache-clown

2016-12-09 Thread nwellnhof
Author: nwellnhof Date: Fri Dec 9 16:05:01 2016 New Revision: 17343 Log: Add apache-clownfish-0.6.1 artifacts Added: dev/lucy/clownfish/apache-clownfish-0.6.1-rc1/CHANGES-0.6.1.txt dev/lucy/clownfish/apache-clownfish-0.6.1-rc1/apache-clownfish-0.6.1.tar.gz (with props) dev/lucy

[2/4] lucy git commit: Fix IndexManager with many small segments

2016-12-07 Thread nwellnhof
Fix IndexManager with many small segments IxManager_Choose_Sparse would throw when handling more than about 40 segments because of the integer overflow test in S_fibonacci. Also, the naive recursive implementation of S_fibonacci had abysmal performance. After all, the result was created by

[1/4] lucy git commit: Fix IndexManager with many small segments

2016-12-07 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.4 1f3d27bae -> 47568e655 refs/heads/0.5 2671da30a -> e2e428f29 refs/heads/0.6 8aafcd961 -> f5a84976f refs/heads/master 3c97420f7 -> f88e30832 Fix IndexManager with many small segments IxManager_Choose_Sparse would throw when handling more

[4/4] lucy git commit: Fix IndexManager with many small segments

2016-12-07 Thread nwellnhof
Fix IndexManager with many small segments IxManager_Choose_Sparse would throw when handling more than about 40 segments because of the integer overflow test in S_fibonacci. Also, the naive recursive implementation of S_fibonacci had abysmal performance. After all, the result was created by

[3/4] lucy git commit: Fix IndexManager with many small segments

2016-12-07 Thread nwellnhof
Fix IndexManager with many small segments IxManager_Choose_Sparse would throw when handling more than about 40 segments because of the integer overflow test in S_fibonacci. Also, the naive recursive implementation of S_fibonacci had abysmal performance. After all, the result was created by

[1/2] lucy-clownfish git commit: Only print Makefile contents under automated testing

2016-12-02 Thread nwellnhof
Repository: lucy-clownfish Updated Branches: refs/heads/0.6 fd6393d4c -> a720b8d4a refs/heads/master fd6393d4c -> a720b8d4a Only print Makefile contents under automated testing Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit:

[09/10] lucy git commit: Ignore CPAN Testers forcing parallel tests

2016-12-02 Thread nwellnhof
Ignore CPAN Testers forcing parallel tests Parallel tests are known to fail (LUCY-260). Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/355a13d9 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/355a13d9 Diff:

[05/10] lucy git commit: Ignore exceptions in SearchClient dtor

2016-12-02 Thread nwellnhof
Ignore exceptions in SearchClient dtor Fixes LUCY-286. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/8aafcd96 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/8aafcd96 Diff:

[01/10] lucy git commit: Rework PAUSE exclusions

2016-12-02 Thread nwellnhof
Repository: lucy Updated Branches: refs/heads/0.6 764a88944 -> 8aafcd961 refs/heads/master 05fc61872 -> 3c97420f7 Rework PAUSE exclusions Remove class lists in Lucy::Redacted and `_gen_pause_exclusion_list`. The generated `no_index` section was essentially ineffective, because it was

[10/10] lucy git commit: Ignore exceptions in SearchClient dtor

2016-12-02 Thread nwellnhof
Ignore exceptions in SearchClient dtor Fixes LUCY-286. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/3c97420f Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/3c97420f Diff:

[03/10] lucy git commit: Remove ELAST from ErrorMessage

2016-12-02 Thread nwellnhof
Remove ELAST from ErrorMessage ELAST isn't an actual error code and causes conflicts. Fixes LUCY-317. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/c58b432a Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/c58b432a

[08/10] lucy git commit: Remove ELAST from ErrorMessage

2016-12-02 Thread nwellnhof
Remove ELAST from ErrorMessage ELAST isn't an actual error code and causes conflicts. Fixes LUCY-317. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a8f7e9c6 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a8f7e9c6

[07/10] lucy git commit: Support X.Y.Z.D Perl versions

2016-12-02 Thread nwellnhof
Support X.Y.Z.D Perl versions Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/6513de06 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/6513de06 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/6513de06 Branch:

<    1   2   3   4   5   6   7   8   9   10   >