]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/log
thirdparty/rrdtool-1.x.git
11 years agoFix rrdc_fetch behavior on RRDs with multiple DSes 445/head
Jan Kundrát [Wed, 26 Feb 2014 01:57:19 +0000 (02:57 +0100)] 
Fix rrdc_fetch behavior on RRDs with multiple DSes

When reading values from RRD files with multiple data sets, the auxiliary
parsing function would only copy the first item from the returned list; the
others were left uninitialized. On my x64_64 Linux machine, this actually reused
values form previous call to parse_char_array_header which happens to be a DS
definition. Given a RRD file with DS "a", "b" and "c", the first value on each
line would be correctly parsed, but the second value is "b", the actual DS name,
and the third one "c". These "values" cannot be parsed as numbers, and the whole
function therefore returns with an error. Making sure that all pointers within
the array are copied therefore fixes this problem.

11 years agoMerge pull request #435 from elfring/reserved_identifier_violation_clean-up
Tobias Oetiker [Tue, 26 Nov 2013 05:23:23 +0000 (21:23 -0800)] 
Merge pull request #435 from elfring/reserved_identifier_violation_clean-up

Bug #429: Clean-up of reserved identifier violations

11 years agoBug #429: Clean-up of reserved identifier violations 435/head
Markus Elfring [Mon, 25 Nov 2013 16:16:25 +0000 (17:16 +0100)] 
Bug #429: Clean-up of reserved identifier violations

A few identifiers did not fit to the expected naming convention of the
C++ language standard. This detail was fixed by the deletion of an underscore.
The probability for name clashes was reduced for the affected include guards
by the addition of a kind of universally unique identifier as a suffix.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
11 years agoBug #429: Clean-up of reserved identifier violations
Markus Elfring [Mon, 25 Nov 2013 16:10:51 +0000 (17:10 +0100)] 
Bug #429: Clean-up of reserved identifier violations

Some identifiers did not fit to the expected naming convention of the
C language standard. This detail was fixed by the deletion of leading underscores.
The probability for name clashes was reduced for the affected include guards
by the addition of a kind of universally unique identifier as a suffix.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
11 years agoMerge pull request #434 from elfring/signal_handler_correction
Tobias Oetiker [Mon, 25 Nov 2013 13:53:27 +0000 (05:53 -0800)] 
Merge pull request #434 from elfring/signal_handler_correction

Bug #431: Fix signal handler

11 years agoBug #431: Fix signal handler 434/head
Markus Elfring [Mon, 25 Nov 2013 13:11:34 +0000 (14:11 +0100)] 
Bug #431: Fix signal handler

The signal handler implementation called async-signal-unsafe functions.
Corresponding notifications are handled by the interface "sigwaitinfo"
in a separate thread now.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
11 years agofix pod syntax
Tobias Oetiker [Mon, 25 Nov 2013 13:06:31 +0000 (14:06 +0100)] 
fix pod syntax

11 years agomore travis changes ... trying to get it to build lua bindings too
Tobias Oetiker [Sun, 24 Nov 2013 22:15:00 +0000 (23:15 +0100)] 
more travis changes ... trying to get it to build lua bindings too

11 years agoadd lua and tcl to travis environment
Tobias Oetiker [Sun, 24 Nov 2013 21:55:03 +0000 (22:55 +0100)] 
add lua and tcl to travis environment

11 years agofix extra linebreak
Tobias Oetiker [Sun, 24 Nov 2013 21:53:15 +0000 (22:53 +0100)] 
fix extra linebreak

11 years agoadd libdbi
Tobias Oetiker [Sun, 24 Nov 2013 21:43:05 +0000 (22:43 +0100)] 
add libdbi

11 years agoMerge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Sun, 24 Nov 2013 15:43:05 +0000 (16:43 +0100)] 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x

