dwww Home | Show directory contents | Find package

# Generated by Makefile. Do not edit.

commit 0a5a00126f8c5ce4382b64854a707e9b2e3a21d5
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Tue Aug 31 22:15:36 2010 +0800

    Drop initial 1.0 API version
    
    Since GKeyFile# is being released for the first time, it should not have
    an API version stuck to its pc file. The API version can be added back
    at a later date should it ever break.

 GKeyFile/Makefile.am     |   10 +++++-----
 Makefile.am              |    6 +++---
 configure.in             |    4 ++--
 gkeyfile-sharp-1.0.pc.in |   10 ----------
 gkeyfile-sharp.pc.in     |   10 ++++++++++
 5 files changed, 20 insertions(+), 20 deletions(-)

commit db21571d4209529a430fb5a312893a35be4e13ff
Author: Alex Launi <alex.launi@gmail.com>
Date:   Wed Aug 18 12:57:14 2010 -0400

    Fix g_key_file_set_list_separator binding
    
    Test now passes, and setting ListSeparator doesn't break lists.

 GKeyFile/GKeyFile.custom            |    9 +++++++++
 GKeyFile/GKeyFile.metadata          |    1 +
 GKeyFile/Tests/src/GKeyFileTests.cs |    2 +-
 3 files changed, 11 insertions(+), 1 deletions(-)

commit dd0fe5a59e6a5af86a7eff6a73c9380f13bbda2d
Author: Alex Launi <alex.launi@gmail.com>
Date:   Sun Aug 15 11:22:31 2010 -0400

    [Tests] Remove commented out separator test. Not get accessor for separator

 GKeyFile/Tests/Tests.userprefs      |    9 ++++-----
 GKeyFile/Tests/src/GKeyFileTests.cs |   17 +----------------
 2 files changed, 5 insertions(+), 21 deletions(-)

commit 150220bb0f26bdcc84e0a282f752c632dbc49ce4
Author: Alex Launi <alex.launi@gmail.com>
Date:   Sat Aug 14 23:35:55 2010 -0400

    [Tests] Add test for setting alternative list seperator

 GKeyFile/Tests/src/GKeyFileTests.cs     |   15 +++++++++++++--
 GKeyFile/Tests/src/test-keyfile.keyfile |    1 +
 2 files changed, 14 insertions(+), 2 deletions(-)

commit f3cbaca06ede56a063aca4bd87256273b1404e2b
Author: Alex Launi <alex.launi@gmail.com>
Date:   Sat Aug 14 20:29:22 2010 -0400

    [Tests] Unit test gkeyfile parsing functions

 GKeyFile/Tests/Tests.csproj             |   57 +++++++++++++++
 GKeyFile/Tests/Tests.sln                |   20 +++++
 GKeyFile/Tests/Tests.userprefs          |   36 +++++++++
 GKeyFile/Tests/src/GKeyFileTests.cs     |  121 +++++++++++++++++++++++++++++++
 GKeyFile/Tests/src/test-keyfile.keyfile |   18 +++++
 5 files changed, 252 insertions(+), 0 deletions(-)

commit c2998a9674b1572e7c90d99c845c71308f19150d
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 23:59:53 2010 +0800

    Use make automatic variables to specify files
    
    This fixes some out of tree build issues that were present when manually
    specifying the path names

 GKeyFile/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit c8936870e96da9a2f442a3ad0d9da2cb5d57283f
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 23:34:32 2010 +0800

    Drop unused sources and build_sources variables

 GKeyFile/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 66788447f13f4de2c71930189b3a1b074fdc83a9
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 23:32:06 2010 +0800

    s/GENERATED_SOURCE/GENERATED_SRC/g
    
    *_SOURCES confuses automake, since things usually use target_SOURCES to
    specify sources for native libraries and executables.

 GKeyFile/Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 4edb3f3cb01854d68f1c30c51f6ac7d9909ff12d
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 22:57:15 2010 +0800

    Remove all instances of hardcoding of "generated"

 GKeyFile/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit b0c202a6a31546a2d0ebd4174c92ed6685dc1685
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 22:54:42 2010 +0800

    Drop generated-stamp entry in .gitignore

 .gitignore |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit bd088c37e06790c51d155b57229eb828707448c3
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 22:50:25 2010 +0800

    Fix out of tree builds
    
    Makefile.am was missing some $(srcdir)s and had a few misplaced
    $(srcdir)s. This fixes them.

 GKeyFile/Makefile.am |   18 ++++++++++--------
 configure.in         |    2 --
 2 files changed, 10 insertions(+), 10 deletions(-)

commit c14a63139fd3ed3f13072da6d4c3a9f57b0f2534
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 20:46:21 2010 +0800

    Avoid copying around .snk file meaninglessly

 GKeyFile/AssemblyInfo.cs.in |    1 -
 GKeyFile/Makefile.am        |   11 ++++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

commit d8f3aebbbb2c1e7e57b8a2d90eb66e4bb09f8892
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 20:35:32 2010 +0800

    Ignore autogenerated files

 .gitignore |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 20731a1ff3d56c6987a95474b1c86a0fbac52f0f
Author: Chow Loong Jin <hyperair@ubuntu.com>
Date:   Thu Jul 8 20:12:21 2010 +0800

    Remove backup file Makefile.am~

 Makefile.am~ |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 46ccf86fc480462851e6183a4c9d1cd24b20e03b
Author: Alex Launi <alex.launi@gmail.com>
Date:   Fri Jul 2 22:21:56 2010 -0400

    Fix LoadFromDirs string array param to be a string array.

 GKeyFile/GKeyFile.metadata |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

commit ebbac2fb8de3019adbc7327ae96bc691437cd13e
Author: Alex Launi <alex.launi@gmail.com>
Date:   Fri Jul 2 17:29:36 2010 -0400

    Initial commit of gkeyfile-sharp

 AUTHORS                               |    1 +
 COPYING                               |    1 +
 GKeyFile/.gitignore                   |    2 +
 GKeyFile/AssemblyInfo.cs.in           |    6 +
 GKeyFile/GKeyFile.custom              |  127 +++++++++
 GKeyFile/GKeyFile.metadata            |   19 ++
 GKeyFile/Makefile.am                  |   51 ++++
 GKeyFile/gkeyfile-api.raw             |  343 ++++++++++++++++++++++
 GKeyFile/gkeyfile-sharp.dll.config.in |    5 +
 LICENSE.LGPL                          |  504 +++++++++++++++++++++++++++++++++
 Makefile.am                           |    8 +
 Makefile.am~                          |    8 +
 autogen.sh                            |    9 +
 configure.in                          |   68 +++++
 gkeyfile-sharp-1.0.pc.in              |   10 +
 gkeyfile-sharp.snk                    |  Bin 0 -> 596 bytes
 samples/sample.cs                     |   90 ++++++
 17 files changed, 1252 insertions(+), 0 deletions(-)

Generated by dwww version 1.15 on Thu Jun 27 23:37:32 CEST 2024.