search for: journey

Displaying 20 results from an estimated 383 matches for "journey".

2012 Sep 19
7
Renaming Journey and avoiding libraries with common noun names
Hi all, I know this is a long shot, but could renaming the "Journey" module please be considered by those in a position to support it? I''ve written an issue on this in the journey repo also: https://github.com/rails/journey/issues/49 Essentially our project has a model named Journey, the same as Rails 3.2''s new routing driver. As a conse...
2013 Jan 15
2
[LLVMdev] Need some brief explanation about llvm::MemoryBuffer and llvm::SourceMgr
Hi Justin Holewinski, >> As far as I know, there is not a good way to implement user prompts with the LLVM APIs. This info helps me a lot. I tried to do a thing that is not possible. Thank you very much. Sincerely Journeyer 2013/1/15 Justin Holewinski <justin.holewinski at gmail.com>: > Is this for user prompts, or just reading data from stdin? You can use > MemoryBuffer::getSTDIN to read the contents of stdin into a memory buffer. > Then you can get the data pointer and size and read it in. As far...
2013 Jan 15
0
[LLVMdev] Need some brief explanation about llvm::MemoryBuffer and llvm::SourceMgr
And for this kind of question I think I would better hold in. There would be more important issue worth on this list. For this reason I am sorry. Sincerely Journeyer 2013/1/15 Journeyer J. Joh <oosaprogrammer at gmail.com>: > Hi Justin Holewinski, > >>> As far as I know, there is not a good way to implement user prompts with the LLVM APIs. > > This info helps me a lot. > I tried to do a thing that is not possible. > > Than...
2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...augroup END Now LLVM and Clang use Sphinx so I believe this setting would be helpful. http://www.vim.org/scripts/script.php?script_id=973 More info about the rest.vim can be found the url above. Do I need to file some kind of pull request? I haven't provided any patches so far... Regards Journeyer -- ---------------------------------------- Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c o m ----------------------------------------
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
...est of the other branches need to be changed about this also. This will be done as soon as possible. (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>: >>...
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
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Thanks, Journeyer. I applied the patch with r176235. In future, you can submit patches to the llvm-commits mailing list. :) -bw On Feb 27, 2013, at 9:03 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Hello list, > > I use LLVM's vimrc and found that this setting below is useful...
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 with LLVM 3.1 >> Header file location is often changed. I guess that's why.. > > I think that klang...
2012 Dec 30
3
[LLVMdev] git repository of the tutorial
On Sat, Dec 29, 2012 at 7:30 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 &...
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 alrea...
2012 Dec 25
1
[LLVMdev] [cfe-dev] Do you use UML utility programs?
...It is good SW. But development is stopped since long ago. The product was originally a commercial one. But all of a sudden the company has been shutdown and the product is released as a free and open source. Please don't get me wrong I am not related with this SW. I am only a user. Sincerely Journeyer 2012/12/25 Sean Silva <silvas at purdue.edu>: > On Mon, Dec 24, 2012 at 9:19 PM, "C. Bergström" > <cbergstrom at pathscale.com> wrote: >> At the bottom >> >> Created using<a href="http://sphinx.pocoo.org/ >> <view-source:http://sph...
2012 Nov 04
2
[LLVMdev] License of LLVM Tutorial
...One of the 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 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 2:08 AM, Journeyer J. Joh > <oosaprogrammer at gmail.com> wrote: >> Do you use one of these tools? If so let me know your experience. >> And I don't believe people use these to genera...
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 Jun 21
0
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...x-gnueabi --sysroot=/home/hum/Documents/Projects/arm_toolchain/arm-2010.09/arm-none-linux-gnueabi/libc -gcc-toolchain /home/hum/Documents/Projects/arm_toolchain/arm-2010.09 And the environment variable PATH doesn't need to be changed. Thank you everyone who answered for my questions. Regards Journeyer J. Joh 2012/6/20 Joerg Sonnenberger <joerg at britannica.bec.de> > On Wed, Jun 20, 2012 at 05:59:07PM +0900, Journeyer J. Joh wrote: > > > /home/hum/Documents/Projects/arm_toolchain/arm-2010.09/bin/arm-none-linux-gnueabi-ld > > Make sure the directory is in PATH, it will...
2006 Apr 12
0
datamodell/databasestructure
Hi. I am trying to develop a small utility to manage inventories for outdoor-journeys At the moment I have the following tables to show a many_to_many- relationship between items(like tents/sleepingbags) and users: items <-> holdings(join) <-> users ------------------------------------------------------------------------ -------------------------------------- id...
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...
2012 Jun 27
3
[LLVMdev] Is cross-compiling for ARM on x86 with llvm/Clang possible?
...ihf/libc.so.6 (0xb6ecf000) /lib/ld-linux-armhf.so.3 (0xb6fc3000) ldd hello not a dynamic executable I guess I have to use a cross toolchain for my ARM target - AC 100. It has been equipped with Ubuntu 12.04. Could you provide me any hint to analize this problem? Thank you in advance. Journeyer J. Joh 2012/6/21 Journeyer J. Joh <oosaprogrammer at gmail.com> > Hi Joerg, > > Thank you very much! > > I finally found a working command string to cross-compile for ARM on x86. > > ./clang -v --save-temps -ccc-host-triple arm-none-linux-gnueabi > --sysroot=/hom...
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 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:/...
2013 Jan 13
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Oh I see. Thank you. I will study that. Journeyer 2013/1/13 Sean Silva <silvas at purdue.edu>: > You can easily collect this information with DTrace on a Mac (or > Solaris or FreeBSD) without any special LLVM instrumentation. > > -- Sean Silva -- ---------------------------------------- Journeyer J. Joh o o s a p r o g r a...