cxxproject 0.5.73 → 0.5.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/cxxproject/buildingblocks/building_block.rb +1 -1
- data/lib/cxxproject/ext/rake.rb +6 -1
- data/lib/cxxproject/version.rb +1 -1
- metadata +52 -50
- checksums.yaml +0 -7
| @@ -182,7 +182,7 @@ module Cxxproject | |
| 182 182 | 
             
                def process_result(cmd, console_output, error_parser, alternate, success)
         | 
| 183 183 | 
             
                  hasError = (success == false)
         | 
| 184 184 | 
             
                  if (cmd != @lastCommand) or (@printedCmdAlternate and hasError)
         | 
| 185 | 
            -
                    printCmd(cmd, alternate, hasError && Rake::application. | 
| 185 | 
            +
                    printCmd(cmd, alternate, hasError && Rake::application.lint == false)
         | 
| 186 186 | 
             
                  end
         | 
| 187 187 | 
             
                  errorPrinted = process_console_output(console_output, error_parser)
         | 
| 188 188 |  | 
    
        data/lib/cxxproject/ext/rake.rb
    CHANGED
    
    | @@ -25,13 +25,14 @@ module Rake | |
| 25 25 | 
             
                attr_writer :consoleOutput_visualStudio
         | 
| 26 26 | 
             
                attr_writer :addEmptyLine
         | 
| 27 27 | 
             
                attr_writer :debug
         | 
| 28 | 
            +
                attr_writer :lint
         | 
| 28 29 | 
             
                def max_parallel_tasks
         | 
| 29 30 | 
             
                  @max_parallel_tasks ||= 8
         | 
| 30 31 | 
             
                end
         | 
| 31 32 |  | 
| 32 33 | 
             
                def debug
         | 
| 33 34 | 
             
                  @debug ||= false
         | 
| 34 | 
            -
                end | 
| 35 | 
            +
                end
         | 
| 35 36 |  | 
| 36 37 | 
             
                def addEmptyLine
         | 
| 37 38 | 
             
                  @addEmptyLine ||= false
         | 
| @@ -79,6 +80,10 @@ module Rake | |
| 79 80 | 
             
                  @consoleOutput_visualStudio ||= false
         | 
| 80 81 | 
             
                end
         | 
| 81 82 |  | 
| 83 | 
            +
                def lint
         | 
| 84 | 
            +
                  @lint ||= false
         | 
| 85 | 
            +
                end
         | 
| 86 | 
            +
                
         | 
| 82 87 | 
             
              end
         | 
| 83 88 |  | 
| 84 89 | 
             
              class Jobs
         | 
    
        data/lib/cxxproject/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,52 +1,48 @@ | |
| 1 | 
            -
            --- !ruby/object:Gem::Specification
         | 
| 1 | 
            +
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: cxxproject
         | 
| 3 | 
            -
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
               | 
| 3 | 
            +
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            +
              prerelease: 
         | 
| 5 | 
            +
              version: 0.5.74
         | 
| 5 6 | 
             
            platform: ruby
         | 
| 6 | 
            -
            authors:
         | 
| 7 | 
            +
            authors: 
         | 
| 7 8 | 
             
            - oliver mueller
         | 
| 8 9 | 
             
            autorequire: 
         | 
| 9 10 | 
             
            bindir: bin
         | 
| 10 11 | 
             
            cert_chain: []
         | 
| 11 | 
            -
             | 
| 12 | 
            -
             | 
| 13 | 
            -
             | 
| 12 | 
            +
             | 
| 13 | 
            +
            date: 2014-05-02 00:00:00 Z
         | 
| 14 | 
            +
            dependencies: 
         | 
| 15 | 
            +
            - !ruby/object:Gem::Dependency 
         | 
| 14 16 | 
             
              name: highline
         | 
| 15 | 
            -
              requirement: !ruby/object:Gem::Requirement
         | 
| 16 | 
            -
                requirements:
         | 
| 17 | 
            -
                - - '>='
         | 
| 18 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 1.6.0
         | 
| 20 | 
            -
              type: :runtime
         | 
| 21 17 | 
             
              prerelease: false
         | 
| 22 | 
            -
               | 
| 23 | 
            -
                 | 
| 24 | 
            -
                 | 
| 25 | 
            -
             | 
| 18 | 
            +
              requirement: &id001 !ruby/object:Gem::Requirement 
         | 
| 19 | 
            +
                none: false
         | 
| 20 | 
            +
                requirements: 
         | 
| 21 | 
            +
                - - ">="
         | 
| 22 | 
            +
                  - !ruby/object:Gem::Version 
         | 
| 26 23 | 
             
                    version: 1.6.0
         | 
| 27 | 
            -
            - !ruby/object:Gem::Dependency
         | 
| 28 | 
            -
              name: colored
         | 
| 29 | 
            -
              requirement: !ruby/object:Gem::Requirement
         | 
| 30 | 
            -
                requirements:
         | 
| 31 | 
            -
                - - '>='
         | 
| 32 | 
            -
                  - !ruby/object:Gem::Version
         | 
| 33 | 
            -
                    version: '0'
         | 
| 34 24 | 
             
              type: :runtime
         | 
| 25 | 
            +
              version_requirements: *id001
         | 
| 26 | 
            +
            - !ruby/object:Gem::Dependency 
         | 
| 27 | 
            +
              name: colored
         | 
| 35 28 | 
             
              prerelease: false
         | 
| 36 | 
            -
               | 
| 37 | 
            -
                 | 
| 38 | 
            -
                 | 
| 39 | 
            -
             | 
| 40 | 
            -
             | 
| 41 | 
            -
             | 
| 42 | 
            -
             | 
| 29 | 
            +
              requirement: &id002 !ruby/object:Gem::Requirement 
         | 
| 30 | 
            +
                none: false
         | 
| 31 | 
            +
                requirements: 
         | 
| 32 | 
            +
                - - ">="
         | 
| 33 | 
            +
                  - !ruby/object:Gem::Version 
         | 
| 34 | 
            +
                    version: "0"
         | 
| 35 | 
            +
              type: :runtime
         | 
| 36 | 
            +
              version_requirements: *id002
         | 
| 37 | 
            +
            description: "    Some more high level building blocks for cpp projects.\n"
         | 
| 43 38 | 
             
            email: oliver.mueller@gmail.com
         | 
| 44 | 
            -
            executables:
         | 
| 39 | 
            +
            executables: 
         | 
| 45 40 | 
             
            - cxx
         | 
| 46 41 | 
             
            extensions: []
         | 
| 42 | 
            +
             | 
| 47 43 | 
             
            extra_rdoc_files: []
         | 
| 48 | 
            -
             | 
| 49 | 
            -
             | 
| 44 | 
            +
             | 
| 45 | 
            +
            files: 
         | 
| 50 46 | 
             
            - lib/cxxproject/buildingblocks/binary_library.rb
         | 
| 51 47 | 
             
            - lib/cxxproject/buildingblocks/building_block.rb
         | 
| 52 48 | 
             
            - lib/cxxproject/buildingblocks/command_line.rb
         | 
| @@ -107,6 +103,7 @@ files: | |
| 107 103 | 
             
            - lib/cxxproject/utils/utils.rb
         | 
| 108 104 | 
             
            - lib/cxxproject/utils/valgrind.rb
         | 
| 109 105 | 
             
            - lib/cxxproject/version.rb
         | 
| 106 | 
            +
            - lib/cxxproject.rb
         | 
| 110 107 | 
             
            - lib/tools/project_wizard.rb
         | 
| 111 108 | 
             
            - Rakefile.rb
         | 
| 112 109 | 
             
            - spec/building_block_spec.rb
         | 
| @@ -124,33 +121,38 @@ files: | |
| 124 121 | 
             
            - spec/testdata/multiple_levels/libs/lib1/project.rb
         | 
| 125 122 | 
             
            - spec/testdata/multiple_levels/libs/lib2/project.rb
         | 
| 126 123 | 
             
            - spec/testdata/multiple_levels/mainproject/basic/project.rb
         | 
| 127 | 
            -
            - spec/testdata/onlyOneHeader/Rakefile.rb
         | 
| 128 124 | 
             
            - spec/testdata/onlyOneHeader/project.rb
         | 
| 125 | 
            +
            - spec/testdata/onlyOneHeader/Rakefile.rb
         | 
| 129 126 | 
             
            - spec/toolchain_spec.rb
         | 
| 130 | 
            -
            - lib/tools/Rakefile.rb.template
         | 
| 131 127 | 
             
            - lib/tools/project.rb.template
         | 
| 128 | 
            +
            - lib/tools/Rakefile.rb.template
         | 
| 132 129 | 
             
            - bin/cxx
         | 
| 133 130 | 
             
            homepage: https://github.com/marcmo/cxxproject
         | 
| 134 131 | 
             
            licenses: []
         | 
| 135 | 
            -
             | 
| 132 | 
            +
             | 
| 136 133 | 
             
            post_install_message: 
         | 
| 137 134 | 
             
            rdoc_options: []
         | 
| 138 | 
            -
             | 
| 135 | 
            +
             | 
| 136 | 
            +
            require_paths: 
         | 
| 139 137 | 
             
            - lib
         | 
| 140 | 
            -
            required_ruby_version: !ruby/object:Gem::Requirement
         | 
| 141 | 
            -
               | 
| 142 | 
            -
               | 
| 143 | 
            -
             | 
| 144 | 
            -
             | 
| 145 | 
            -
             | 
| 146 | 
            -
             | 
| 147 | 
            -
               | 
| 148 | 
            -
             | 
| 149 | 
            -
             | 
| 138 | 
            +
            required_ruby_version: !ruby/object:Gem::Requirement 
         | 
| 139 | 
            +
              none: false
         | 
| 140 | 
            +
              requirements: 
         | 
| 141 | 
            +
              - - ">="
         | 
| 142 | 
            +
                - !ruby/object:Gem::Version 
         | 
| 143 | 
            +
                  version: "0"
         | 
| 144 | 
            +
            required_rubygems_version: !ruby/object:Gem::Requirement 
         | 
| 145 | 
            +
              none: false
         | 
| 146 | 
            +
              requirements: 
         | 
| 147 | 
            +
              - - ">="
         | 
| 148 | 
            +
                - !ruby/object:Gem::Version 
         | 
| 149 | 
            +
                  version: "0"
         | 
| 150 150 | 
             
            requirements: []
         | 
| 151 | 
            +
             | 
| 151 152 | 
             
            rubyforge_project: 
         | 
| 152 | 
            -
            rubygems_version:  | 
| 153 | 
            +
            rubygems_version: 1.8.24
         | 
| 153 154 | 
             
            signing_key: 
         | 
| 154 | 
            -
            specification_version:  | 
| 155 | 
            +
            specification_version: 3
         | 
| 155 156 | 
             
            summary: Cpp Support for Rake.
         | 
| 156 157 | 
             
            test_files: []
         | 
| 158 | 
            +
             | 
    
        checksums.yaml
    DELETED
    
    | @@ -1,7 +0,0 @@ | |
| 1 | 
            -
            ---
         | 
| 2 | 
            -
            SHA1:
         | 
| 3 | 
            -
              metadata.gz: cee3318392e946c83e4ddfb7a748bfbb0198ea58
         | 
| 4 | 
            -
              data.tar.gz: 07cb839396852259f2d1fcb0afd9866a91b34a89
         | 
| 5 | 
            -
            SHA512:
         | 
| 6 | 
            -
              metadata.gz: cc63f445b28d391f82494046f07cb0b0877e061c704e4788780972a2662c62c627e9b06f788f14fb45d362bb95ef90ddf520841cd60c7fb56ea58a107fb69ddb
         | 
| 7 | 
            -
              data.tar.gz: 5fb3b6ca912eae3da729672e67b846c04a134692c235c8b3ea79064f7c4706d7efcc8a1f00e6736030c84ae7137a897e057d0a8c6f8c935d381b70129f11ad78
         |