search for: headerfiles

Displaying 18 results from an estimated 18 matches for "headerfiles".

Did you mean: headerfile
2006 Jun 20
1
Delphi (Pascal) headerfiles online | Excel
Dear list Some time ago I told about the translation of the LGPL'ed R headerfiles to Delphi. I am happy that most of them are translated now and the code, demo and description is online (licensed under GPLv2): http://treetron.googlepages.com I just annonced a native Excel reader/writer in R-help which is based on this headerfile translation. Probably most of you won't care...
2006 Aug 14
1
Why does dtrace -h remove const qualifier?
If I have the following definition: provider foo { probe bar(const char*); }; and creates the headerfile (snv 43) with dtrace -h I get: extern void __dtrace_foo___bar(char *); This is a "problem" for me (ok, I could add an explicit cast each time I fire the probe, or edit the generated headerfile by hand...), since it generates compilation errors when I call the probe in a C++
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
Hi, I am happy to announce that I finished the translation of almost all LGPL'ed R headerfiles to Delphi. As a test I did several demos which basically contain delphized versions of all the examples of chapter 5 in "Writing R Extensions". Please have a look in the attachments for details (DemosAndHeaders.txt), more information (Readme.txt) and an example of how it looks (Convolve....
2020 Aug 19
2
Question about llvm vectors
Hi, I love llvm vectors, yet I wonder why some advanced vector operations are specific to some CPU targets? Let me take an example: /// Horizontally adds the adjacent pairs of values contained in two /// 128-bit vectors of [4 x float]. /// /// \headerfile <x86intrin.h> /// /// This intrinsic corresponds to the <c> VHADDPS </c> instruction. /// /// \param __a /// A
2001 Sep 20
3
Wine and NVIDIA
...up-to-date OpenGL version... (cached) yes checking for thread-safe OpenGL version... (cached) no checking for glXCreateContext in -lGL... (cached) no checking for gluLookAt in -lGLU... (cached) no *snipp* What is wrong? libGL.so and libGLU are in position. libGL.so points to the NVidia-libs. The headerfiles are the correct ones. ldconfig -p says that it got the libraries. So why da heck don't I get hardware acceleration. By the way: Alle other 3d apps compile perfectly. (Sorry, I'm really desperate. I'm not used to deal with such kind of compileprobelms. My last c++ program was done som...
2004 Jan 07
2
Solaris 8 + Active Directory
Good Day All, I'm looking for a HowTO on how to compile/Install/Configure Samba 3.0.1 with active directory support running on Solaris 8. i.e. The samba server should be able to authenticate against a Windows 2000 active directory. Is there any such document? I've searched and have come up empty. Thank you kindly. Steven. 1
2020 Aug 20
2
Question about llvm vectors
Hi Craig, Thank you very much for your answer. I did not want to discuss exactly the semantic and name of one operation but instead raise the question "would it be beneficial to have more vector builtins?". You wrote that the compiler will recognize a pattern and replace it by __builtin_ia32_haddps when possible, but how can I be sure of that? I would have to disassemble the generated
2005 Jul 20
1
Installation error on Sun Solaris
This is from a colleague who is attempting to install R 2.1.1 on a Sun machine. I hope this is sufficient information for someone to give us some pointers. thanks, Richard Our system is a Sunfire 480 running Solaris V2.8 The LD_LIBRARY_PATH is set to:/usr/local/bin:/usr/lib:/usr/openwin/libL/opt/SUNWspro/libThe path:/usr/local/lib does not exist on our server.The configure results in
2006 Sep 04
0
xlsReadWrite 1.0
...). With this exception the package as a whole becomes a non-free package (according to the R license non-free packages are not encouraged but at least possible/tolerated). See also README. -- TECHNICAL BACKGROUND / PRO VERSION: The core of this package is written in Delphi (PASCAL) and uses the R headerfiles for Delphi which I have written earlier (see website below). For the actual read/write operation in excel a proprietary library (Flexcel) is used as I wouldn't be able to write this by myself and because for pascal there are not open source libraries available. (AFAIK. - I am aware of Apache PO...
2011 Jan 19
1
Rewrite the mailbox copy functions works in imap but don't work in doveadm import command
Hi Timo !! I rewrite the copy function from mailbox (using a plugin) My rewrite is like this: static int emexis_antispam_copy(struct mail_save_context *ctx, struct mail *mail){ struct mailbox *box = ctx->transaction->box; union mailbox_module_context *zbox = EMEXIS_CONTEXT(box); struct mail_private *_mail = (struct mail_private *)mail; union mail_module_context *zmail =
2003 May 26
1
logging in POP3
I have begun testing dovecot as (primarly) a POP replacement. So far the only lacking bit is the logging. It would be great if pop3 could log a line at client exit with the following info: (wishlist follows :) o nr deleted mails + total bytes deletes o nr mails left in spool + bytes left o time spent o indication if TLS was used or not If you would lika generic logging API I have one you can
2010 Nov 21
0
[ANNOUNCE] libX11 1.4.0
...libX11: App. D: convert literallayouts to synopsis or programlisting specs/libX11: Convert simpler eqn markup to docbook tags specs/libX11: Tag WM_* as <property> specs/libX11: convert multicolumn lists from tables to <simplelist> specs/libX11: Add indexterms for headerfiles that .hN used to provide specs/libX11: Fix up list of header files in Ch.1 & add index entries specs/libX11: make sure all files have DOCTYPEs so standard entities work specs/libX11: Manual cleanup pass over Ch. 1 specs/libX11: Convert \- to &minus; and \^ to either...
2004 Dec 08
1
[LLVMdev] Compiling with Intel c++ 8.0
Chris, include/llvm/ADT/HashExtras.h I did some more testing on this topic: ICC complained that the last template was partially loaded and would be used to instantiate the template<> struct hash<const char *>. Rearranging the templates so that one for arbritraty pointers (inlined) comes first, works excellent for icc. E.g.: template <class T> struct hash<T *> { inline
2004 Dec 08
0
[LLVMdev] Compiling with Intel c++ 8.0
On Wed, 8 Dec 2004, [iso-8859-1] Bj�rn Wennberg wrote: > I am attempting to compile the llvm distribution with the Intel Compiler 8.0 > on linux and I have some minor patches I would like to apply. In our project > we compile and run the code both on win32, together with Morten Ofstad using > the MS compiler, and on linux using the intel compiler. Great! I'm going to leave the
2004 Dec 08
3
[LLVMdev] Compiling with Intel c++ 8.0
Hi, I am attempting to compile the llvm distribution with the Intel Compiler 8.0 on linux and I have some minor patches I would like to apply. In our project we compile and run the code both on win32, together with Morten Ofstad using the MS compiler, and on linux using the intel compiler. I have wrapped the extra code to make llvm compile for icc in #ifdef __INTEL_COMPILER #endif The patches
2003 Oct 20
16
A software FAX modem
Hi all, I would like to announce the availability of an initial test version of a totally software FAX facility, suitable for use with Asterisk. This is a first public test release, so don't expect a solid polished product just yet. People have shown interest in what I am doing, and here is the evidence that it is not vapourware. If the notion of a software FAX machine is new to you,
2017 Jul 26
15
[5.0.0 Release] Release Candidate 1 tagged
Dear testers, 5.0.0-rc1 has just been tagged. Please build, test and upload binaries to the sftp. Let me know if there are any issues. I'll upload sources, docs, and your binaries to the pre-release website once they're ready. Thanks, Hans
2019 Apr 30
6
Disk space and RAM requirements in docs
Hi, Have anybody recently built LLVM in Debug mode /within/ space requirements from the Getting Started doc? https://llvm.org/docs/GettingStarted.html#hardware > An LLVM-only build will need about 1-3 GB of space. A full build of LLVM and Clang will need around 15-20 GB of disk space. From my experience this numbers looks drastically low. On FreeBSD my recent builds consumed more than