commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[05/36] lucy-clownfish git commit: Stub out some placeholders for Py bindings.
marvin
[35/36] lucy-clownfish git commit: Add actual constructor invocation to Py glue.
marvin
[21/36] lucy-clownfish git commit: Prepare to parse Python meth args.
marvin
[25/36] lucy-clownfish git commit: Prepare decrefs to run in Py glue.
marvin
[10/36] lucy-clownfish git commit: Bootstrap Clownfish parcels in Python build.
marvin
[06/36] lucy-clownfish git commit: Gen list of Py types.
marvin
[24/36] lucy-clownfish git commit: Incref `decremented` args in Py glue.
marvin
[07/36] lucy-clownfish git commit: Gen PyTypeObject structs and empty method lists.
marvin
[30/36] lucy-clownfish git commit: Register PyMethodDefs for glued methods.
marvin
[15/36] lucy-clownfish git commit: Gen stub Py method wrappers.
marvin
[31/36] lucy-clownfish git commit: Stub out generated Python constructors.
marvin
[28/36] lucy-clownfish git commit: More liberal Py to Cfish Obj conversion.
marvin
[02/36] lucy-clownfish git commit: Stub out CFCPyClass.
marvin
[01/20] lucy-clownfish git commit: Use Python refcounting.
marvin
[03/20] lucy-clownfish git commit: Add wrappers for `To_Host` in Python bindings.
marvin
[09/20] lucy-clownfish git commit: To_Host for composite types to Python.
marvin
[13/20] lucy-clownfish git commit: Stub out callback-generating code for Python.
marvin
[12/20] lucy-clownfish git commit: ParseTuple routines for Obj, String.
marvin
[20/20] lucy-clownfish git commit: Merge branch 'CLOWNFISH-66-py-glue1-v2'
marvin
[10/20] lucy-clownfish git commit: Implement scalar types To_Host for Python.
marvin
[17/20] lucy-clownfish git commit: Generate OVERRIDEs for non-overrideable meths.
marvin
[16/20] lucy-clownfish git commit: Add ParseTuple converters for composite types.
marvin
[08/20] lucy-clownfish git commit: Add CF pound-includes in autogen Py module file.
marvin
[14/20] lucy-clownfish git commit: Add dummy routine for fetching PyTypeObject.
marvin
[02/20] lucy-clownfish git commit: `To_Host` for Python returns incref'd self.
marvin
[18/20] lucy-clownfish git commit: Gen OVERRIDE callbacks for Python.
marvin
[07/20] lucy-clownfish git commit: Conversion routines from Python to Clownfish.
marvin
[05/20] lucy-clownfish git commit: Re-raise Python exceptions from Clownfish.
marvin
[15/20] lucy-clownfish git commit: Add helper routines for Python callbacks.
marvin
[06/20] lucy-clownfish git commit: Implement Clownfish exceptions using `longjmp`.
marvin
[11/20] lucy-clownfish git commit: Add dummy py_obj_is_a implementation.
marvin
[04/20] lucy-clownfish git commit: Add ParseTuple-compatible converters for numerics.
marvin
[19/20] lucy-clownfish git commit: Prepare to trap errors in Python glue code.
marvin
[1/6] lucy-clownfish git commit: Fix bug in Markdown to POD converter
nwellnhof
[5/6] lucy-clownfish git commit: Documentation fixes
nwellnhof
[3/6] lucy-clownfish git commit: Improve POD generated from standalone Markdown
nwellnhof
[2/6] lucy-clownfish git commit: Clarify Str_Trim documentation
nwellnhof
[4/6] lucy-clownfish git commit: Change libcmark parser and render options
nwellnhof
[6/6] lucy-clownfish git commit: Change Str_SubString parameter name
nwellnhof
[1/3] lucy-clownfish git commit: Adjust update_version for POD removal
nwellnhof
[3/3] lucy-clownfish git commit: Create POD in "dist" build action
nwellnhof
[2/3] lucy-clownfish git commit: Remove "pod" build action
nwellnhof
[1/2] lucy-clownfish git commit: Revert "Cloak POD for the CPAN dist of Clownfish."
nwellnhof
[2/2] lucy-clownfish git commit: Mark buildlib dirs as private
nwellnhof
lucy git commit: Update Perl dist build target
nwellnhof
[1/2] lucy-clownfish git commit: Fix compiler warnings
nwellnhof
[2/2] lucy-clownfish git commit: Update Perl dist build target
nwellnhof
[1/2] lucy-clownfish git commit: Fix compiler warnings
nwellnhof
[2/2] lucy-clownfish git commit: Change copyright year in NOTICE
nwellnhof
svn commit: r980641 - /websites/production/lucy/content/
nwellnhof
svn commit: r1730822 - /lucy/site/trunk/content/clownfish.mdtext
nwellnhof
svn commit: r980640 - in /websites/staging/lucy/trunk/content: ./ clownfish.html
buildbot
svn commit: r1730821 - in /lucy/site/trunk: content/clownfish.mdtext templates/basic.html
nwellnhof
svn commit: r980638 - in /websites/staging/lucy/trunk/content: ./ docs/0.1.0/perl/ docs/0.2.0/perl/ docs/0.2.1/perl/ docs/perl/ docs/test/ docs/test/Lucy/ docs/test/Lucy/Analysis/ docs/test/Lucy/Docs/ docs/test/Lucy/Docs/Cookbook/ docs/test/Lucy/Docs/T...
buildbot
[1/2] lucy-clownfish git commit: Document exposure specifier
nwellnhof
[2/2] lucy-clownfish git commit: Document DocuComments
nwellnhof
[1/2] lucy-clownfish git commit: Export major version from Perl bindings
nwellnhof
[2/2] lucy-clownfish git commit: Don't try to update version in generated Clownfish.pod
nwellnhof
[1/7] lucy git commit: Document all public constructors and initializers
nwellnhof
[7/7] lucy git commit: Merge branch 'ctor-documentation'
nwellnhof
[3/7] lucy git commit: Add POD for Lucy::Simple ctor
nwellnhof
[2/7] lucy git commit: Fix typo
nwellnhof
[5/7] lucy git commit: Make some ctors non-public
nwellnhof
[6/7] lucy git commit: Fix method name in PolyReader POD
nwellnhof
[4/7] lucy git commit: Add POD for Analyzer abstract ctor
nwellnhof
[1/6] lucy-clownfish git commit: Make Class_fetch_class public
nwellnhof
[3/6] lucy-clownfish git commit: Improve gen_subroutine_pod error message
nwellnhof
[6/6] lucy-clownfish git commit: Merge branch 'ctor-documentation'
nwellnhof
[5/6] lucy-clownfish git commit: Switch to base class CFCCallable in docgen
nwellnhof
[2/6] lucy-clownfish git commit: Change default function for ctor POD
nwellnhof
[4/6] lucy-clownfish git commit: Add some accessors for CFCCallable
nwellnhof
[01/12] lucy-clownfish git commit: Add CFCPyTypeMap.
marvin
[04/12] lucy-clownfish git commit: Add CFCPython.
marvin
[07/12] lucy-clownfish git commit: Start runtime Python bindings.
marvin
[11/12] lucy-clownfish git commit: Build py C extension for runtime.
marvin
[10/12] lucy-clownfish git commit: Add test target for Python runtime bindings.
marvin
[02/12] lucy-clownfish git commit: Move Python files under `src`.
marvin
[09/12] lucy-clownfish git commit: Gen stub Python extension file.
marvin
[08/12] lucy-clownfish git commit: Add CFBind containing stubs.
marvin
[05/12] lucy-clownfish git commit: Regen charmonizer for Python details.
marvin
[12/12] lucy-clownfish git commit: Merge branch 'CLOWNFISH-66-stub-py-runtime'
marvin
[03/12] lucy-clownfish git commit: Move `cfc` Python module to top level.
marvin
[06/12] lucy-clownfish git commit: Add Python-specific details to charmonizer.
marvin
lucy git commit: Remove argument summary from =head2 in hand-rolled POD
nwellnhof
[1/4] lucy git commit: Add support for CPAN developer releases
nwellnhof
[3/4] lucy git commit: Add Clownfish and CFC to build_ and configure_requires
nwellnhof
[4/4] lucy git commit: Require specific Clownfish version in Lucy.pm
nwellnhof
[2/4] lucy git commit: Require specific Clownfish version in Build.PL
nwellnhof
[01/14] lucy-clownfish git commit: Mark Class_Get_Parent as nullable
nwellnhof
[08/14] lucy-clownfish git commit: Improve docucomments
nwellnhof
[12/14] lucy-clownfish git commit: Document To_String in each class
nwellnhof
[05/14] lucy-clownfish git commit: Harmonize UTF-8 parameter names
nwellnhof
[02/14] lucy-clownfish git commit: Harmonize name and default of capacity params
nwellnhof
[04/14] lucy-clownfish git commit: Mongolian Vowel Separator isn't whitespace
nwellnhof
[14/14] lucy-clownfish git commit: Merge branch 'documentation-and-misc-fixes'
nwellnhof
[09/14] lucy-clownfish git commit: Remove argument summary from =head2 in hand-rolled POD
nwellnhof
[10/14] lucy-clownfish git commit: Document Equals and Compare_To methods in each class
nwellnhof
[03/14] lucy-clownfish git commit: Make Blob ctors take void pointers
nwellnhof
[07/14] lucy-clownfish git commit: Make HashIterator public
nwellnhof
[06/14] lucy-clownfish git commit: Make Class_Get_Obj_Alloc_Size public
nwellnhof
[11/14] lucy-clownfish git commit: Another round of documentation fixes
nwellnhof
[13/14] lucy-clownfish git commit: Move Destroy methods to the bottom
nwellnhof
svn commit: r979386 - /websites/production/lucy/content/
nwellnhof
svn commit: r979384 - in /websites/staging/lucy/trunk/content: ./ download.html index.html
buildbot
svn commit: r1728340 - in /lucy/site/trunk/content: download.mdtext index.mdtext
nwellnhof
svn commit: r12215 - in /release/lucy: CHANGES-0.4.3.txt apache-lucy-0.4.3.tar.gz apache-lucy-0.4.3.tar.gz.asc apache-lucy-0.4.3.tar.gz.md5 apache-lucy-0.4.3.tar.gz.sha
nwellnhof
svn commit: r12214 - /dev/lucy/apache-lucy-0.4.4-rc1/ /release/lucy/CHANGES-0.4.4.txt /release/lucy/apache-lucy-0.4.4.tar.gz /release/lucy/apache-lucy-0.4.4.tar.gz.asc /release/lucy/apache-lucy-0.4.4.tar.gz.md5 /release/lucy/apache-lucy-0.4.4.tar.gz.sha
nwellnhof
svn commit: r12213 - in /release/lucy/clownfish: CHANGES-0.4.3.txt apache-clownfish-0.4.3.tar.gz apache-clownfish-0.4.3.tar.gz.asc apache-clownfish-0.4.3.tar.gz.md5 apache-clownfish-0.4.3.tar.gz.sha
nwellnhof
svn commit: r12212 - /dev/lucy/clownfish/apache-clownfish-0.4.4-rc1/ /release/lucy/clownfish/
nwellnhof
svn commit: r12107 - in /dev/lucy/apache-lucy-0.4.4-rc1: CHANGES-0.4.4.txt apache-lucy-0.4.4.tar.gz apache-lucy-0.4.4.tar.gz.asc apache-lucy-0.4.4.tar.gz.md5 apache-lucy-0.4.4.tar.gz.sha
nwellnhof
svn commit: r12106 - /dev/lucy/apache-lucy-0.4.4-rc1/
nwellnhof
svn commit: r12105 - in /dev/lucy/clownfish/apache-clownfish-0.4.4-rc1: CHANGES-0.4.4.txt apache-clownfish-0.4.4.tar.gz apache-clownfish-0.4.4.tar.gz.asc apache-clownfish-0.4.4.tar.gz.md5 apache-clownfish-0.4.4.tar.gz.sha
nwellnhof
svn commit: r12104 - /dev/lucy/clownfish/apache-clownfish-0.4.4-rc1/
nwellnhof
[1/6] lucy git commit: Update version numbers to 0.4.4
nwellnhof
[6/6] lucy git commit: Update CHANGES for 0.4.4
nwellnhof
[4/6] lucy git commit: Depend on Clownfish 0.4.4 everywhere
nwellnhof
[5/6] lucy git commit: Add Clownfish and CFC to build_ and configure_requires
nwellnhof
[2/6] lucy git commit: Update version numbers to 0.4.4
nwellnhof
[3/6] lucy git commit: Add support for CPAN developer releases
nwellnhof
[1/3] lucy-clownfish git commit: Update CHANGES for 0.4.4 release
nwellnhof
[2/3] lucy-clownfish git commit: Update version numbers to 0.4.4
nwellnhof
[3/3] lucy-clownfish git commit: Don't make Travis install CFC from CPAN
nwellnhof
lucy git commit: Regenerate charmonizer.c to fix OS detection
nwellnhof
lucy git commit: Regenerate charmonizer.c to fix OS detection
nwellnhof
[1/2] lucy-clownfish git commit: Add support for CPAN developer releases
nwellnhof
[2/2] lucy-clownfish git commit: Regenerate charmonizer.c to fix OS detection
nwellnhof
[1/2] lucy-clownfish git commit: Add support for CPAN developer releases
nwellnhof
[2/2] lucy-clownfish git commit: Swap Charmonizer checks for "nul" and "/dev/null"
nwellnhof
lucy-charmonizer git commit: Swap checks for "nul" and "/dev/null"
nwellnhof
lucy-clownfish git commit: Don't make Travis install CFC from CPAN
nwellnhof
lucy-charmonizer git commit: Print compiler command if verbosity >= 2
nwellnhof
[1/3] lucy-clownfish git commit: Make sure that CFC prereqs appear in CPAN META files
nwellnhof
[3/3] lucy-clownfish git commit: Make charmonizer print compiler command if verbosity >= 2
nwellnhof
[2/3] lucy-clownfish git commit: Rerun charmonizer with CHARM_VERBOSITY=2 after failure
nwellnhof
[1/3] lucy-clownfish git commit: Make sure that CFC prereqs appear in CPAN META files
nwellnhof
[3/3] lucy-clownfish git commit: Regenerate charmonizer.c
nwellnhof
[2/3] lucy-clownfish git commit: Rerun charmonizer with CHARM_VERBOSITY=2 after failure
nwellnhof
svn commit: r978078 - /websites/production/lucy/content/
nwellnhof
svn commit: r978077 - in /websites/staging/lucy/trunk/content: ./ download.html
buildbot
svn commit: r1725584 - /lucy/site/trunk/content/download.mdtext
nwellnhof
svn commit: r978076 - /websites/production/lucy/content/
nwellnhof
svn commit: r978074 - /websites/production/lucy/content/
nwellnhof
svn commit: r11959 - /dev/lucy/apache-lucy-0.4.3-rc1/ /release/lucy/CHANGES-0.4.3.txt /release/lucy/apache-lucy-0.4.3.tar.gz /release/lucy/apache-lucy-0.4.3.tar.gz.asc /release/lucy/apache-lucy-0.4.3.tar.gz.md5 /release/lucy/apache-lucy-0.4.3.tar.gz.sha
nwellnhof
svn commit: r11960 - in /release/lucy: CHANGES-0.4.2.txt apache-lucy-0.4.2.tar.gz apache-lucy-0.4.2.tar.gz.asc apache-lucy-0.4.2.tar.gz.md5 apache-lucy-0.4.2.tar.gz.sha
nwellnhof
svn commit: r978073 - in /websites/staging/lucy/trunk/content: ./ index.html
buildbot
svn commit: r1725578 - /lucy/site/trunk/content/index.mdtext
nwellnhof
svn commit: r11958 - in /release/lucy/clownfish: CHANGES-0.4.2.txt apache-clownfish-0.4.2.tar.gz apache-clownfish-0.4.2.tar.gz.asc apache-clownfish-0.4.2.tar.gz.md5 apache-clownfish-0.4.2.tar.gz.sha
nwellnhof
svn commit: r11957 - /dev/lucy/clownfish/apache-clownfish-0.4.3-rc1/ /release/lucy/clownfish/
nwellnhof
svn commit: r11917 - /release/lucy/clownfish/apache-clownfish-0.4.3-rc1/
nwellnhof
svn commit: r11916 - in /release/lucy/clownfish/apache-clownfish-0.4.3-rc1: CHANGES-0.4.3.txt apache-clownfish-0.4.3.tar.gz apache-clownfish-0.4.3.tar.gz.asc apache-clownfish-0.4.3.tar.gz.md5 apache-clownfish-0.4.3.tar.gz.sha
nwellnhof
svn commit: r11915 - in /dev/lucy/clownfish/apache-clownfish-0.4.3-rc1: CHANGES-0.4.3.txt apache-clownfish-0.4.3.tar.gz apache-clownfish-0.4.3.tar.gz.asc apache-clownfish-0.4.3.tar.gz.md5 apache-clownfish-0.4.3.tar.gz.sha
nwellnhof
svn commit: r11914 - /dev/lucy/clownfish/apache-clownfish-0.4.3-rc1/
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
[lucy] Git Push Summary
nwellnhof
Earlier messages
Later messages