Code repositories

Home Research ICRA 2010 Scheme→C Hurd N900 Code Reading CV
n900-chicken.git
2 years agoBasic autobuilder, incredibly inefficient, but simple master
Andrei Barbu [Wed, 14 Apr 2010 06:18:26 +0000]
Basic autobuilder, incredibly inefficient, but simple

2 years agoMaemo split and an app 'ConfTime' (test4)
Andrei Barbu [Tue, 13 Apr 2010 21:53:16 +0000]
Maemo split and an app 'ConfTime' (test4)

2 years agoAdded chicken-maemo, split maemo-specific bits away from chicken-qt
Andrei Barbu [Mon, 12 Apr 2010 05:20:45 +0000]
Added chicken-maemo, split maemo-specific bits away from chicken-qt

2 years agosphinx and pocketsphinx
Andrei Barbu [Sun, 11 Apr 2010 19:36:48 +0000]
sphinx and pocketsphinx

2 years agoClean up old timer
Andrei Barbu [Sun, 11 Apr 2010 02:54:07 +0000]
Clean up old timer

2 years agoNetworking capabilities, asynchronous http get
Andrei Barbu [Sun, 11 Apr 2010 02:45:38 +0000]
Networking capabilities, asynchronous http get

2 years agoA useful test 4 (a conference talk timer), optional return argument specification...
Andrei Barbu [Sat, 10 Apr 2010 16:59:23 +0000]
A useful test 4 (a conference talk timer), optional return argument specification for qt:invoke-method

2 years agodebianize-egg shouldn't build the egg
Andrei Barbu [Sat, 10 Apr 2010 11:44:55 +0000]
debianize-egg shouldn't build the egg

2 years agoCleanup eggs that build unmodified from upstream now that the autobuild script works
Andrei Barbu [Sat, 10 Apr 2010 05:46:50 +0000]
Cleanup eggs that build unmodified from upstream now that the autobuild script works

2 years agoBetter egg debianization scripts, fetch&build script
Andrei Barbu [Sat, 10 Apr 2010 05:19:08 +0000]
Better egg debianization scripts, fetch&build script

2 years agoNo more magic numbers for maemo window attribute bindings
Andrei Barbu [Sat, 10 Apr 2010 04:41:18 +0000]
No more magic numbers for maemo window attribute bindings

2 years agoAdded renaming rule for -;_, removed nop wrappers, maemo bindings to window attributes
Andrei Barbu [Sat, 10 Apr 2010 04:32:25 +0000]
Added renaming rule for -;_, removed nop wrappers, maemo bindings to window attributes

2 years agoBump, more qt-related dependencies added
Andrei Barbu [Sat, 10 Apr 2010 04:04:08 +0000]
Bump, more qt-related dependencies added

2 years agoUgly build file hack, only way I know how to get qt to add compiler arguments on...
Andrei Barbu [Sat, 10 Apr 2010 04:03:12 +0000]
Ugly build file hack, only way I know how to get qt to add compiler arguments on armel

2 years agoBugfix in the variant list and some cleanup
Andrei Barbu [Sat, 10 Apr 2010 03:59:32 +0000]
Bugfix in the variant list and some cleanup

2 years agoSplit the dbus egg into its own repository, chicken-dbus
Andrei Barbu [Thu, 8 Apr 2010 08:04:38 +0000]
Split the dbus egg into its own repository, chicken-dbus

2 years agoUpdate debianize-egg for setup-helper, it places files in /usr/share/chicken
Andrei Barbu [Thu, 8 Apr 2010 04:57:57 +0000]
Update debianize-egg for setup-helper, it places files in /usr/share/chicken

2 years agoUpdated examples
Andrei Barbu [Wed, 7 Apr 2010 07:45:05 +0000]
Updated examples

2 years agoNow works on non-maemo platforms, temporary solution for pointers through qt_metacall
Andrei Barbu [Wed, 7 Apr 2010 07:44:49 +0000]
Now works on non-maemo platforms, temporary solution for pointers through qt_metacall

2 years agoSwitched to building in C++, should make bindings simpler in the future
Andrei Barbu [Wed, 7 Apr 2010 06:14:37 +0000]
Switched to building in C++, should make bindings simpler in the future

2 years agoBetter usage of qmake, got tired of staring at hundreds of useless warnings
Andrei Barbu [Wed, 7 Apr 2010 05:26:22 +0000]
Better usage of qmake, got tired of staring at hundreds of useless warnings

2 years agoUpdated copy test script
Andrei Barbu [Mon, 5 Apr 2010 07:49:10 +0000]
Updated copy test script

2 years agoWorking test3
Andrei Barbu [Mon, 5 Apr 2010 07:48:05 +0000]
Working test3

2 years agoFixed order of cases in the variant list inserter
Andrei Barbu [Mon, 5 Apr 2010 06:59:29 +0000]
Fixed order of cases in the variant list inserter

2 years agoFixed memory allocation issue
Andrei Barbu [Mon, 5 Apr 2010 06:54:55 +0000]
Fixed memory allocation issue

2 years agoDBus method calls with optional callbacks, exposing methods to dbus
Andrei Barbu [Mon, 5 Apr 2010 05:38:36 +0000]
DBus method calls with optional callbacks, exposing methods to dbus

2 years agoSending/receiving bool, uint and double through Qt
Andrei Barbu [Sun, 4 Apr 2010 17:39:42 +0000]
Sending/receiving bool, uint and double through Qt

