Displaying 20 results from an estimated 10000 matches similar to: "Docs on the wiki"
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
It seems the fix for Bug 19462 causes my stand-alone build of Clang to die with
CMake Error at CMakeLists.txt:528 (install):
install EXPORT given no DESTINATION!
Any pointers?
On Thu, May 28, 2015 at 8:22 AM, Chris Bieneman <beanz at apple.com> wrote:
> Hi all,
>
> Time for another update on the status of the CMake build system.
>
> Completed:
> * Bug 18496 - [cmake]
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 30
1
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Takumi fixed that issue with r238628.
Thanks,
-Chris
> On May 29, 2015, at 4:24 PM, Steve King <steve at metrokings.com> wrote:
>
> It seems the fix for Bug 19462 causes my stand-alone build of Clang to die with
>
> CMake Error at CMakeLists.txt:528 (install):
> install EXPORT given no DESTINATION!
>
> Any pointers?
>
> On Thu, May 28, 2015 at 8:22 AM,
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Thanks!
2015-05-28 18:56 GMT+03:00 Chris Bieneman <beanz at apple.com>:
>
> On May 28, 2015, at 8:37 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
>
> Probably not a blocker for replacing autoconf, while at it:
> Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio.
> It makes the tablegenning really slow.
>
>
> This is actually a
2006 Jul 13
2
EmacsRails cheat sheet
Hi
I''ve compiled a small cheat sheet for Emacs-Rails. It can be found here:
http://os.ologix.com/emacs-rails-cheat.pdf
--
Ola Bini (http://ola-bini.blogspot.com)
JvYAML, RbYAML, JRuby and Jatha contributor
System Developer, Karolinska Institutet (http://www.ki.se)
OLogix Consulting (http://www.ologix.com)
"Yields falsehood when quined" yields falsehood when quined.
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Probably not a blocker for replacing autoconf, while at it:
Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio.
It makes the tablegenning really slow.
2015-05-28 18:22 GMT+03:00 Chris Bieneman <beanz at apple.com>:
> Hi all,
>
> Time for another update on the status of the CMake build system.
>
> Completed:
> * Bug 18496 - [cmake] .S assembly files not
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
> On May 28, 2015, at 8:37 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
>
> Probably not a blocker for replacing autoconf, while at it:
> Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not work with Visual Studio.
> It makes the tablegenning really slow.
This is actually a feature of the CMake build system that the autoconf one doesn’t have, so this is not related to
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Do they really allways put them into Release/bin or rather $<CONFIG>/bin?
--
Johannes S. Mueller-Roemer, MSc
Wiss. Mitarbeiter - Interactive Engineering Technologies (IET)
Fraunhofer-Institut für Graphische Datenverarbeitung IGD
Fraunhoferstr. 5 | 64283 Darmstadt | Germany
Tel +49 6151 155-606 | Fax +49 6151 155-139
johannes.mueller-roemer at igd.fraunhofer.de |
2015 Mar 03
3
[LLVMdev] [RFC] March Update: Progress report on CMake build system's ability to replace autoconf
There has been a lot of progress since I first sent out an email recapping the status of replacing autoconf, so I thought I’d send an update.
Completed:
* Bug 15493 - No option to build shared libLLVM-version.so in CMake
* Bug 12157 - llvmconfig.cmake.in make cmake installations not relocatable
* Bug 18722 - Option to use CMake with libc++ to compile clang
* Bug 21560 - Add support to cmake for
2013 Mar 05
0
Meaning of error message when exporting to MS Excel
Hi,
I?m attempting to export data (split into multiple files from one large
dataset) from R to excel using the excel.link package. The code for export
is as follows:
for(i in practicesNN){
#Create relevant data for input
#Separate out all parts of data ? PracticeName is removed from example
data for privacy reasons
detailedH<-dataExport2[dataExport1$PracticeName == i &
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
I sent out a patch for review.
http://reviews.llvm.org/D10102 <http://reviews.llvm.org/D10102>
-Chris
> On May 28, 2015, at 9:48 AM, Yaron Keren <yaron.keren at gmail.com> wrote:
>
> Thanks!
>
> 2015-05-28 18:56 GMT+03:00 Chris Bieneman <beanz at apple.com <mailto:beanz at apple.com>>:
>
>> On May 28, 2015, at 8:37 AM, Yaron Keren
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 28
7
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Hi all,
Time for another update on the status of the CMake build system.
Completed:
* Bug 18496 - [cmake] .S assembly files not compiled by cmake in libclang_rt.ARCH
* Bug 22725 - lldb build with cmake fails with "Program error: Invalid parameters entered, -h for help. "
* Update GettingStarted to prefer CMake
Still Outstanding:
* Bug 14109 - CMake build for compiler-rt should use
2011 Jul 08
1
Tom Short's R cheat sheet
I noticed that there is a newer version of Tom Short's "cheat sheet" than
the version currently posted on CRAN.
Personally I like the newer version, but maybe keeping the old version is
deliberate. Anyway, I was wondering if there's someone that I can notify
that can update the content.
New version: http://rpad.googlecode.com/svn/Rpad_homepage/R-refcard.pdf
CRAN version:
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
That it’s faster is no surprise. Is the Release tblgen even built when you build in Debug mode? Otherwise this introduces the need to build Release before Debug.
--
Johannes S. Mueller-Roemer, MSc
Wiss. Mitarbeiter - Interactive Engineering Technologies (IET)
Fraunhofer-Institut für Graphische Datenverarbeitung IGD
Fraunhoferstr. 5 | 64283 Darmstadt | Germany
Tel +49 6151 155-606 | Fax +49
1997 Nov 06
0
Cheat Sheet
Hello All,
I am relatively new to UNIX and very new to Samba. I have a bunch of
questions about what everything is and I haven't been able to glean the
information from the faqs. I was also hoping someone would give me a
'cheat sheet' on what I need to do an in what order. So here goes:
1. What are do these terms mean and why are they beneficial to me:
( I kind of know WHAT
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
2
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Both Release and $CONFIG tblgen are built but the Release one is always
used. At least with Visual C++ the Release tblgen is much faster than the
Debug one.
2015-05-29 9:37 GMT+03:00 Mueller-Roemer, Johannes Sebastian <
Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de>:
> Do they really allways put them into Release/bin or rather $<CONFIG>/bin?
>
>
>
> --
>
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
2015 May 29
1
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
Yes, that's the idea, when you -DLLVM_OPTIMIZED_TABLEGEN=ON tblgen is
built in Release in addition to whatever /property:Configuration= is.
2015-05-29 10:03 GMT+03:00 Mueller-Roemer, Johannes Sebastian <
Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de>:
> That it’s faster is no surprise. Is the Release tblgen even built when
> you build in Debug mode? Otherwise this
2010 Dec 15
3
my scala markdown implementation
Hi,
I have written my own implementation of markdown in Scala. I only later
realized there is already one
( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some
work into mine and I think it is never bad to have alternatives, so I
wanted to release it anyway. I want to use the same BSD License as the
original markdown, but before I put it out into the wild I wanted to ask
2020 Oct 31
2
CTDB Statistics Definitions and Scheme?
Hi Team,
I'm working on a CTDB Prometheus Exporter. I have two questions...
First, does anyone have an "internal" cheat sheet on the metrics and their
descriptions? I didn't really see much online, or in the source code.
Thanks
--
BOB BUCK
SENIOR PLATFORM SOFTWARE ENGINEER
SKIDMORE, OWINGS & MERRILL
7 WORLD TRADE CENTER
250 GREENWICH STREET
NEW YORK, NY 10007
T (212)
2006 Nov 10
2
Checklist for eDirectory back-end?
Aren't Friday's wonderful! I've just been hit up with a request from
management to install Samba on our Solaris 8 UNIX servers to share out
information to the windows PC's. This wouldn't be an issue if the
backend was Windows AD but in our case it's eDirectory. The shares also
need to be seamlessly accessible to eDirectory based groups/users
without interfering with the
2006 Sep 27
1
Menu.i.patch
Patch to disown wxMenuItems after they are attached to a menu. I''ll
have a few more like this shortly. I''m using wxPython as a cheat-sheet
for parameters that should be ''DISOWN''
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users