Commit Graph

149 Commits

Author SHA1 Message Date
Manuel Carmona
12e09ae1d0 upadated data 2017-07-18 09:01:42 +02:00
Alfredo Beaumont
608949faad Merge pull request #58 from mcarmonaa/feature-benchmarks
Benchmarks and results
2017-07-14 15:00:56 +02:00
Manuel Carmona
22cb6f602e renamed benchmark directory to benchmarks
updated .gitignore
2017-07-13 08:23:10 +02:00
Manuel Carmona
4ca7ffb769 added shebang to plot-histogram.gp 2017-07-13 08:23:10 +02:00
Manuel Carmona
f51a17547d augmented histogram font 2017-07-13 08:23:10 +02:00
Manuel Carmona
68109ad01c removed benchmark/output directory 2017-07-13 08:23:10 +02:00
Manuel Carmona
abf45f9266 modified README
requested changes in README

updated performance comment in README
2017-07-13 08:23:05 +02:00
Manuel Carmona
e4fa0067b3 added files with local execution results 2017-07-13 08:21:09 +02:00
Manuel Carmona
8d91dc7be8 added benchmarks and scripts to run, parse and plot them
moved benchmark/run-slow-benchmarks.sh's content to Makefile
2017-07-13 08:21:09 +02:00
Manuel Carmona
2045abfa41 use of gopkg.in/toqueteos/substring.v1 in content.go to improve GetLanguagesByContent performance 2017-07-13 08:21:09 +02:00
Alfredo Beaumont
b2b40bbfc5 Merge pull request #75 from mcarmonaa/fix/document-divergences
documented divergences from linguist
2017-07-12 17:09:42 +02:00
Manuel Carmona
013dc51499 documented divergences from linguist
requested changes
2017-07-11 14:18:49 +02:00
Alfredo Beaumont
c6e4c7f41c Merge pull request #70 from mcarmonaa/fix/document-safe
documented safe value and plural functions in the README
2017-07-11 10:26:38 +02:00
Alfredo Beaumont
4c28f19759 Merge pull request #64 from abeaumont/feature/add-maintainers
docs: Add MAINTAINERS file
2017-07-11 10:25:40 +02:00
Manuel Carmona
b2d0e5935b documented safe value and plural functions in the README 2017-07-11 08:34:33 +02:00
Santiago M. Mola
c41038d444 Merge pull request #71 from mcarmonaa/fix/cli-version
added version to cli
2017-07-10 17:51:03 +02:00
Santiago M. Mola
f5baed87e6 Merge pull request #68 from mcarmonaa/fix/cli-readme
added cli documentation to README
2017-07-10 17:49:56 +02:00
Santiago M. Mola
0582d61550 Merge pull request #67 from mcarmonaa/fix/cli-optimization
check for extension and filename first, without load a file content
2017-07-10 17:49:20 +02:00
Manuel Carmona
4edff792e8 added version to cli 2017-07-07 15:05:22 +02:00
Manuel Carmona
5117899250 added cli documentation to README 2017-07-07 10:15:27 +02:00
Manuel Carmona
761029c3a5 check for extension and filename first, without load a file content
removed language and ok variables declaration
2017-07-06 15:24:58 +02:00
Alfredo Beaumont
180c38db9d docs: Add MAINTAINERS file 2017-07-05 15:37:03 +02:00
Santiago M. Mola
d3f79d9a37 Merge pull request #63 from dpaz/issue60
Added end of line when outputs json
2017-07-05 14:07:59 +02:00
David Paz
511a56838d Added end of line when outputs json 2017-07-05 12:12:23 +02:00
Santiago M. Mola
317e70b972 Merge pull request #59 from mcarmonaa/fix/skip-binaries
binary files are returned as OtherLanguage by GetLanguage
2017-07-05 11:22:34 +02:00
Manuel Carmona
d8798c2dd9 binary files are returned as OtherLanguage by GetLanguage 2017-07-04 11:38:43 +02:00
dpaz
9de4d35959 Merge pull request #56 from dpaz/issue55
Changed usage text
2017-06-29 10:04:36 +02:00
David Paz
06bc5265b7 Changed usage text 2017-06-29 09:34:57 +02:00
Santiago M. Mola
a2019d23fc Merge pull request #54 from dpaz/issue52
Moved commit.go to the data directory
2017-06-28 04:30:12 -07:00
David Paz
a05b5ee202 regenerated to the last commit of linguist 2017-06-28 11:24:20 +02:00
David Paz
3f2248084e Moved commit.go to data directory 2017-06-28 11:22:42 +02:00
dpaz
f9805b3faa Merge pull request #53 from dpaz/delContent
Deleted content.go file
2017-06-28 11:13:24 +02:00
David Paz
78df505715 Deleted common.go file 2017-06-28 11:04:51 +02:00
Santiago M. Mola
47555b6e98 Merge pull request #32 from dpaz/dataDir
Subpackage for generated files
2017-06-27 23:41:19 -07:00
David Paz
ded3e2c4ae Added test-coverage 2017-06-28 08:31:31 +02:00
David Paz
7e827e47ef moved generated data to data subpackage 2017-06-28 08:31:11 +02:00
Santiago M. Mola
5a8c748dbe Merge pull request #41 from dpaz/newCli
Update  CLI to get the same output of linguist
2017-06-27 06:18:52 -07:00
Santiago M. Mola
78100948c4 Merge pull request #51 from erizocosmico/feature/no-reflection-sort
remove reflection-based slice sort
2017-06-26 08:36:43 -07:00
Miguel Molina
c28f6fa145 remove reflection-based slice sort
Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
2017-06-26 17:26:22 +02:00
David Paz
55a61c4be2 Now returns the same output for the same flags 2017-06-26 17:15:03 +02:00
Santiago M. Mola
804bf53f4a Merge pull request #49 from mcarmonaa/fix-tests
fixed linguist's commit which is used by tests
2017-06-26 08:05:27 -07:00
Manuel Carmona
b7d4be5fdd commit against tests run is fixed
renamed tmpLinguist to repoLinguist and SimpleLinguistTestSuite to EnryTestSuit in common_test.go

changed receiver's name for TestSuites to 's'

fixed comments
2017-06-26 15:35:53 +02:00
Santiago M. Mola
215669b017 Merge pull request #48 from dpaz/codeCov
CodeCov integration
2017-06-26 06:34:58 -07:00
Alexander
06075e939b Merge pull request #46 from bzz/add-generate-instructions
Doc: add development instructions
2017-06-22 12:15:01 +02:00
Alexander Bezzubov
f4528fcd89 docs: fixing typos 2017-06-21 12:06:16 +02:00
Alexander Bezzubov
81c101ce45 Add API usage example 2017-06-21 11:21:23 +02:00
David Paz
c5b49c57d2 Updated travis url 2017-06-21 11:02:33 +02:00
David Paz
69bbec1851 Added codeCov Badge to the readme 2017-06-21 10:50:55 +02:00
David Paz
9fd2d1e8cd added codeCov integration 2017-06-21 10:45:27 +02:00
Alexander Bezzubov
1fee327e08 Add development instructions 2017-06-21 08:22:22 +02:00