Files
gnucash/libgnucash/engine
Richard Cohen d8f45f2443 Use const references for for-loops to avoid unnecessary copies
Found by clazy - clazy-range-loop-reference
2023-01-31 14:44:57 +00:00
..
2023-01-24 13:22:18 +00:00
2023-01-26 18:40:44 +08:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2022-10-29 21:53:57 +08:00
2021-03-02 01:15:32 +01:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2023-01-26 18:40:44 +08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2023-01-26 18:40:44 +08:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2023-01-24 13:22:18 +00:00
2017-08-10 18:45:00 +02:00
2023-01-26 18:40:44 +08:00
2023-01-26 18:40:44 +08:00
2018-09-23 16:00:41 +02:00
2023-01-24 13:22:18 +00:00
2018-09-23 16:00:41 +02:00
2023-01-26 18:40:44 +08:00
2023-01-26 18:40:44 +08:00
2023-01-26 18:40:44 +08:00
2023-01-26 18:40:44 +08:00
2017-08-10 18:45:00 +02:00
2023-01-24 13:22:18 +00:00
2021-03-02 01:15:32 +01:00
2018-09-23 16:00:41 +02:00
2023-01-26 18:40:44 +08:00
2023-01-26 18:40:44 +08:00
2018-09-23 16:00:41 +02:00
2021-03-02 01:15:32 +01:00
2022-04-14 18:02:17 -07:00
2023-01-24 13:22:18 +00:00
2023-01-23 18:40:01 +00:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2023-01-24 13:22:18 +00:00
2022-10-28 20:50:35 +08:00
2021-07-31 17:54:29 -07:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2021-02-16 13:23:16 -08:00
2017-08-10 18:45:00 +02:00
2017-08-10 18:45:00 +02:00
2023-01-24 13:22:18 +00:00
2017-08-10 18:45:00 +02:00
2021-03-02 01:15:32 +01:00
2017-08-10 18:45:00 +02:00
2022-04-08 14:12:50 -04:00
2022-04-08 19:20:40 +08:00
2017-08-10 18:45:00 +02:00
2023-01-26 18:40:44 +08:00
2021-03-02 01:15:32 +01:00
2022-04-08 14:12:50 -04:00
2018-07-13 09:49:33 -07:00
2023-01-26 18:40:44 +08:00
2021-03-02 01:17:26 +01:00
2017-08-10 18:45:00 +02:00

This directory contains code for the accounting engine.
Its fairly clean but far from perfect, and it certainly
lacks advanced features.

There should be no GUI code in this subdirectory, and,
ideally, it should build cleanly and independently of 
any GUI elements or assumptions.

For design documentation, please see the file "design.txt",
and also, look at the header files carefully.  The documentation
for each routine is in the header files for that routine.

September 1998