Geert Janssens
90e95ba8ef
CMake - remove parameter repetition in else() and endif() statements - part 2
...
This follows Professional CMake's recommended practises
I missed plenty of these in my first commit. This one should fix
these remaining occurrences.
6 years ago
luz.paz
65bb60d621
Fix typos for gnuchash/ doc/ bindings/ and misc.
...
Typos found via `codespell -q 3 -D ~/Projects/codespell/codespell_lib/data/dictionary.txt -S *.po,./po,*.min.js,./ChangeLog*,./NEWS,./doc/README*,./AUTHORS,./libgnucash/tax/us/txf-de*,./data/accounts -L ans,cas,dragable,gae,iff,iif,mut,nd,numer,startd,stoll`
7 years ago
Geert Janssens
15a35e6a3b
Housekeeping - replace plenty of http links with https
...
There are more, but these are most common ones.
There are also a number of urls that don't behave well when https, so those are skipped
At some point I have also started marking non-working URLs as [DEAD LINK], though
that's not a full coverage.
7 years ago
John Ralls
3a91eedb45
Fix new gcc-8 warning about strncat.
...
gcc-8 wants us to use strcat for string constants.
7 years ago
Christopher Lam
b5fe4e3c64
[guile-json] add files to fix distcheck
7 years ago
Christopher Lam
84cc7b1bff
[guile-json] fix CMakeLists.txt
...
one file was renamed during the guile-json update.
7 years ago
Christopher Lam
66ae2abb8e
[guile-json] remove dependency on srfi-43
...
this is a compatibility hack to remove dependency on srfi-43 which is
not present on ubuntu 14.04. create a simplified vector-for-each
suitable for this module.
7 years ago
Christopher Lam
816dd3ea2a
[guile-json] show better error messages
7 years ago
Christopher Lam
d39f180c60
[guile-json] upgrade to latest version
7 years ago
John Ralls
bf55c30aeb
Fix most of the unused assignment errors from static analysis.
...
There are a very few left that need deeper study, but this gets
rid of most of the noise. For the most part it's just getting rid of
extra variables or removing an assignment that is always
replaced later but before any reads of the variable. A few are
discarded result variables.
7 years ago
John Ralls
93f3a8ea82
Fix build of jenny.c on 32-bit builds, mingw-w64.
8 years ago
Geert Janssens
54a5097c60
Bug 796777 - CVE-2008-1391: Integer overflow in included strfmon function
...
We only used strfmon in one source file to generate three fixed format
strings. Instead of updating to a newer strfmon in borrowed I have
chosen to reimplement the string formatters for these strings in C++.
Note this is *not* a full c++ conversion of the full functionality
of assistant-loan. Only the string parsing has been redone.
8 years ago
John Ralls
1131aa6fc4
Clean up jenny's whitespace.
8 years ago
John Ralls
40680369f6
Fix up jenny so that it complies with std=C11.
8 years ago
John Ralls
827c43d935
Add jenny to the dist and compile it.
8 years ago
John Ralls
fa1b4c685f
Add jenny to sources for combinatorics testing.
8 years ago
Potuz
e3e1464a01
Bug 794617 - Can't compile with -DWITH_GNUCASH=NO due to scm-gnome-utils
...
Pricedb.go doesn't need gnc-gnome-utils and we don't need WebKit or
gwenhywfar-gtk3 if we have no GUI.
8 years ago
Geert Janssens
85c7f7d1cb
Install guile-json on the toplevel scm directory instead of gnucash
...
It's imported code, not gnucash specific. In addition that's where the json
script expexts to find it's subfiles.
8 years ago
Geert Janssens
a9f35ed7ae
Lowercase cmake commands
...
A huge bikeshed fest but it distracted me enough to do it anyway.
8 years ago
Geert Janssens
92afea59ae
Fix guile-json inclusion
8 years ago
Christopher Lam
50e109a9fa
guile-json: attempt cmake
8 years ago
Christopher Lam
02cfd017e9
guile-json: upgrade to 4-byte unicode chars.
8 years ago
Christopher Lam
52d5f0ba2d
guile-json - initial commit
8 years ago
Robert Fewell
9b120f95a9
Missing container add for textbrowser
...
Needed to add gtk_container_add to add the text_view to the scroll
window.
8 years ago
Robert Fewell
3f7d70ace3
Error for lineedit when setting text
...
Critical errors were logged when trying to set the gtkentry text when
value is null, test for this before setting entry text.
8 years ago
Robert Fewell
f7211edbab
Couple of missing properties for groupbox
...
When fixing related combo error a couple of critical errors were logged
for 'Function is not appropriate for this type of widget' which turned
out to be visibility properties so added them to stop error.
8 years ago
Robert Fewell
7033b331ee
Bug794707 - Aqbanking combo boxes missing selection.
...
Modified w_combobox.c setup procedure was had an error when modified
for gtk3 use.
8 years ago
Geert Janssens
56a58e6528
Bug 787497 - Disabling OFX, AqBanking or python-bindings support cripples the dist build target
8 years ago
Rob Gowin
54ac7f23e0
Remove Autotools
8 years ago
John Ralls
6e9025d2f9
Don't build borrowed/gwengui-gtk3 if its provided by gwenhywfar.
8 years ago
John Ralls
5204100d53
Use GNUInstallDirs in CMake Builds
...
Provides correct file layout when building distribution tarballs.
Fixes Bugs 790840 and 790841.
8 years ago
Geert Janssens
1238b9d8cd
Prevent gcc from searching config.h in the current directory
...
This will avoid a ninja-build from picking up a config.h generated by the autotools build
(in the root build directory). Picking up the wrong config.h may lead to all kinds of
subtle issues if the autotools run was done with different options than the cmake run.
9 years ago
John Ralls
2184cb347a
Install libgwengui-gtk3.dll on Windows.
9 years ago
John Ralls
739995df54
Fix distribution pieces for gwenhywfar-gtk3.
9 years ago
John Ralls
6e652e82ad
Add w_image.c to EXTRA_DIST.
...
Missed in original commit, noticed by intltool.
9 years ago
John Ralls
d02ce3afb1
Fix type mismatch (ptr & int) in comparison.
9 years ago
John Ralls
2006155985
Build gwengui-gkt3 only if AQBanking is enabled.
9 years ago
John Ralls
2ee5b202bf
Temporarily include building libgwengui-gtk3 in GnuCash.
...
Revert this commit when it's widely available in distributed packages.
9 years ago
Geert Janssens
f943ba61ae
Rename directory for code from external projects
...
'lib' is also being used by the cmake build, so there was a
theoretical risk for file conflicts. The new name is 'borrowed'.
9 years ago