Commit Graph

33 Commits

Author SHA1 Message Date
vvzh
856c5b46a8 csvdocument: updated docs (file releases moved to Bitbucket)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-10-25 12:26:21 +00:00
vvzh
dd29195d5a csvdocument: released version 0.5
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-10-25 10:56:06 +00:00
vvzh
35555e2477 csvdocument: fixed release date in docs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3691 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-10-25 10:50:15 +00:00
vvzh
0fa3d0e10f csvdocument: updated docs for new version
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3690 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-10-25 10:47:56 +00:00
vvzh
67779de0e0 csvdocument: commented procedures/functions/properties (based on patch from Reinier Olislagers)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3689 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-10-25 09:17:34 +00:00
vvzh
f3c66179a3 fixed TrimEmptyCells removing empty cells in the middle of a row (patch from Reinier Olislagers)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3688 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2014-10-25 08:54:33 +00:00
vvzh
7afccb7f2a csvdocument: released version 0.5
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 17:56:07 +00:00
vvzh
5bdaf55641 csvdocument: added todo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-19 17:13:23 +00:00
vvzh
d06f7b4a54 csvdocument: more precise comment
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 22:06:26 +00:00
vvzh
271226ddfb csvdocument: small optimization based on short-circuit evaluation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:57:18 +00:00
vvzh
b06f7759b9 csvdocument: fixed incorrect MaxColCount calculation in TCSVParser if line with most cols is immediately followed by EOF
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2519 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:55:00 +00:00
vvzh
df456d9d1a csvdocument: updated docs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:18:35 +00:00
vvzh
3111df6827 csvdocument: added TCSVParser.MaxColCount property and more comments (patch by Reinier Olislagers)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2517 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-09-18 21:17:20 +00:00
vvzh
559b0a470e * csvdocument: updated documentation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2444 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-28 17:46:25 +00:00
vvzh
4a2a31f979 * csvdocument: updated list of files to be included into release
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2443 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-28 17:44:38 +00:00
vvzh
e1ca074fc2 * csvdocument: added project files for Lazarus 0.9.30 (without LCLBase dependency)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-28 17:26:08 +00:00
vvzh
147bd0d561 * csvdocument: fixed bug in demo application (updating StringGrid after loading a document)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2441 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-05-28 17:14:26 +00:00
vvzh
eda2e401bd csvdocument: updated wiki pages (release 0.4)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1632 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-11 06:58:35 +00:00
vvzh
c99184e64d csvdocument: fixed csvdocument.pas unit path issue in demo project (preparing to 0.4 release)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1630 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-10 15:13:54 +00:00
vvzh
8325b84349 csvdocument: updated wiki pages and release dates (preparing to 0.4 release)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1629 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-10 14:19:56 +00:00
vvzh
0dd62c13c1 csvdocument: cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1628 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-10 13:34:31 +00:00
vvzh
5fdd6f03d4 csvdocument: bugfixes in testsuite files handling
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1627 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-10 13:29:34 +00:00
vvzh
14f614f81b csvdocument: improved ChangeLineEndings function
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1626 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-10 13:28:22 +00:00
vvzh
ef62720766 csvdocument: performance improvements for QuoteCSVString
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1625 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-10 11:48:22 +00:00
vvzh
c9863cb2e6 csvdocument: changed testsuite commandline syntax
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1624 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-09 21:22:59 +00:00
vvzh
736b347bbf csvdocument: explicit line endings in test failure reports
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1623 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-09 11:53:10 +00:00
vvzh
03e76a36cf csvdocument: fixed line ending for tests
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-09 11:50:07 +00:00
vvzh
7b660c3f23 csvdocument: updated todo list
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1621 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-05-09 11:38:23 +00:00
vvzh
f02506ab90 csvdocument: reused faster ChangeLineEndings implementation from CodeTools by Mattias Gaertner
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1519 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-03-01 20:49:34 +00:00
vvzh
78c52d3eeb csvdocument: added some notes about CSV variations implementation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1512 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-02-27 11:34:33 +00:00
vvzh
32aa697b43 csvdocument: some more optimizations
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1478 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 22:40:44 +00:00
vvzh
d4da5d7108 csvdocument: added performance test mode to test suite
csvdocument: changed test suite project settings to generate asm listing


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1477 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 17:43:45 +00:00
vvzh
5fcdc6d075 csvdocument: initial commit to new repository
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-01-31 15:09:56 +00:00