trema/paper-house

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
lib/paper_house.rb5
A
0 mins
lib/paper_house/auto_depends.rb51
A
0 mins
lib/paper_house/build_failed.rb13
A
0 mins
lib/paper_house/build_task.rb112
A
0 mins
lib/paper_house/cc_options.rb30
A
0 mins
lib/paper_house/dependency.rb26
A
0 mins
lib/paper_house/executable_task.rb27
A
0 mins
lib/paper_house/library_task.rb27
A
0 mins
lib/paper_house/linker_options.rb36
A
0 mins
lib/paper_house/platform.rb20
A
0 mins
lib/paper_house/ruby_extension_task.rb29
A
0 mins
lib/paper_house/shared_library_task.rb35
A
0 mins
lib/paper_house/static_library_task.rb24
A
0 mins
lib/paper_house/version.rb3
A
0 mins
rake_simplecov_hook.rb19
A
0 mins
.gitignore
.projectile
.rspec
.rubocop.yml
.ruby-version
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Gemfile
Guardfile
LICENSE
README.md
Rakefile
cucumber.yml
examples/executable/Rakefile
examples/executable/Rakefile.llvm
examples/executable/hello.c
examples/executable_subdirs/Rakefile
examples/executable_subdirs/includes/hello.h
examples/executable_subdirs/sources/hello.c
examples/executable_subdirs/sources/main.c
examples/fail/Rakefile
examples/fail/hello
examples/fail/hello.c
examples/ruby_extension/Rakefile
examples/ruby_extension/Rakefile.llvm
examples/ruby_extension/hello.c
examples/shared_library/Rakefile
examples/shared_library/Rakefile.llvm
examples/shared_library/hello.c
examples/shared_library/hello.h
examples/shared_library/main.c
examples/shared_library_subdirs/Rakefile
examples/shared_library_subdirs/includes/hello.h
examples/shared_library_subdirs/sources/hello.c