Displaying 6 results from an estimated 6 matches for "clung".
Did you mean:
clang
2005 Sep 21
4
Rails controller with Win32 COM object calls
Has anyone had any experience with making calls to Win32 COM object in a
rails controller. I have no problem making the calls using the WIN32
module, however I do seem to have some memory leaks, when the COM object
being called at some point makes use of SafeArrays. The same method
calls in VB,Visual C++ don''t produce the same memory leaks. I realize
this might seem a little odd, but
2019 Oct 21
3
RFC: LLVM Build System Future Direction
...getting more expensive to the community.
## Future Directions
The following are proposals to enable the build system to better facilitate LLVM development and provide a usable, extensible, and stable build system for LLVM and all sub-projects.
### Updating CMake More Regularly
In the past we have clung to old versions of CMake for extended periods of time. This has resulted in significant checking `CMAKE_VERSION` to enable some features or being completely unable to use others. In particular recent CMake development extending generator expressions could provide substantial benefit to the project....
2019 Oct 24
2
RFC: LLVM Build System Future Direction
...community.
>
> ## Future Directions
> The following are proposals to enable the build system to better facilitate LLVM development and provide a usable, extensible, and stable build system for LLVM and all sub-projects.
>
> ### Updating CMake More Regularly
> In the past we have clung to old versions of CMake for extended periods of time. This has resulted in significant checking `CMAKE_VERSION` to enable some features or being completely unable to use others. In particular recent CMake development extending generator expressions could provide substantial benefit to the project....
2019 Oct 29
11
RFC: LLVM Build System Future Direction
...;> ## Future Directions
>> The following are proposals to enable the build system to better facilitate LLVM development and provide a usable, extensible, and stable build system for LLVM and all sub-projects.
>>
>> ### Updating CMake More Regularly
>> In the past we have clung to old versions of CMake for extended periods of time. This has resulted in significant checking `CMAKE_VERSION` to enable some features or being completely unable to use others. In particular recent CMake development extending generator expressions could provide substantial benefit to the project....
2019 Oct 29
2
RFC: LLVM Build System Future Direction
...lowing are proposals to enable the
> build system to better facilitate LLVM
> development and provide a usable, extensible,
> and stable build system for LLVM and all
> sub-projects.
>
> ### Updating CMake More Regularly
> In the past we have clung to old versions of
> CMake for extended periods of time. This has
> resulted in significant checking
> `CMAKE_VERSION` to enable some features or
> being completely unable to use others. In
> particular recent CMake development extending
> gener...
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers,
I used to develop with a local out-of-the-box Apache and load times were
pretty slow (like a few seconds each page). "Well, it''s the price to
pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I
installed SCGI, and now I''ve got the best of both worlds: rails
development env uses my very latest modifications, while SCGI ensures I