search for: gallus

Displaying 9 results from an estimated 9 matches for "gallus".

2015 Oct 29
2
[cfe-dev] [RFC] __attribute__((internal_linkage))
...hieve that cannot already be achieved with an anonymous or unnamed namespace? Thanks, Martin O'Riordan - Movidius Ltd. -----Original Message----- From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of Evgenii Stepanov via cfe-dev Sent: 23 October 2015 22:41 To: Steven Stewart-Gallus <sstewartgallus00 at mylangara.bc.ca> Cc: Clang Dev <cfe-dev at lists.llvm.org> Subject: Re: [cfe-dev] [RFC] __attribute__((internal_linkage)) Sounds right. The proposed attribute is a rough equivalent of static void foo::do_method(void) { // implementation here } where "stati...
2015 Nov 02
2
[cfe-dev] [RFC] __attribute__((internal_linkage))
> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Chris > Lattner via llvm-dev > Sent: Saturday, October 31, 2015 2:58 PM > To: sstewartgallus00 at mylangara.bc.ca > Cc: LLVM Developers > Subject: Re: [llvm-dev] [cfe-dev] [RFC] __attribute__((internal_linkage)) > > Hi Stewart, > > I saw this get brought up at the LLVM devmtg in the context of improving > the stack size of libc++ frames. > > Have you guys cons...
2014 Nov 05
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...ge on his University's Unix like server (which could be any of many different ones). As such, Autotools is horrendously difficult for the developer to use but when used properly is extremely portable and easy to use for the university student who compiles the project. Thank you, Steven Stewart-Gallus
2014 Nov 04
6
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...such a capability or is so poorly documentated that it is impossible to find out how to do so. Overall, CMake isn't a bad build system for actually building software but simply lacks the appropriate polish and documentation that makes it easy for end users to use. Thank you, Steven Stewart-Gallus
2015 Nov 09
3
[cfe-dev] [RFC] __attribute__((internal_linkage))
...at this is leading to semantic trouble. Thanks, MartinO -----Original Message----- From: Evgenii Stepanov [mailto:eugeni.stepanov at gmail.com] Sent: 09 November 2015 18:49 To: Robinson, Paul <Paul_Robinson at playstation.sony.com> Cc: Chris Lattner <clattner at apple.com>; sstewartgallus00 at mylangara.bc.ca; llvm-dev at lists.llvm.org; Martin J. O'Riordan <martin.oriordan at movidius.com> Subject: Re: [llvm-dev] [cfe-dev] [RFC] __attribute__((internal_linkage)) Sorry, I totally missed updates to this thread. Anonymous namespace does not work for libc++ because we need...
2016 Jul 13
3
[cfe-dev] [RFC] __attribute__((internal_linkage))
...> > > > -----Original Message----- > > From: Evgenii Stepanov [mailto:eugeni.stepanov at gmail.com] > > Sent: 09 November 2015 18:49 > > To: Robinson, Paul <Paul_Robinson at playstation.sony.com> > > Cc: Chris Lattner <clattner at apple.com>; sstewartgallus00 at mylangara.bc.ca; > llvm-dev at lists.llvm.org; Martin J. O'Riordan <martin.oriordan at movidius.com > > > > Subject: Re: [llvm-dev] [cfe-dev] [RFC] __attribute__((internal_linkage)) > > > > Sorry, I totally missed updates to this thread. > > > > An...
2016 Jul 13
3
[cfe-dev] [RFC] __attribute__((internal_linkage))
...-- >>>> From: Evgenii Stepanov [mailto:eugeni.stepanov at gmail.com] >>>> Sent: 09 November 2015 18:49 >>>> To: Robinson, Paul <Paul_Robinson at playstation.sony.com> >>>> Cc: Chris Lattner <clattner at apple.com>; >>>> sstewartgallus00 at mylangara.bc.ca; llvm-dev at lists.llvm.org; Martin J. >>>> O'Riordan <martin.oriordan at movidius.com> >>>> Subject: Re: [llvm-dev] [cfe-dev] [RFC] >>>> __attribute__((internal_linkage)) >>>> >>>> Sorry, I totally missed u...
2007 Dec 31
2
How to import ENSEMBL text data using R
Dear all, I have a data which is in text file and i would like to import the data to R. From the manual, i?ve found the read.table command function is the most appropriate but when i wrote the command an error had occur. It say ?Error in read.table"C:/Users/user/Documents/cfa-1.txt", header = T, sep = "\t",skip=10) :more columns than column names?. Please help me with this as
2007 Oct 30
0
kernlab/ ksvm: class.weights & prob.model in binary classification
...egative subscripts In addition: Warning message: Variable(s) `' constant. Cannot scale data. in: .local(x, ...) > My data is a balanced set of 2500 examples, most of the 65 features are binary with some real numbers in between. I am using kernlab in version 0.9-5. Best regards, Dominik Gallus --