ohcount
2009-06-21  Andy Verprauskus[CHANGE] complete last commit, add second necessary...
2009-06-20  Andy Verprauskus[NEW] add tests (currently broken) for source_file_list
2009-06-19  Andy Verprauskus[FIX] temp fix for missing language in language_percents
2009-06-19  Andy Verprauskus[CHANGE] change src/diff.c for mitchell
2009-06-11  mitchellEdited build to build on Mac OSX.
2009-06-10  mitchellFixed build regexen to compile on Mac OSX.
2009-06-05  Andy VerprauskusMerge branch 'master' of git@github.com:andyverprauskus...
2009-06-05  Andy Verprauskus[FIX] make src/parsers/compile work on MACOS
2009-06-01  andy verprauskus[FIX] force build to use bash instead of default shell...
2009-05-27  mitchellSince directories are added to SourceFileLists, don...
2009-05-24  mitchellUpdated test/unit/sourcefile_test.h for completeness.
2009-05-24  mitchellAdded documentation to src/ohcount.h noting gestalts...
2009-05-24  mitchellRemoved gestalt options from C ohcount (use ruby/gestal...
2009-05-24  mitchellFixed license detection for source files with no parsed...
2009-05-24  mitchellChanged build to use platform-specific Ruby include...
2009-05-24  mitchellruby/gestalt.rb will print gestalts if it is run.
2009-05-24  mitchellRemove ruby/ohcount.so in build clean.
2009-05-24  mitchellAdded gestalt_test.rb helper and run it on build of...
2009-05-24  mitchellForgot to delete hash/*.h files in build.
2009-05-24  mitchellAdded documentation for compiling Ruby extension; src...
2009-05-24  mitchellAdded gestalts.
2009-05-24  mitchellRemoved hash header include guards; they're unnecessary.
2009-05-24  mitchellAdded Ruby interface.
2009-05-23  mitchellRenamed ParsedLanguage->language to ParsedLanguage...
2009-05-23  mitchellAdded extra Doxygen doc; src/sourcefile.c
2009-05-23  mitchellChanged BINARY from NULL to "\1" for faster binary...
2009-05-22  mitchellAdded #include guards for src/hash/ headers.
2009-05-20  mitchellAdd option to build file to build Ohcount as shared...
2009-05-18  mitchellUse diskpath field if necessary for getting file conten...
2009-05-18  mitchellParsing SourceFileLists in src/sourcefile.c is much...
2009-05-17  mitchellAdded doc/html and bin/ to .gitignore.
2009-05-17  mitchellReduced calling of 'strlen' in loops for speed in src...
2009-05-17  mitchellModified build file to create 'bin/' directory if it...
2009-05-17  mitchellAdded Ohcount's output build files to .gitignore.
2009-05-17  mitchellFixed build script to generate headers when none are...
2009-05-17  mitchellRemoved all Ruby parts of Ohcount.
2009-05-17  mitchellModified .gitignore to not ignore doc/ directory.
2009-05-17  mitchellInitial import of files for generating Doxygen document...
2009-05-17  mitchellInitial import of build script.
2009-05-17  mitchellModified existing test/expected_licenses for C code.
2009-05-17  mitchellInitial import of C tests.
2009-05-17  mitchellInitial import of C source code.
2009-05-08  Robin Luckey[NEW] More disambiguation cleanup to support Limbo
2009-05-08  Robin LuckeyMerge branch 'limbo'
2009-05-08  Mechiel Lukkienand add the modified files too...
2009-05-08  Mechiel Lukkienadd support for Limbo.
2009-05-08  Robin Luckey[FIX] Clean up the mess in Objective-C/Matlab/Octave...
2009-05-07  James WebberUnit test cmake parser.
2009-05-07  James WebberAdd CMake parser.
2009-05-07  James WebberTest detection mappings for cmake.
2009-05-07  James WebberDetect *.cmake, CMakeLists.txt as cmake script.
2009-05-07  James WebberOutput of file -b for xml can contain two spaces and...
2009-05-07  unwesen[NEW] Boost license detection
2009-05-07  Robin Luckey[NEW] Test file for z80
2009-05-07  Robin Luckey[NEW] .z80 files now detected as assembler
2009-05-07  Robin Luckey[FIX] Clean up the alphabetic sort on the language...
2009-05-07  Robin Luckey[FIX] Remove unnecessary i9 file
2009-05-07  Robin LuckeyMerge git://github.com/vmlemon/ohcount into vmlemon
2009-05-07  Robin Luckey[CHANGE] Change the default sort order of gestalts...
2009-05-07  Robin Luckey[FIX] BlitzMax entry in the language map was incorrect.
2009-05-07  jason[CHANGE] Gestalt redesign.
2009-04-16  Tyson KeyReally, really add the test cases this time. I hate...
2009-04-16  Tyson KeySync the tree. Hopefully adding the i9 License changes...
2009-04-16  Tyson KeyAdd a sample file containing the i9 License header
2009-04-16  Tyson KeyUpdate license_map.rb to add i9 License
2009-04-14  Robin Luckey[FIX] Cleanup the progress reporting for bin/ohcount -g
2009-04-14  Robin LuckeyMerge branch 'glassfish'
2009-04-14  Robin Luckey[FIX] Names of some platforms and tools have changed
2009-04-08  Sylvestre LedruTest for cecill license
2009-04-08  Sylvestre LedruHandle cecill licenses
2009-04-08  Sylvestre LedruScilab added
2009-04-08  Sylvestre LedruManage Scilab language
2009-03-26  Robin Luckey[NEW] New platforms for detecting various Java applicat...
2009-03-21  Benjamin Kramer[FIX] Parse diff output ourselves instead of computing...
2009-03-20  Robin Luckey[FIX] Alternate diff implementation for very large...
2009-03-13  Olly BettsCheck contents of .st files actually looks like Smalltalk.
2009-03-10  Robin Luckey[FIX] BSD license detection was completely fubar. Many...
2009-03-10  Robin Luckey[FIX] Removing trailing whitespace through regex is...
2009-03-09  Robin Luckey[FIX] License detection didn't work in cases with trail...
2009-03-03  Jason RiedyAdd parsing support for GNU Octave.
2009-03-03  Jason RiedyPARSER_DOC should mention that ragel_parsers.c must...
2009-03-03  Jason RiedyA few Matlab(TM) parser modifications.
2009-03-03  Jason RiedyDifferentiate between Matlab(TM) and GNU Octave in...
2009-02-25  Robin Luckey[NEW] LocDeltaList + LocDeltaList => LocDeltaList
2009-02-23  Robin LuckeyMerge branch 'master' of git://github.com/d0k/ohcount
2009-02-21  Benjamin Kramer[FIX] license listing failed due to missing namespace
2009-02-19  Robin Luckey[NEW] Version 2.0.1 - Internal support for LOC delta... 2.0.1
2009-02-19  Robin LuckeyMerge branch 'master' of congo:dev/ohcount
2009-02-18  Robin Luckey[NEW] Implement LocList += LocDelta and LocList +=...
2009-01-31  Robin Luckey[FIX] Many fixes to GemSpec:
2009-01-31  Robin Luckey[FIX] Improvements to the build process:
2009-02-03  Nicolas Pierron[NEW] Add support for "Nix".
2009-01-30  Michael AdamDon't fail the "perl -w" detector test on my openSUSE...
2009-01-29  Robin Luckey[CHANGE] Some corrections to old comments.
2009-01-29  Robin Luckey[CHANGE] Clean up source_file.rb -- remove the clone_an...
2009-01-29  Robin Luckey[FIX] No one really uses it, but clean up and test...
2009-01-29  Robin Luckey[CHANGE] Move more of Ohcount to the new Loc classes...
2009-01-29  Robin Luckey[CHANGE] Begin moving Ohcount accross to new Loc classe...
2009-01-28  Robin Luckey[FIX] Unneccessarily diff'ing every file twice.
2009-01-28  Robin Luckey[NEW] General objects for keeping track of line counts...
next