11 years agoinf is null in json :-(
Tobias Oetiker [Sun, 24 Nov 2013 15:42:53 +0000 (16:42 +0100)] 
inf is null in json :-(

11 years agoMerge pull request #432 from maciekKolbusz/master
Tobias Oetiker [Wed, 20 Nov 2013 17:58:17 +0000 (09:58 -0800)] 
Merge pull request #432 from maciekKolbusz/master

Port number parameter now passed to DBI as integer.

11 years agoPort number parameter now passed to DBI as integer. 432/head
Maciek Kolbusz [Wed, 13 Nov 2013 16:43:37 +0000 (16:43 +0000)] 
Port number parameter now passed to DBI as integer.

11 years agotest different perl version
Tobias Oetiker [Thu, 31 Oct 2013 10:04:08 +0000 (11:04 +0100)] 
test different perl version

11 years agofix path
Tobias Oetiker [Thu, 31 Oct 2013 09:49:17 +0000 (10:49 +0100)] 
fix path

11 years agorun perl sample
Tobias Oetiker [Thu, 31 Oct 2013 09:45:24 +0000 (10:45 +0100)] 
run perl sample

11 years agoupdate README
Tobias Oetiker [Thu, 31 Oct 2013 09:38:56 +0000 (10:38 +0100)] 
update README

11 years agoupdate README
Tobias Oetiker [Thu, 31 Oct 2013 09:37:47 +0000 (10:37 +0100)] 
update README

11 years agoupdate README
Tobias Oetiker [Thu, 31 Oct 2013 09:37:33 +0000 (10:37 +0100)] 
update README

11 years agoupdate travis yml
Tobias Oetiker [Thu, 31 Oct 2013 09:10:05 +0000 (10:10 +0100)] 
update travis yml

11 years agoinstall autopoint
Tobias Oetiker [Thu, 31 Oct 2013 09:09:42 +0000 (10:09 +0100)] 
install autopoint

11 years agoinstall autopoint
Tobias Oetiker [Thu, 31 Oct 2013 09:07:22 +0000 (10:07 +0100)] 
install autopoint

11 years agobetter install instructions
Tobias Oetiker [Thu, 31 Oct 2013 08:57:57 +0000 (09:57 +0100)] 
better install instructions

11 years agotrying to get travis to dance
Tobias Oetiker [Thu, 31 Oct 2013 08:53:41 +0000 (09:53 +0100)] 
trying to get travis to dance

11 years agoproperly detect failing fallocate and fall back to seeking
Tobias Oetiker [Thu, 31 Oct 2013 08:47:55 +0000 (09:47 +0100)] 
properly detect failing fallocate and fall back to seeking

11 years agoargument parser regression fix - if no explicit reduce function is set, use the one...
Tobias Oetiker [Wed, 23 Oct 2013 17:06:58 +0000 (19:06 +0200)] 
argument parser regression fix - if no explicit reduce function is set, use the one associated with the RRA and not AVERAGE

11 years agoinitialize DEF step with chart --step when looking for data fix for a regression...
Tobias Oetiker [Wed, 23 Oct 2013 16:48:11 +0000 (18:48 +0200)] 
initialize DEF step with chart --step when looking for data fix for a regression with the new argument parser

11 years agoxport should only return as much data as was requested
Tobias Oetiker [Mon, 21 Oct 2013 13:48:54 +0000 (15:48 +0200)] 
xport should only return as much data as was requested

11 years agoMerge pull request #384 from vincentbernat/feature/allow-inexistent-files
Tobias Oetiker [Tue, 15 Oct 2013 05:50:05 +0000 (22:50 -0700)] 
Merge pull request #384 from vincentbernat/feature/allow-inexistent-files

graph: allow RRD files to be missing

11 years agoMerge pull request #414 from Zsub/feature/rrdcached-create-recursive
Tobias Oetiker [Mon, 14 Oct 2013 11:35:48 +0000 (04:35 -0700)] 
Merge pull request #414 from Zsub/feature/rrdcached-create-recursive

Add an option to let rrdcached recursively create directories.

11 years agoUpdate rrdcached documentation with new switch and its usage. 414/head
Joris de Vries [Mon, 14 Oct 2013 10:58:56 +0000 (12:58 +0200)] 
Update rrdcached documentation with new switch and its usage.

11 years agoRestrict -R usage to when -B (and -b) are set.
Joris de Vries [Mon, 14 Oct 2013 10:58:12 +0000 (12:58 +0200)] 
Restrict -R usage to when -B (and -b) are set.

11 years agoMerge pull request #406 from nhale25/master
Tobias Oetiker [Mon, 14 Oct 2013 09:55:47 +0000 (02:55 -0700)] 
Merge pull request #406 from nhale25/master

Fixed constant used in timespan check to be a long long.

11 years agoMerge pull request #422 from cbiedl/master
Tobias Oetiker [Mon, 14 Oct 2013 09:54:11 +0000 (02:54 -0700)] 
Merge pull request #422 from cbiedl/master

Fix vertical legend alignment, enhance --legend-direction

11 years agoMerge pull request #424 from crossett/master
Tobias Oetiker [Mon, 14 Oct 2013 09:53:09 +0000 (02:53 -0700)] 
Merge pull request #424 from crossett/master

Allow sql// and sql|| (pipe pipe) for libdbi datasources

11 years agoMerge pull request #423 from stevenh/master
Tobias Oetiker [Mon, 14 Oct 2013 09:51:20 +0000 (02:51 -0700)] 
Merge pull request #423 from stevenh/master

Add rrdcached client support to windows + misc compatibility fixes

11 years agoUpdate rrd_fetch.c 424/head
crossett [Wed, 9 Oct 2013 00:42:03 +0000 (20:42 -0400)] 
Update rrd_fetch.c

11 years ago== Makefile / config fixes == 423/head
Steven Hartland [Mon, 7 Oct 2013 11:21:37 +0000 (11:21 +0000)] 
== Makefile / config fixes ==
* Fixed invalid AC_LANG_PROGRAM usage.
* Fixed AUTOMAKE_OPTIONS not defining subdir-objects which caused warnings
* Switched from legacy INCLUDES to AM_CPPFLAGS
* Added Makefile clean targets to ensure all autogenerated targets are removed
* Updated Makefile.PL to be more portable and less hardcoded for Win32
* Switched bash scripts to use #!/usr/bin/env bash for compatibility with none Linux OS's
* Cleaned up win32/Makefile.msc variable defines for easy updating
* Updated defines of SIZEOF_TIME_T to take into account the variances in Windows.

== Code Enhancements / fixes ==
* Added support for rrdcached client methods to windows builds
* Fixed invalid type warning for atoi assignment to a enum
* Fixed malloc cast warnings
* Fixed illegal use of this for variable
* Fixed getsockname cast warning
* Removed HAVE_CONFIG_H checks as all platforms now have it
* Removed unused skip variable from rrd_graph data_fetch
* Fixed unused var warnings for newGraphDescription params
* Fixed unused var st warning in HandleInputLine
* Fixed all includes for <stdint.h> to check HAVE_STDINT_H
* Fixed use of uninitialsed base_dir in rrd_mkdir_p on Win32
* Updated win32/README with details of obtaining stdint.h as well as locations
  for dependencies

11 years agoAdd a --legend-direction=bottomup variant 422/head
Christoph Biedl [Sun, 6 Oct 2013 21:41:27 +0000 (23:41 +0200)] 
Add a --legend-direction=bottomup variant

The --legend-direction=bottomup2 variant will exempt leading and
trailing COMMENT lines from re-ordering. This might be useful for
generators like munin that use such lines for table headers and the
like.

Issue 419

11 years agoFix vertical legend alignment for --legend-direction=bottomup
Christoph Biedl [Sun, 6 Oct 2013 21:37:40 +0000 (23:37 +0200)] 
Fix vertical legend alignment for --legend-direction=bottomup

Issue 419

11 years agoleaktest should not be here
Tobias Oetiker [Thu, 3 Oct 2013 13:52:48 +0000 (15:52 +0200)] 
leaktest should not be here

11 years agoMerge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Thu, 3 Oct 2013 13:51:50 +0000 (15:51 +0200)] 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x

11 years agoremoving testing leftovers
Tobias Oetiker [Thu, 3 Oct 2013 13:50:26 +0000 (15:50 +0200)] 
removing testing leftovers

11 years agoMerge pull request #416 from ksjoberg/master
Tobias Oetiker [Thu, 5 Sep 2013 11:55:57 +0000 (04:55 -0700)] 
Merge pull request #416 from ksjoberg/master

Update the .NET binding

11 years agoFix info memleak, cleanup, throw exceptions instead of return codes 416/head
ksjoberg [Thu, 5 Sep 2013 10:55:31 +0000 (12:55 +0200)] 
Fix info memleak, cleanup, throw exceptions instead of return codes

11 years agoAdd x64 and x86 configurations allow for (simultaneous) platform support
ksjoberg [Thu, 5 Sep 2013 10:51:48 +0000 (12:51 +0200)] 
Add x64 and x86 configurations allow for (simultaneous) platform support

11 years agoAdd .gitignore to skip build output folders
ksjoberg [Thu, 5 Sep 2013 10:49:21 +0000 (12:49 +0200)] 
Add .gitignore to skip build output folders

11 years agoUpgrade Solution and Projects to VS2010
ksjoberg [Thu, 5 Sep 2013 10:47:56 +0000 (12:47 +0200)] 
Upgrade Solution and Projects to VS2010

11 years agobit patterns are 64bit, so better make sure they are 64bit on all platforms fix for...
Tobias Oetiker [Thu, 5 Sep 2013 09:05:50 +0000 (11:05 +0200)] 
bit patterns are 64bit, so better make sure they are 64bit on all platforms fix for issue 356

11 years agoChange tabs to spaces
Joris de Vries [Wed, 28 Aug 2013 15:11:26 +0000 (17:11 +0200)] 
Change tabs to spaces

11 years agoAdd an option to let rrdcached recursively create directories.
Joris de Vries [Sat, 24 Aug 2013 19:23:33 +0000 (21:23 +0200)] 
Add an option to let rrdcached recursively create directories.

If a `create` command is given, a path is accepted. This option enables rrdcached to create the directory structure if it does not exist yet.

11 years ago4294967296 has to be treaded as long long for this to work ... help the compiler...
Tobias Oetiker [Fri, 23 Aug 2013 14:21:33 +0000 (16:21 +0200)] 
4294967296 has to be treaded as long long for this to work ... help the compiler see this

11 years agoMerge pull request #412 from Zsub/patch-1
Tobias Oetiker [Mon, 19 Aug 2013 14:31:53 +0000 (07:31 -0700)] 
Merge pull request #412 from Zsub/patch-1

Remove wrong comma.

11 years agoRemove wrong comma. 412/head
Joris de Vries [Mon, 19 Aug 2013 13:54:21 +0000 (15:54 +0200)] 
Remove wrong comma.

11 years agoMerge branch 'master' of github.com:oetiker/rrdtool-1.x
Tobias Oetiker [Fri, 16 Aug 2013 09:12:36 +0000 (11:12 +0200)] 
Merge branch 'master' of github.com:oetiker/rrdtool-1.x

11 years agofix format string in Ruby binding
Johannes BrandstE4tter [Fri, 16 Aug 2013 09:07:36 +0000 (11:07 +0200)] 
fix format string in Ruby binding

12 years agoFixed constant used in timespan check to be a long long. 406/head
Nick [Sat, 20 Jul 2013 11:42:10 +0000 (12:42 +0100)] 
Fixed constant used in timespan check to be a long long.

This fixes a compiler warning on AIX in 32-bit with IBM XL C/C++ compiler.

12 years agoMerge pull request #405 from ThomasHerrlin/thomasherrlin
Tobias Oetiker [Wed, 17 Jul 2013 15:44:24 +0000 (08:44 -0700)] 
Merge pull request #405 from ThomasHerrlin/thomasherrlin

Fix median filter in cdeftutorial

12 years agoFix median filter in cdeftutorial 405/head
Thomas Herrlin [Tue, 16 Jul 2013 20:27:01 +0000 (22:27 +0200)] 
Fix median filter in cdeftutorial

Fixes commit 1198d31
What was described as an median filter was actually an average filter.

Sort the 3 values then take the middle of them using POP,EXC,POP.
Also uses one less prev() to decrease filter delay.

See https://en.wikipedia.org/w/index.php?title=Median_filter&oldid=558817813

Alternative fix is to rename "median" with "average" in the
description, but there already is an AVG rpn function for that.

12 years agoMerge pull request #403 from yarda/yardas
Tobias Oetiker [Sun, 7 Jul 2013 14:54:43 +0000 (07:54 -0700)] 
Merge pull request #403 from yarda/yardas

doc: updated options / parameters

12 years agodoc: updated options / parameters 403/head
Jaroslav Škarvada [Mon, 1 Jul 2013 10:12:18 +0000 (12:12 +0200)] 
doc: updated options / parameters

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
12 years agoMerge pull request #402 from julthomas/jth/imginfo
Tobias Oetiker [Wed, 26 Jun 2013 05:50:04 +0000 (22:50 -0700)] 
Merge pull request #402 from julthomas/jth/imginfo

Related to  37d3050 "Added imginfo format check"

12 years agoAllow empty imginfo string format 402/head
Julien Thomas [Tue, 25 Jun 2013 11:22:40 +0000 (13:22 +0200)] 
Allow empty imginfo string format

Commit 37d3050 "Added imginfo format check" breaks -f "" which used
to be very usefull to print data as text format on stdout. Allowing
an empty -f was particularly interesting because there was no
<width>x<height> printed out.

Before :

[root@nagios-2b ~]# rrdtool graph /dev/null -f "" --start -1d \
    DEF:d=/var/lib/rrd/nagios-2b/load.rrd:load5:AVERAGE \
    VDEF:v=d,AVERAGE \
    PRINT:v:%.6lf
5.284605

After :

[root@nagios-2b ~]# rrdtool graph /dev/null -f "" --start -1d \
    DEF:d=/var/lib/rrd/nagios-2b/load.rrd:load5:AVERAGE \
    VDEF:v=d,AVERAGE \
    PRINT:v:%.6lf
ERROR: bad format for imginfo

12 years agoAdd prototype for bad_format_imginfo
Julien Thomas [Tue, 25 Jun 2013 11:11:27 +0000 (13:11 +0200)] 
Add prototype for bad_format_imginfo

This patch solve implicit declaration of function 'bad_format_imginfo'
warning introduced by commit 37d3050 "Added imginfo format check".

rrd_graph.c: In function 'rrd_graph_v':
rrd_graph.c:4025: warning: implicit declaration of function 'bad_format_imginfo'
rrd_graph.c:4025: warning: nested extern declaration of 'bad_format_imginfo'
rrd_graph.c: At top level:
rrd_graph.c:4836: warning: no previous prototype for 'bad_format_imginfo'

12 years agograph: rename --missing-ds to --use-nan-for-all-missing-data 384/head
Vincent Bernat [Wed, 1 May 2013 14:44:20 +0000 (16:44 +0200)] 
graph: rename --missing-ds to --use-nan-for-all-missing-data

12 years agograph: when an RRD file is missing, provide an empty one
Vincent Bernat [Mon, 8 Apr 2013 16:16:49 +0000 (18:16 +0200)] 
graph: when an RRD file is missing, provide an empty one

Instead of providing a RRD without any DS, we provide one with the
expected DS. This allows one to use CDEF with this RRD. The DS
contains only NaN values.

12 years agograph: allow RRD files to be missing
Vincent Bernat [Fri, 5 Apr 2013 10:43:22 +0000 (12:43 +0200)] 
graph: allow RRD files to be missing

An option (-Z/--missing-ds) is added to allow RRD files to be
missing. In this case, the unknown value is assumed.

12 years agoMerge pull request #401 from sthen/master
Tobias Oetiker [Mon, 17 Jun 2013 13:16:44 +0000 (06:16 -0700)] 
Merge pull request #401 from sthen/master

fixes for rrdupdate, and rrdcached doc

12 years agopull in libgen.h, needed for basename() 401/head
Stuart Henderson [Sat, 15 Jun 2013 09:08:43 +0000 (10:08 +0100)] 
pull in libgen.h, needed for basename()

12 years agofix typo, localststedir->localstatedir
Stuart Henderson [Sat, 15 Jun 2013 08:37:14 +0000 (09:37 +0100)] 
fix typo, localststedir->localstatedir

12 years agoMerge pull request #399 from CapnBry/overupdate
Tobias Oetiker [Mon, 10 Jun 2013 04:30:08 +0000 (21:30 -0700)] 
Merge pull request #399 from CapnBry/overupdate

Update a maximum of row_cnt rows when updating an rra

12 years agoUpdate a maximum of row_cnt rows when updating an rra 399/head
Bryan Mayland [Fri, 7 Jun 2013 16:20:06 +0000 (12:20 -0400)] 
Update a maximum of row_cnt rows when updating an rra

12 years agoMerge pull request #397 from yarda/yardas
Tobias Oetiker [Wed, 5 Jun 2013 09:15:46 +0000 (02:15 -0700)] 
Merge pull request #397 from yarda/yardas

Added imginfo format check

12 years agoAdded imginfo format check 397/head
Jaroslav Škarvada [Mon, 3 Jun 2013 15:06:26 +0000 (17:06 +0200)] 
Added imginfo format check

Resolves: http://bugzilla.redhat.com/show_bug.cgi?id=969296
(CVE-2013-2131)

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
12 years agoMerge pull request #392 from yarda/yardas
Tobias Oetiker [Fri, 24 May 2013 12:16:22 +0000 (05:16 -0700)] 
Merge pull request #392 from yarda/yardas

tcl bindings: install to libdir as previously

12 years agotcl bindings: install to libdir as previously 392/head
Jaroslav Škarvada [Fri, 24 May 2013 09:52:31 +0000 (11:52 +0200)] 
tcl bindings: install to libdir as previously

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
12 years agoMerge pull request #389 from m27315/master
Tobias Oetiker [Tue, 14 May 2013 06:04:58 +0000 (23:04 -0700)] 
Merge pull request #389 from m27315/master

Fixed failed IEEE check for cross-compile support.

12 years agoFixed failed IEEE check for cross-compile support. 389/head
Trevor Bowen [Mon, 13 May 2013 21:47:29 +0000 (16:47 -0500)] 
Fixed failed IEEE check for cross-compile support.

12 years agoMerge pull request #388 from Thynix/python-dump
Tobias Oetiker [Wed, 8 May 2013 12:19:30 +0000 (05:19 -0700)] 
Merge pull request #388 from Thynix/python-dump

Add dump support to Python bindings.

12 years agoAdd dump support to Python bindings. 388/head
Steve Dougherty [Wed, 8 May 2013 04:42:27 +0000 (00:42 -0400)] 
Add dump support to Python bindings.

12 years agoMerge pull request #387 from songdongsheng/master
Tobias Oetiker [Sat, 4 May 2013 18:12:56 +0000 (11:12 -0700)] 
Merge pull request #387 from songdongsheng/master

Bring win32 and win64 build update

12 years agoMinor update of rrdtool dependency graph 387/head
Dongsheng Song [Sat, 4 May 2013 10:04:34 +0000 (18:04 +0800)] 
Minor update of rrdtool dependency graph

12 years agoFix version information in win32/rrd_config.h
Dongsheng Song [Sat, 4 May 2013 09:44:37 +0000 (17:44 +0800)] 
Fix version information in win32/rrd_config.h

12 years agoMake gcc and binding happy
Dongsheng Song [Sat, 4 May 2013 09:29:13 +0000 (17:29 +0800)] 
Make gcc and binding happy

12 years agoUse CRLF line endings for Windows resource files
Dongsheng Song [Sat, 4 May 2013 07:22:48 +0000 (15:22 +0800)] 
Use CRLF line endings for Windows resource files

12 years agoMerge WIN32-BUILD-TIPS.txt and win32\README, then remove outdated files
Dongsheng Song [Sat, 4 May 2013 06:47:41 +0000 (14:47 +0800)] 
Merge WIN32-BUILD-TIPS.txt and win32\README, then remove outdated files

12 years agoAdd rrdtool dependency graph
Dongsheng Song [Sat, 4 May 2013 06:46:48 +0000 (14:46 +0800)] 
Add rrdtool dependency graph

12 years agoIgnore *.exp too
Dongsheng Song [Sat, 4 May 2013 05:46:52 +0000 (13:46 +0800)] 
Ignore *.exp too

12 years agoAdd win32/Makefile.msc and related files
Dongsheng Song [Sat, 4 May 2013 05:44:58 +0000 (13:44 +0800)] 
Add win32/Makefile.msc and related files

12 years agoFix for MSC compiler
Dongsheng Song [Sat, 4 May 2013 05:43:05 +0000 (13:43 +0800)] 
Fix for MSC compiler

12 years agoIgnore msvc genertaed files
Dongsheng Song [Sat, 4 May 2013 05:39:45 +0000 (13:39 +0800)] 
Ignore msvc genertaed files

12 years agoMerge pull request #382 from vincentbernat/gitignore
Tobias Oetiker [Mon, 29 Apr 2013 13:09:46 +0000 (06:09 -0700)] 
Merge pull request #382 from vincentbernat/gitignore

add a gitignore file

12 years agoMerge pull request #383 from vincentbernat/fix/out-of-tree-build
Tobias Oetiker [Mon, 29 Apr 2013 13:08:50 +0000 (06:08 -0700)] 
Merge pull request #383 from vincentbernat/fix/out-of-tree-build

build: allow out-of-tree build

12 years agomove to non-deprecated pango_font_map_create_context
Tobias Oetiker [Wed, 24 Apr 2013 21:49:28 +0000 (23:49 +0200)] 
move to non-deprecated pango_font_map_create_context

12 years agobuild: allow out-of-tree build 383/head
Vincent Bernat [Fri, 5 Apr 2013 09:28:14 +0000 (11:28 +0200)] 
build: allow out-of-tree build

Building out of the tree is convenient because we there it does not
pollute VCS status and make it convenient to clean everything by just
removing the build directory.

Currently, the build won't work with Perl, Python and Ruby bindings.

12 years agoadd a gitignore file 382/head
Vincent Bernat [Thu, 4 Apr 2013 17:18:50 +0000 (19:18 +0200)] 
add a gitignore file

It contains common exclusion rules, autoconf stuff, automake stuff,
cscope and po. It is expected that a user would use a `build/`
directory to build stuff.

12 years agofixed overflow probem with partial matching
Tobias Oetiker [Tue, 19 Mar 2013 06:08:53 +0000 (07:08 +0100)] 
fixed overflow probem with partial matching

12 years agoLINE: should have width 1 and not width 0
Tobias Oetiker [Tue, 19 Mar 2013 06:08:25 +0000 (07:08 +0100)] 
LINE: should have width 1 and not width 0