]> Git — Sourcephile - comptalang.git/commit
Modification : filtre dès la lecture pour moins de consommation mémoire.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Fri, 24 Jul 2015 14:22:26 +0000 (16:22 +0200)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Wed, 29 Jul 2015 01:00:38 +0000 (03:00 +0200)
commitfe7442bfa81013f76fe168a8895928af25de96de
treee36f54ceda02b583e09e9c88e796418a0b3bdc29
parent32183ebaae61abacbd6c1c83120e3e76fcb5f7ff
Modification : filtre dès la lecture pour moins de consommation mémoire.
21 files changed:
GNUmakefile
cli/Hcompta/CLI/Command/Balance.hs
cli/Hcompta/CLI/Command/GL.hs
cli/Hcompta/CLI/Command/Journal.hs
cli/hcompta-cli.cabal
lib/Hcompta/Amount.hs
lib/Hcompta/Amount/Style.hs
lib/Hcompta/Amount/Unit.hs
lib/Hcompta/Balance.hs
lib/Hcompta/Filter.hs
lib/Hcompta/Format/Ledger.hs
lib/Hcompta/Format/Ledger/Journal.hs
lib/Hcompta/Format/Ledger/Read.hs
lib/Hcompta/Format/Ledger/Write.hs
lib/Hcompta/GL.hs
lib/Hcompta/Journal.hs [new file with mode: 0644]
lib/Hcompta/Lib/Consable.hs [new file with mode: 0644]
lib/Hcompta/Lib/Strict.hs [new file with mode: 0644]
lib/Hcompta/Lib/TreeMap.hs
lib/Test/Main.hs
lib/hcompta-lib.cabal