Displaying 20 results from an estimated 54 matches for "klang".
Did you mean:
clang
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
...PM, Journeyer J. Joh
<oosaprogrammer at gmail.com> wrote:
> Hello Peng Yu and List,
>
> I have put toy.cpp into github but it has a form of LLVM project
> makefile infrastructure. So you can build it together with LLVM
> Project source tree.
>
> git://github.com/Journeyer/klang.git
>
> There exist many branches and each branch is for each chapter of Kaleidoscope.
Hi Journeyer,
Thanks! I'm following instructions in the README. But I get the
following error when run make -j8 in llvm_obj_dir$. Do you know what
is wrong?
llvm[4]: Compiling ASTNodes.cpp for Debug...
2012 Dec 30
0
[LLVMdev] git repository of the tutorial
Klang is tested with LLVM 3.1
Header file location is often changed. I guess that's why..
What version of LLVM do you use?
2012/12/30 Peng Yu <pengyu.ut at gmail.com>:
> On Sat, Dec 29, 2012 at 7:30 PM, Journeyer J. Joh
> <oosaprogrammer at gmail.com> wrote:
>> Hello Peng Y...
2012 Dec 30
0
[LLVMdev] git repository of the tutorial
Hello Peng Yu and List,
I have put toy.cpp into github but it has a form of LLVM project
makefile infrastructure. So you can build it together with LLVM
Project source tree.
git://github.com/Journeyer/klang.git
There exist many branches and each branch is for each chapter of Kaleidoscope.
Regards
Journeyer
2012/12/30 Peng Yu <pengyu.ut at gmail.com>:
> Hi,
>
> I'm learning the tutorial.
>
> http://llvm.org/docs/tutorial/
>
> I'm wondering if there is already a git...
2012 Dec 30
2
[LLVMdev] git repository of the tutorial
On Sat, Dec 29, 2012 at 9:45 PM, Journeyer J. Joh
<oosaprogrammer at gmail.com> wrote:
> Klang is tested with LLVM 3.1
> Header file location is often changed. I guess that's why..
I think that klang should be based on the latest SVN/git version of LLVM.
-- Sean Silva
2012 Dec 25
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On 12/25/12 11:10 AM, Sean Silva wrote:
> UML diagrams can be really helpful for explaining how a piece of code
> works (such as the diagrams in your klang project on github).
>
> The main reason I don't draw them is that I haven't found convenient
> tools to use which integrate well with my workflow. Doxygen produces
> class diagrams, but I would really like to have something which
> produces sequence diagrams (such as
> <...
2012 Dec 30
4
[LLVMdev] git repository of the tutorial
Hi,
I'm learning the tutorial.
http://llvm.org/docs/tutorial/
I'm wondering if there is already a git repository of the examples in
the tutorial so that I don't have to copy the code from the webpage.
Thanks!
--
Regards,
Peng
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
UML diagrams can be really helpful for explaining how a piece of code
works (such as the diagrams in your klang project on github).
The main reason I don't draw them is that I haven't found convenient
tools to use which integrate well with my workflow. Doxygen produces
class diagrams, but I would really like to have something which
produces sequence diagrams (such as
<http://journeyer.github.com/...
2012 Dec 30
0
[LLVMdev] git repository of the tutorial
> I think that klang should be based on the latest SVN/git version of LLVM.
OK. I am testing it with LLVM 3.2 wait a minute.
-- Journeyer
2012/12/30 Sean Silva <silvas at purdue.edu>:
> On Sat, Dec 29, 2012 at 9:45 PM, Journeyer J. Joh
> <oosaprogrammer at gmail.com> wrote:
>> Klang is tested...
2014 Oct 22
1
[asterisk-dev] AstriDevCon 2014: Agenda item Deprecate AMI/AGI(Ben Klang)
...gt; Really? Shouldn?t something this major affecting the entire Asterisk
>> community get discussed on the lists? Any idea what Leif is talking
>> about when he says the community is in transition, moving from dial
>> plan model to external control.
>
> It was something Ben Klang brought up and wanted to talk about - it's
> not something that has been decided 'nor does anyone know what the
> future entails. Any further discussions will naturally occur on the
> mailing list and in fact some things have explicit action items to bring
> them up on here....
2012 Nov 04
2
[LLVMdev] License of LLVM Tutorial
...method of my learning is making a LLVM project based on
LLVM tutorial.
http://llvm.org/docs/tutorial/
I divided toy.cpp into several .cpp and .h files in several directories.
The purpose of this work is making it structured similar to clang.
And I put it up to github.
git://github.com/Journeyer/klang.git
Now I wonder what license should this work follow or if it is rather
prohibited for others to distribute toy.cpp in different form like
this.
I think this code can be put into llvm/project as another example of
LLVM project.
If someone want I want to contribute.
Best regards
--
------------...
2012 Nov 05
0
[LLVMdev] [cfe-dev] License of LLVM Tutorial
> I divided toy.cpp into several .cpp and .h files in several directories.
> The purpose of this work is making it structured similar to clang.
> And I put it up to github.
>
> git://github.com/Journeyer/klang.git
This is a brilliant idea. This is the perfect way to get familiar with
LLVM (and Clang, to some extent).
> Now I wonder what license should this work follow or if it is rather
> prohibited for others to distribute toy.cpp in different form like
> this.
You can just leave it under th...
2012 Dec 25
1
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva and people on our list,
>> What tools did you use to generate the diagrams for the klang documentation?
I use StarUML. ( http://staruml.sourceforge.net/en/ )
I mentioned about this earlier before on this mail-list.
It's a Windows only application and free software.
It is good SW. But development is stopped since long ago.
The product was originally a commercial one. But all of a...
2012 Dec 25
3
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva,
Maybe I am the only one who is trying to use UML.
In my team, I am also the only one who draws UML diagrams.
I expected there be someone who use UML like me.
But it's maybe not as your opinion.
Maybe doxygen is enough for majority of people.
Thanks for your reply.
Sincerely
Journeyer J. Joh
2012/12/25 Sean Silva <silvas at purdue.edu>:
> On Mon, Dec 24, 2012 at
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
....rst files (similar to how LLVM and Clang's `docs/*.rst`
files get turned into `{,clang.}llvm.org/docs/*.html`), and is not
related to the sequence diagrams (which are just images as far as
Sphinx is concerned). (As it happens, I'm actually the one that set up
the Sphinx infrastructure for klang (see
<https://github.com/Journeyer/klang/pull/2>)).
-- Sean Silva
2014 Oct 22
0
AstriDevCon 2014: Agenda item Deprecate AMI/AGI (Ben Klang)
Really? Shouldn?t something this major affecting the entire Asterisk community get discussed on the lists? Any idea what Leif is talking about when he says the community is in transition, moving from dial plan model to external control?
Here?s a link to the notes posted on the Asterisk wiki: https://wiki.asterisk.org/wiki/display/AST/AstriDevCon+2014
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
...e.
(Before I fix this, If you look at the commits for this issue for
master branch, you can easily fix it and test for others also.)
Sorry for the late update.
Thank you for the concern.
Best regards
Journeyer
2012/12/30 Journeyer J. Joh <oosaprogrammer at gmail.com>:
>> I think that klang should be based on the latest SVN/git version of LLVM.
>
> OK. I am testing it with LLVM 3.2 wait a minute.
> -- Journeyer
>
> 2012/12/30 Sean Silva <silvas at purdue.edu>:
>> On Sat, Dec 29, 2012 at 9:45 PM, Journeyer J. Joh
>> <oosaprogrammer at gmail.com> w...
2015 Apr 16
3
FW: [Announce] Samba 4.2.1 Available for Download
see:
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
;-)
-----Oorspronkelijk bericht-----
Van: klang at countyofdane.com [mailto:samba-bounces at lists.samba.org] Namens Klang, Marvin
Verzonden: woensdag 15 april 2015 22:02
Aan: 'kseeger at samba.org'; 'samba-announce at lists.samba.org'; 'samba at lists.samba.org'; 'samba-technical at lists.samba.org'
Onderwerp: Re...
2013 Jan 01
1
[LLVMdev] git repository of the tutorial
Hello Peng Yu,
I found the same error on my Macbook Air.
This was my first trying on MacOS X.
Troubleshooting this might take sometime.
Only thing I can say now that klang is tested successfully on Ubuntu with
- LLVM 3.2 official release on LLVM download page
- LLVM svn latest update
Clang compile produces an error message on MacOS X with the LLVM svn
latest update
I am trying to find the problem. And might need a help.
Best regards
Happy New Year!
Journeyer
201...
2014 Oct 22
1
[asterisk-dev] AstriDevCon 2014: Agenda item DeprecateAMI/AGI(Ben Klang)
...thing this major affecting the entire Asterisk
>>>> community get discussed on the lists? Any idea what Leif is talking
>>>> about when he says the community is in transition, moving from dial
>>>> plan model to external control.
>>> It was something Ben Klang brought up and wanted to talk about - it's
>>> not something that has been decided 'nor does anyone know what the
>>> future entails. Any further discussions will naturally occur on the
>>> mailing list and in fact some things have explicit action items to bring
&...
2003 Jan 15
3
libpopt.so.0 Issue
Evening;
Just installed Samba on my solaris 9 server at home and am having
difficulties.
When I try to check out the option file using testparm, it always brings
back the message :
ld.so.1: ./testparm: fatal: libpopt.so.0: open failed:
I can't find the library libpopt.so.0 anywhere on the system.
Apparently , I forgot to load something.
Can anyone help me in finding where I can