Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Target Improvements #116

Open
Open
@coder137

Description

@coder137
  • Target states (Build, BuildComplete)
    • Build == TRUE when first build or rebuilt
    • Lock == TRUE after Build is called
  • Add LOCK/UNLOCK of usage of functions afterTarget::Build
    • Some APIs can only be usedafter build function is called
    • Some APIs shouldnot be used after build function is called
  • Check if dependency on Generator is required (revert back to old implementation if required)
  • Target Config for defaults
  • Add language detection (.asm, .c, .cpp) flags (has_asm, has_c, has_cpp) for compiler specific commands
  • Friend classes for private functions
    • CompilePCH
    • CompileObject
    • LinkTarget
  • BasicCopy API instead of customCopyTarget class
    • Copy by Target move
    • Copy by Target const ref
  • Target root and build dir customization
  • CRTP to add API and Features (https://www.fluentcpp.com/2017/05/16/what-the-crtp-brings-to-code/)
    • Copy API
    • Insert API
    • Source API
    • Header and Include Dir API
    • PCH API
    • Lib Dep and Lib Dir API
    • Flags API
    • Rebuild Deps API
    • Getters and Target Info API
  • Append APIs (Similar to Add APIs)
  • Target strings
    • Refactor magic strings toconstexpr const char * const
  • Callbacks forBuild customizability
  • Custom compile and link arguments with user defined variables similar toCommand::AddDefaultArguments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp