8000 Tags · lightman21/buck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: lightman21/buck

Tags

v2015.09.21.01

Toggle v2015.09.21.01's commit message
Prepare release v2015.09.21.01.

v2015.09.15.01

Toggle v2015.09.15.01's commit message
Introduce basic .net support

Summary:
This comes in the form of two new rules: `csharp_library`
and `prebuilt_dotnet_library`.

Test Plan:
* buck test test/com/facebook/buck/dotnet/...
* Check out trunk of selenium
* Add BUCK file in dotnet/src/webdriver
* Build a non-trivial library with these rules

v2015.09.10.01

Toggle v2015.09.10.01's commit message
Ensure the directory exists before writing a file

Summary:
This fixes experimental project generation for IntelliJ on Windows by
ensuring that we've actually created the destination folder prior to
writing out the temporary file to it.

Test Plan:
`buck project --experimental-ij-generation` in
https://github.com/sdwilsh/xplat-buck-demo
0