search for: makarov

Displaying 20 results from an estimated 39 matches for "makarov".

2013 May 20
3
XCP don't see Network Interfaces on sunfire x2270
On a fresh installation of XCP 1.6 there is no interface in XCP Network Management. While in comman line ifconfig -a shows me both physical interfaces. I would appreciate for an ideas on what. -- Best regards, Makarov Alexey _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2008 May 18
3
[LLVMdev] VS build is broken again
...ell, but nevertheless not to confuse you with such a large diff, I think it's better if someone on your site would just add the dependency I mentioned before and would check-in his .sln file. --- Ted Kremenek <kremenek at apple.com> wrote: > > On May 17, 2008, at 11:51 PM, Dmitri Makarov wrote: > > > This in effect adds codegen.lib to the > > list of libraries linked into clang.exe and solves all the > unresolved > > symbol errors in the clang build. I would submit the diff, but it > > looks like visual studio changes all the encodings of projects in...
2012 Apr 17
2
[Bug 1998] New: Arbitrary command execution using SCP
...lassified Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: Linux Status: NEW Severity: security Priority: P2 Component: scp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: vitja.makarov at gmail.com Hi! I'm not sure is that a bug or a future. Since SCP doesn't escape filenames it's possible to execute an arbitrary command: localhost:~$ scp 'mchome:foo;echo 123 > foo' /tmp/foo scp: foo: No such file or directory localhost:~$ scp 'mchome:foo;echo 123 &...
2008 May 19
0
[LLVMdev] VS build is broken again
...get the build working again for everyone on Windows. BTW, please email me the patches in a zip file. For some reason, inlining of the patches within a email message can cause problems with Apple's Mail program (weird CRLF issues, etc.). Thanks! Ted On May 18, 2008, at 1:07 PM, Dmitri Makarov wrote: > If you look at an .sln file, there's a long sequence of digits > associated with every project, something like this > 8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942. For the lack of a better word I > called it "encoding". After I changed the dependencies between > proj...
2008 Feb 20
1
DNAcopy package output data
...ut format, namely, I am getting the following: "ID" "chrom" "loc.start" "loc.end" "num.mark" "seg.mean" Is it a way to get also median and standard deviation? Thanks in advance, Vlad -- *********************************** Dr. Vladimir Makarov Instructor, Computer Science Department School of Computer Science and Information Systems Pace University 163 Williams Street New York, NY 10038 Phone: (212) 639 - 7422 eMail: vmakarov at pace.edu http://matrix.csis.pace.edu/~vmakarov/ *********************************** ################...
2008 May 19
1
[LLVMdev] VS build is broken again
...> > BTW, please email me the patches in a zip file. For some reason, > inlining of the patches within a email message can cause problems > with > Apple's Mail program (weird CRLF issues, etc.). > > Thanks! > > Ted > > On May 18, 2008, at 1:07 PM, Dmitri Makarov wrote: > > > If you look at an .sln file, there's a long sequence of digits > > associated with every project, something like this > > 8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942. For the lack of a better word > I > > called it "encoding". After I changed the...
2008 May 18
2
[LLVMdev] VS build is broken again
...n the clang build. I would submit the diff, but it looks like visual studio changes all the encodings of projects in the .sln file, so the diff includes a lot of irrelevant lines. Thanks Dmitri --- Ted Kremenek <kremenek at apple.com> wrote: > > On May 17, 2008, at 10:04 PM, Dmitri Makarov wrote: > > > If I'm not mistaken about a week ago llvm.sln used to be VS 2008 > > version and now it's VS 2005 again. I don't follow the llvm lists > too > > close to know what happened. So, really, what's going on with the > VS > > build? Clang.s...
2008 May 18
0
[LLVMdev] VS build is broken again
Hi Dmitri, For what version of VS did you update the project files? Ted On May 17, 2008, at 3:00 PM, Dmitri Makarov wrote: > attached is the diff of vcprojs that need to be changed to fix the VS > build as of revision: 51224. > > I don't know if this catches all the missing bits, but this does build > all the way through. > > > Index: win32/Analysis/Analysis.vcproj > ============...
2008 May 17
3
[LLVMdev] VS build is broken again
attached is the diff of vcprojs that need to be changed to fix the VS build as of revision: 51224. I don't know if this catches all the missing bits, but this does build all the way through. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: msvs.patch URL:
2008 Jul 30
0
[LLVMdev] Is there room for another build system?
I too have done some work on an alternative build system for llvm. It is based on boost.build. Of course, it's quite a large project and I'm not ready to contribute the work yet. Ideally I was hoping to replace all of makefile functionality with jamfiles. Boost.build is attractive because support for new compilers/tools comes with new releases of boost.build and need not be added
2017 Jul 20
3
status of DebugInfo/PDB/Native
Hello, Is anyone working on implementing DebugInfo/PDB that doesn't depend on DIA? What would it take to have minimal implementation that would allow to take a PDB file and look up symbols using llvm-symbolizer on a non-Windows (e.g. Linux or MacOS) platform? Regards, Dmitri -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 30
3
[LLVMdev] Is there room for another build system?
Stefanus Du Toit <sdt at rapidmind.com> writes: [snip] > We have considered contributing such a build system, and if we were to > do so would probably base it on SCons (http://www.scons.org/) because > we already use SCons extensively. At first, SCons is what I intended too. But then I read about the KDE experience and took the safe route :-) [snip] > Are you intending
2011 Nov 03
0
[LLVMdev] The performance of LLVM vs GCC
...n LLVM and GCC > (page 30/31): LLVM wins a lot for both compilation and execution time. > http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.pdf > That talk and data were in 2008, I was wondering if there is any > updated performance evaluation between the latest LLVM and GCC? Vladimir Makarov did some comparisons and reported the results here: http://gcc.gnu.org/ml/gcc/2011-09/msg00043.html Ciao, Duncan.
2008 May 14
2
[LLVMdev] where's UnrollLoop.h
I'm building llvm in MSVS 2008. LoopUnroll.cpp includes UnrollLoop.h line 23: #include "llvm/Transforms/Utils/UnrollLoop.h" but there's no UnrollLoop.h anywhere to be found. My svn tree is synced to TOT. What am I missing?
2008 May 18
0
[LLVMdev] VS build is broken again
On May 17, 2008, at 11:51 PM, Dmitri Makarov wrote: > This in effect adds codegen.lib to the > list of libraries linked into clang.exe and solves all the unresolved > symbol errors in the clang build. I would submit the diff, but it > looks like visual studio changes all the encodings of projects in the > .sln file, so the di...
2011 Nov 02
5
[LLVMdev] The performance of LLVM vs GCC
Hi all, This talk includes the performance comparison between LLVM and GCC (page 30/31): LLVM wins a lot for both compilation and execution time. http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.pdf That talk and data were in 2008, I was wondering if there is any updated performance evaluation between the latest LLVM and GCC? Thanks. -- Jianzhou
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting? On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote: > Hi, > I recently downloaded and installed the libcpu package (from http://libcpu.org > ) that uses llvm as the backend on my linux machine. I have a piece of > Motorola 88100 code (essentially the output of the 176.gcc benchmark > from SPEC CPU 2000) that
2000 Feb 17
1
pre2.0.7 KOI8-R bug
Hi all, There is a small bug at the new Unicode support. I didn't follow the consequences of this bug, but this _is_ a bug ;-). The bug stands on wrong charset name. Instead of KOI8-R (this is right) it's called KOI-R (this is wrong). (I'm afraid the long lines wrap, but it shows the picture) 1. Makefile.in --- Makefile.in Thu Feb 17 16:00:33 2000 +++ Makefile.in Thu Feb 17
2003 Oct 28
0
client-error-document-format-not-supported
..._cups.c:cups_job_submit(655) Unable to print file to CanonS500 - client-error-document-format-not-supported [2003/10/28 12:55:21, 0] printing/print_cups.c:cups_job_submit(655) Unable to print file to CanonS500 - client-error-document-format-not-supported What can i do? Best Regards, Aleksej Makarov SIA "Espar"
2008 Aug 21
0
java.lang.UnsatisfiedLinkError: The specified procedure could not be found error message
...brary IS in directory listed in java.library.path. 4. Finally, there is only one installation of R on that computer, same version as on my laptop, which excludes version conflict Any hint will be highly appreciated, Thank you in advance, Vlad -- *********************************** Dr. Vladimir Makarov Instructor, Computer Science Department School of Computer Science and Information Systems Pace University 163 Williams Street New York, NY 10038 Phone: (516) 422-4133 eMail: vmakarov at pace.edu http://matrix.csis.pace.edu/~vmakarov/ *********************************** ##################...