Activity for csvscalpar

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • csvscalpar csvscalpar released /v2.0.1/README.txt

  • csvscalpar csvscalpar released /v2.0.1/csvscalpar-2.0.1.tgz

  • Clark Allen committed [d0c710]

    Updating the README.txt file.

  • Clark Allen committed [93f367]

    Merge branch 'develop'

  • Clark Allen committed [cc3d4d]

    Fixing version information.

  • Clark Allen committed [4b0e13]

    Fixing code errors.

  • Clark Clark committed [7a1f7f]

    Guarding the file resource to protect against a...

  • Clark Clark committed [708e12]

    Merge branch 'master' into develop

  • Clark Clark committed [de3723]

    Added code to prevent a file resource leak to t...

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • csvscalpar csvscalpar released /v2.0.0/README.txt

  • Clark Clark committed [e5b27d]

    correcting a typo.

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • csvscalpar csvscalpar released /v2.0.0/csvscalpar-2.0.0.tgz

  • csvscalpar csvscalpar released /v1.0.0/csvscalpar-2.0.0.tgz

  • Clark Clark committed [74b16d]

    Merge branch 'develop'

  • Clark Clark committed [ee93ed]

    Changes to README.txt

  • Clark Allen committed [a4eeee]

    Adding a manifest file.

  • Clark Allen committed [ba8472]

    Merge branch 'develop'

  • Clark Allen committed [e481a4]

    Updated README.txt, doc comment fixes, other mi...

  • Clark Clark committed [04445c]

    More unit tests, changes to the build script, doc.

  • Clark Allen committed [eb04a1]

    Adding ScalaDoc and cleaning up some code. Fix...

  • Clark Allen committed [8c89a2]

    Renaming a test file, adding ScalaDoc, Adjustin...

  • Clark Clark committed [2199b8]

    Playing with the build file and the EmitterTest.

  • Clark Clark committed [ebbcff]

    Merge branch 'master' into develop

  • Clark Clark committed [754411]

    Adding methods to handle Vectors in the Emitter...

  • Clark Allen committed [78f76b]

    Merge branch 'develop'

  • Clark Allen committed [6d143f]

    Doing a few round-trip tests to be sure that th...

  • Clark Allen committed [936aaa]

    Checking and adjusting tests.

  • Clark Allen committed [d08735]

    Working on the emitter.

  • Clark Allen committed [a3a6ee]

    Refining reader test

  • Clark Allen committed [ea1896]

    Option returns for the line reader with tests.

  • Clark Allen committed [ced9de]

    Added some tests for Option reads. More work o...

  • Clark Allen committed [2f982c]

    Handling quotes in the emitter, added unit tests.

  • Clark Allen committed [6dd41f]

    Handling quotes in the emitter and offering an ...

  • Clark Allen committed [8d5d82]

    emitter added.

  • Clark Allen committed [80e2ed]

    Adding vectors to the like array.

  • Clark Allen committed [f9a034]

    Beginning to add Vectors into the mix.

  • Clark Allen committed [ae64ca]

    checking output.

  • Clark Allen committed [d25367]

    Adding tests for the new Vector types.

  • Clark Allen committed [b43360]

    Beginning an emitter.

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • Clark Clark modified a wiki page

    Home

  • csvscalpar csvscalpar released /v1.0.0/README.txt

  • csvscalpar csvscalpar released /v1.0.0/csvscalpar_1.0.0.tar.gz

  • Clark Clark committed [9bcf2e]

    Merge branch 'develop'

  • Clark Clark committed [7af51d]

    fixing typos.

  • Clark Clark committed [ffb133]

    Fix for empty field at the end of the file.

  • Clark Clark committed [6c7101]

    readme file, Scaladoc, and new tests uncovering...

  • Clark Clark committed [f7ad97]

    Merge branch 'develop'

  • Clark Clark committed [74b0fc]

    Letter case error in file path corrected.

  • Clark Allen committed [da096c]

    Fixed short file deficiency.

  • Clark Allen committed [b973f6]

    Merge branch 'develop' into LineByLine

  • Clark Allen committed [cd7309]

    Merge branch 'LineByLine' into develop

  • Clark Allen committed [54727a]

    Test for brief input show a bug.

  • Clark Allen committed [b09956]

    Adding copyright notice.

  • Clark Allen committed [6e2a40]

    Testing the line reader with the same suite as ...

  • Clark Allen committed [9e165e]

    Merge branch 'LineByLine' into develop

  • Clark Allen committed [5b8121]

    reasoning the new problem of processing a block...

  • Clark Allen committed [2c12cc]

    Fleshing out the complex conditions in line work.

  • Clark Allen committed [57d67d]

    Merge branch 'LineByLine' into develop

  • Clark Allen committed [8f1842]

    code cleanup.

  • Clark Allen committed [241059]

    Merge branch 'LineByLine' into develop

  • Clark Allen committed [eeba60]

    more cleanup and additional test ideas

  • Clark Allen committed [82da8f]

    Merge branch 'LineByLine' into develop

  • Clark Allen committed [0f1ff4]

    character-level processing.

  • Clark Allen committed [ad8c5e]

    Changes for a line-by-line reader.

  • Clark Allen committed [5a9067]

    Tests to check for handling empty files, varyin...

  • Clark Allen committed [d71a62]

    tests for keeping line feeds.

  • Clark Allen committed [58ef7c]

    Merge branch 'KeepLineFeeds' into develop

  • Clark Allen committed [a9212d]

    Windows line ending work.

  • Clark Allen committed [ffacc9]

    Using ListBuffer instead of List to keep from r...

  • Clark Allen committed [7e6d7e]

    Merge branch 'UseListBuffer' into develop

  • Clark Allen committed [a4b7da]

    Merge branch 'SplitFileRead' into develop

  • Clark Allen committed [6eb070]

    Splitting out the file operation from the itera...

  • Clark Allen committed [8a7f87]

    more compares and a test of spaces in the input...

  • Clark Allen committed [48ee6a]

    Adjusted unit tests and comma comparison.

  • Clark Allen committed [846c0c]

    Fixing comma problems.

  • Clark Allen committed [c01e75]

    Merge branch 'EmbeddedCommas' into develop

  • Clark Allen committed [edec52]

    Merge branch 'FixBlankLines' into develop

  • Clark Allen committed [934e81]

    Fix for blank lines problem.

  • Clark Allen committed [bda4a2]

    Embedded quotes handled.

  • Clark Allen committed [bd9558]

    Merge branch 'FixQuotes' into develop

  • Clark Allen committed [53b741]

    test succeed but need to handle blank lines.

  • Clark Allen committed [db8eec]

    Cleanup and new exploration.

  • Clark Allen committed [cc321e]

    Initial commit

1
MongoDB Logo MongoDB