2 years agoDBus tests and test consolidation
Andrei Barbu [Sun, 4 Apr 2010 16:45:28 +0000]
DBus tests and test consolidation

2 years agoImplemented receiving and sending DBus signals
Andrei Barbu [Sun, 4 Apr 2010 16:45:07 +0000]
Implemented receiving and sending DBus signals
Fixed potential memory leak/crash in string/connection handling

2 years agoChangelog bump
Andrei Barbu [Sun, 4 Apr 2010 16:43:33 +0000]
Changelog bump

2 years agoMuch better integration with the Qt signal/slots mechanism
Andrei Barbu [Sun, 4 Apr 2010 03:08:11 +0000]
Much better integration with the Qt signal/slots mechanism

2 years agoFinalizers for qt:variant-list so that manual memory management is no longer required
Andrei Barbu [Sat, 3 Apr 2010 03:28:55 +0000]
Finalizers for qt:variant-list so that manual memory management is no longer required

2 years agoAn example of connecting and emitting signals with multiple arguments
Andrei Barbu [Sat, 3 Apr 2010 02:44:46 +0000]
An example of connecting and emitting signals with multiple arguments

2 years agoSupport for invoking Qt methods with a variable number of arguments, basic support...
Andrei Barbu [Sat, 3 Apr 2010 02:43:12 +0000]
Support for invoking Qt methods with a variable number of arguments, basic support for building without maemo

2 years agoConsolidated the different marshalling code, bugfix in the dynamic receiver
Andrei Barbu [Thu, 1 Apr 2010 06:16:23 +0000]
Consolidated the different marshalling code, bugfix in the dynamic receiver

2 years agoAdded support for QList<QVariant> & disconnecting slots/signals
Andrei Barbu [Thu, 1 Apr 2010 02:01:48 +0000]
Added support for QList<QVariant> & disconnecting slots/signals

2 years agoDebianized the 'test' egg for unit testing the qt bindings
Andrei Barbu [Thu, 1 Apr 2010 02:00:41 +0000]
Debianized the 'test' egg for unit testing the qt bindings

2 years agoAdded support for arguments from signals in scheme in preparation for d-bus
Andrei Barbu [Tue, 30 Mar 2010 08:43:23 +0000]
Added support for arguments from signals in scheme in preparation for d-bus

2 years agoAn example of chicken-dbus and chicken-qt. This sadly requires polling, and so it...
Andrei Barbu [Sat, 27 Mar 2010 08:53:16 +0000]
An example of chicken-dbus and chicken-qt. This sadly requires polling, and so it uses CPU time even when idle. Will need to implement QtDbus bindings

2 years agoNew test/demo of changing the screen orientation
Andrei Barbu [Sat, 27 Mar 2010 05:19:26 +0000]
New test/demo of changing the screen orientation

2 years agoTest1 reorganized
Andrei Barbu [Sat, 27 Mar 2010 05:06:01 +0000]
Test1 reorganized

2 years agodebianized dbus and its dependency foreigners
Andrei Barbu [Sat, 27 Mar 2010 04:42:10 +0000]
debianized dbus and its dependency foreigners

2 years agoAdded missing dbus dependency
Andrei Barbu [Sat, 27 Mar 2010 04:34:45 +0000]
Added missing dbus dependency

2 years agoUpdated egg-debianize script
Andrei Barbu [Sat, 27 Mar 2010 04:08:29 +0000]
Updated egg-debianize script

2 years agoDebianized the eggs that chicken-qt depends on
Andrei Barbu [Sat, 27 Mar 2010 04:08:06 +0000]
Debianized the eggs that chicken-qt depends on

2 years agomaemo-optify ebuild
Andrei Barbu [Fri, 26 Mar 2010 12:09:05 +0000]
maemo-optify ebuild

2 years agoFixed variable capture in perl regex
Andrei Barbu [Fri, 26 Mar 2010 06:30:54 +0000]
Fixed variable capture in perl regex

2 years agoRenamed broken variable
Andrei Barbu [Fri, 26 Mar 2010 06:19:42 +0000]
Renamed broken variable

2 years agoScript to quickly debianize an egg
Andrei Barbu [Fri, 26 Mar 2010 06:13:00 +0000]
Script to quickly debianize an egg

2 years agoPlaying with callbacks for screen rotation
Andrei Barbu [Fri, 26 Mar 2010 06:12:31 +0000]
Playing with callbacks for screen rotation

2 years agoPorted the dbus egg to v4
Andrei Barbu [Wed, 24 Mar 2010 04:16:42 +0000]
Ported the dbus egg to v4

2 years agoImport of the old v3 dbus egg
Andrei Barbu [Wed, 24 Mar 2010 04:13:39 +0000]
Import of the old v3 dbus egg

2 years agoAdded 2 of the 3 information boxes
Andrei Barbu [Wed, 24 Mar 2010 00:12:08 +0000]
Added 2 of the 3 information boxes

2 years agoAdded qt:add-attribute, qt:remove-attribute, qt:attribute? for maemo window attributes
Andrei Barbu [Tue, 23 Mar 2010 21:40:54 +0000]
Added qt:add-attribute, qt:remove-attribute, qt:attribute? for maemo window attributes
Added qt:window-flags, qt:set-window-flags for stackable window support

2 years agoInitial import
Andrei Barbu [Tue, 23 Mar 2010 00:06:41 +0000]
Initial import

This page took 0.050039 seconds and 4 git commands to generate.