Commit Graph

465 Commits (c2000dd1dac2357e8b058de71ec4255fda026e5d)

Author SHA1 Message Date
Christian Stimming 5714500990 Ignore failed chown() because it always fails on vfat/samba. #345913
20 years ago
Christian Stimming 4a26d3974a Use waitpid() only if <sys/wait.h> is available. Unavailable on win32.
20 years ago
Chris Shoemaker 7b07c2e238 When loading the gmodule backends from the test suite, look in ../.libs
20 years ago
Chris Shoemaker 89f37371d9 Disable support for the old binary file format.
20 years ago
Andreas Köhler 8ef848f7f8 Link gnome-utils against backend/file and remove symbol lookup in
20 years ago
Derek Atkins acba90be80 Refactor the file backend into a shared library and a loadable module.
20 years ago
Andreas Köhler 2bb9dc0c8f Add wait_for_gzip to avoid reading from a file that is still being
20 years ago
David Hampton 21f7d7e3d2 Fix gcc4 complaint about unused return value of the write function.
20 years ago
Andreas Köhler c3b8cdcfc6 Move is_gzipped_file to
20 years ago
Chris Shoemaker 564958f000 Add -avoid-version to LDFLAGS of gmodule backends.
20 years ago
Chris Shoemaker 97062a3b81 Merge 'misc-backend' -r 14160:14184 into trunk.
20 years ago
Joshua Sled eaf1843061 add core-utils to test setup; test-load-xml2 fails for me (from `make check`) otherwise
20 years ago
Chris Shoemaker 9c714d3e12 Undo accidental revert of part of r13713 by r14026.
20 years ago
Chris Shoemaker e4092bb349 Minor cleanups to gnc_counter_end_handler().
20 years ago
Chris Shoemaker b49877472e Factor out #define _GNU_SOURCE from various .c files into an AC_GNU_SOURCE
20 years ago
Chris Shoemaker 681577f889 Add begin/commit edit blocks to budget setters. Change to using the
20 years ago
Joshua Sled 1afdaac632 fix mis-use of test api.
20 years ago
Joshua Sled d08ba61322 add encoding to test xml files to prevent loading errors; reformat error message.
20 years ago
David Hampton 2ba716c4ed Use the existing QOF API to modify the instance dirty flag.
20 years ago
David Hampton c29ce7478d Clean up the xml file some by dropping empty kvp strings/frames and
20 years ago
David Hampton 8fd1f3a93a Fixes to compile with gcc4.
20 years ago
Andreas Köhler 14ce276877 Initial support to decode old, ambiguous data files, missing an encoding declaration, with the help of the user.
20 years ago
Derek Atkins d9c78bd0fe Fix a bunch of 64-bit compile issues.
20 years ago
Derek Atkins 422bf34bfe Get gnucash to build properly with the new QOF changes (0.6.4+)
20 years ago
Derek Atkins 5028d178ea Revert r13749. Wedon't need to explicitly #include glib.h
20 years ago
Neil Williams 66a9c0b6ac Explicitly including glib.h instead of relying on libqof to reduce dependency problems.
20 years ago
David Hampton dcf55d0a40 Generate the gnc:count-data tags by hand so that the attribute will be
20 years ago
David Hampton cdb4c42f62 When writing a currency to the data file, write the full commodity
20 years ago
David Hampton 73e481da0c Use the name "Currency" internally instead of ISO4217. Make it
20 years ago
David Hampton 9a3be57d8d Mike Alexander's patch to get currency quote retrieval working again,
20 years ago
David Hampton 36e7673159 Work around the fact that a validating XML parser barfs on gnucash's
20 years ago
David Hampton 5aa2cc3552 Regularize capitalization of the word 'GnuCash'.
20 years ago
David Hampton 9c5b9d501e Update to compile on FC5.
20 years ago
Christian Stimming 3fee619945 More linker flags for libraries. More svnignores.
20 years ago
Christian Stimming f31ba70fe3 Disable extra NFS lockfile checking on windows due to
20 years ago
Christian Stimming c4d5cfc28f Disable file compression on windows due to missing pipe(2),
20 years ago
Chris Shoemaker 5fd25c0154 Invert sense of conditions involving g_setenv() since its return value
20 years ago
Christian Stimming a56a386318 Check for errno macro EOPNOTSUPP only if it is defined
20 years ago
Christian Stimming 7225164c60 Add compatibility ifdefs for unavailable functions
20 years ago
David Hampton 4b04137e7d Never include "config.h" from a header file. Doing so makes it nigh
20 years ago
David Hampton 61a12b2715 Remove more functions to be deprecated in libqof2. (Pass Two - more
20 years ago
David Hampton 41db89c516 Remove functions to be deprecated in libqof2. (Pass One - trivial
20 years ago
Christian Stimming 9bcdddbe43 Replace setenv() by g_setenv for increased cross-platform
20 years ago
Chris Shoemaker c2ae90cc94 Factor out and create new function: xaccAccountIsPriced() that does the
20 years ago
Joshua Sled d46ad76a70 Bug#332802: fix Export Accounts; remove `price_lookup` and `export` functions from GncFileBackend.
20 years ago
David Hampton b575dc47af Compile cleanly with when _FORTIFY_SOURCE is defined. This definition
20 years ago
Derek Atkins ba4a80579a need g_type_init() because we don't actually "load" the file backend.
20 years ago
Derek Atkins b481174d1f move jsled's g-type initialization into the module init
20 years ago
Derek Atkins bb9dbe25e7 combine XML_{CFLAGS,LIBS} into LIBXML2_{CLFLAGS,LIBS}
20 years ago
Joshua Sled 88f70b0508 Fix test (init) failure.
20 years ago