Mike Alexander
5bd7875437
Revert the part of 923b01e2
which reverses currency quotes less than 1.
...
Now that GnuCash uses 64 bit numbers in numerics this is not necessary.
It can store a number as small as 1e-9 with 9 significant digits.
2019-01-28 19:25:34 -05:00
Geert Janssens
a9f35ed7ae
Lowercase cmake commands
...
A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00
Rob Gowin
54ac7f23e0
Remove Autotools
2018-01-13 12:52:57 -06:00
Rob Gowin
bee2925ecc
Remove gnc-value-portfolio references from dist lists.
...
File itself was removed in c0fd3b3
.
2018-01-05 10:09:40 -06:00
John Ralls
c0fd3b3165
Remove all references to the now-defunct Yahoo! quote retrieval
...
And make Alphavantage the default.
2018-01-02 10:43:49 -08:00
Geert Janssens
ddfd38d8c3
Remove cmake hoop to change file permissions
...
As we are using cmake's own configure_file command, it will just copy
the permissions of the input file, which is what we want here.
2017-12-23 14:07:25 +01:00
Geert Janssens
f11eab36d9
Replace GNC_CONFIGURE(2) with configure_file
2017-12-23 14:07:25 +01:00
John Ralls
9b0a8723a4
More GNUInstallDirs path fixes.
2017-12-01 13:56:52 -08:00
Geert Janssens
649a6a263e
Fix installation destinations for overrides and quotes scripts
...
Mentioned by Robert Gowin and Christopher Lam
2017-11-30 17:37:32 +01:00
John Ralls
5204100d53
Use GNUInstallDirs in CMake Builds
...
Provides correct file layout when building distribution tarballs.
Fixes Bugs 790840 and 790841.
2017-11-28 14:25:35 -08:00
Geert Janssens
83d14e1c1c
Restructure the src directory
...
It is split into
- /libgnucash (for the non-gui bits)
- /gnucash (for the gui)
- /common (misc source files used by both)
- /bindings (currently only holds python bindings)
This is the first step in restructuring the code. It will need much
more fine tuning later on.
2017-08-10 18:45:00 +02:00