The current project manager as a variety of problems that we would like to solve. These include:
- It combines install with build. Everything is built and installed
| // a GenAvro file might look like: | |
| // @namespace("wwm") | |
| record timestamp { | |
| long seconds; | |
| long nanoseconds; | |
| } | |
| // @namespace("wwm") | |
| record something { |
| avro_datum_t avro_record(const char *name, const char *space) | |
| { | |
| struct avro_record_datum_t *datum = | |
| malloc(sizeof(struct avro_record_datum_t)); | |
| if (!datum) { | |
| return NULL; | |
| } | |
| datum->name = strdup(name); | |
| if (!datum->name) { | |
| free(datum); |
| Module: dfmc-llvm-back-end | |
| Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. | |
| Additional code is Copyright 2009-2010 Gwydion Dylan Maintainers | |
| All rights reserved. | |
| License: Functional Objects Library Public License Version 1.0 | |
| Dual-license: GNU Lesser General Public License | |
| Warranty: Distributed WITHOUT WARRANTY OF ANY KIND | |
| /// Operating System |
| #pragma D option quiet | |
| #pragma D option aggsortrev | |
| Dylan*:::gf-call-lookup-return | |
| { | |
| generic = copyinstr(arg0); | |
| method = copyinstr(arg1, 45); | |
| @counts[generic, method] = count(); | |
| @running_counts[generic, method] = count(); | |
| } |
| rundeck@xxx:/var/lib/rundeck$ cat /etc/ufw/applications.d/rundeck | |
| [RunDeck] | |
| title=RunDeck | |
| description=RunDeck, a task execution system. | |
| ports=4440/tcp |
| _KemptyQVKdMM2I: | |
| 00000000 pushl %ebp | |
| 00000001 movl %esp,%ebp | |
| 00000003 pushl %edi | |
| 00000004 pushl %esi | |
| 00000005 subl $0x10,%esp | |
| 00000008 calll 0x0000000d | |
| 0000000d popl %edi | |
| 0000000e calll _get_teb | |
| 00000013 movl 0x15273-0xd(%edi),%ecx |
| //===----------------------------------------------------------------------===// | |
| // | |
| // The LLVM Compiler Infrastructure | |
| // | |
| // This file is dual licensed under the MIT and the University of Illinois Open | |
| // Source Licenses. See LICENSE.TXT for details. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| // <algorithm> |
| //===----------------------------------------------------------------------===// | |
| // | |
| // The LLVM Compiler Infrastructure | |
| // | |
| // This file is dual licensed under the MIT and the University of Illinois Open | |
| // Source Licenses. See LICENSE.TXT for details. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| // <atomic> |
| //===----------------------------------------------------------------------===// | |
| // | |
| // The LLVM Compiler Infrastructure | |
| // | |
| // This file is dual licensed under the MIT and the University of Illinois Open | |
| // Source Licenses. See LICENSE.TXT for details. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| // <regex> |