Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zig build system: support for build_obj, build_lib, asm, and link #329

Closed
4 tasks done
andrewrk opened this issue Apr 18, 2017 · 0 comments
Closed
4 tasks done

zig build system: support for build_obj, build_lib, asm, and link #329

andrewrk opened this issue Apr 18, 2017 · 0 comments
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Milestone

Comments

@andrewrk
Copy link
Member

andrewrk commented Apr 18, 2017

Migrated from #204

  • b.addAssemble
  • b.addObject
  • b.addLibrary
  • b.addLink
@andrewrk andrewrk added the enhancement Solving this issue will likely involve adding new logic or components to the codebase. label Apr 18, 2017
@andrewrk andrewrk added this to the 0.1.0 milestone Apr 18, 2017
andrewrk added a commit that referenced this issue Apr 21, 2017
See #329

Supporting work:
 * move std.cstr.Buffer0 to std.buffer.Buffer
 * add build.zig to example/shared_library/ and add an automated test
   for it
 * add std.list.List.resizeDown
 * improve std.os.makePath
   - no longer recursive
   - takes into account . and ..
 * add std.os.path.isAbsolute
 * add std.os.path.resolve
 * reimplement std.os.path.dirname
   - no longer requires an allocator
   - handles edge cases correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Solving this issue will likely involve adding new logic or components to the codebase.
Projects
None yet
Development

No branches or pull requests

1 participant