osx-ci.blogspot.com
Mac Continuous Integration: August 2009
http://osx-ci.blogspot.com/2009_08_01_archive.html
Continuous integration for objective-C projects on OSX with Hudson and Cobertura. Tuesday, August 25, 2009. Hudson, iPhone, Xcode and Unit Testing. After much messing about I have finally managed to get Hudson to work with xcodebuild, this is for an Objective C iPhone project, so the things below were modified to fit our requirements. I have the following things running. Automated Builds (SCM polled every 15 minutes for changes). Unit Testing (courtesy of google toolbox for mac). This is what I have:.
technomag.bmstu.ru
Наука и Образование: научно-техническое издание: Новая модификация метода анализа кодов программ на основе резюме для тестирования сложных программных комплексов
http://technomag.bmstu.ru/doc/793227.html
050200 Машиностроение и машиноведение. 050700 Авиационная и ракетно-космическая техника. 051100 Приборостроение, метрология и информационно-измерительные приборы и системы. 051300 Информатика, вычислительная техника и управление. Общие проблемы инженерного образования. Инженер в современной России. Математика и математическое моделирование. Машины и установки: проектирование, разработка и эксплуатация. Технологии инженерных и информационных систем. Научное издание МГТУ им. Н.Э. Баумана. 08, август 2015.
llvm.linuxfoundation.org
Demo - LLVMLinux
http://llvm.linuxfoundation.org/index.php/Demo
Who wouldn't want a penguin with dragon wings? Here is a short movie showing a Clang compiled Linux Kernel booting on an X86 64 based laptop. Rapsberry Pi running clang compiled kernel. Retrieved from " http:/ llvm.linuxfoundation.org/index.php? The Linux Foundation is a non-profit consortium dedicated to the growth of Linux. More about the foundation. How do I get Involved? Join the Linux Foundation. Follow us on Twitter. Linux Foundation Facebook Page. Linux Foundation LinkedIn Group.
wiki.akosma.com
Objective-C Code Standards - akosma wiki
http://wiki.akosma.com/Objective-C_Code_Standards
To improve readability and maintainability, the Objective-C code created by akosma software follows these coding standards:. Files and Code Organization. Before Committing Code in SCM Systems. Files and Code Organization. Do not include more than one class in the same file. Use one file per class, with the filename matching the name of the class, for easier retrieval. Use 2- or 3-letter prefixes for classes. Name files with the same name as the class contained in them. If(x = y) { [something message]; }.
llvm.linuxfoundation.org
Quick Start Guide - LLVMLinux
http://llvm.linuxfoundation.org/index.php/Quick_Start_Guide
Who wouldn't want a penguin with dragon wings? I Want More Information About This Build System. The code in this project provides an Automated Build Framework. Which builds all the Clang/LLVM, the Linux kernel (with appropriate patches) and testing framework (where possible). The testing framework (for supported targets) uses QEMU and LTP to run test cases. They are currently both built with GCC instead of LLVM unless Clang is the default system compiler. The LLVMLinux code is in a git repo. Sudo apt-get...
pauldreik.blogspot.com
Paul Dreiks blog: Programmeringsrelaterade saker på min attgöralista
http://pauldreik.blogspot.com/2014/04/programmeringsrelaterade-saker-pa-min.html
En blogg om bland annat segling och linux. Lördag 5 april 2014. Programmeringsrelaterade saker på min attgöralista. De här sakerna skulle jag vilja prova:. Hitta onödiga #includes. iwyu. En konkurrent till det utmärkta cppcheck. Kan användas för att korskompilera till windows från linux. otroligt bekvämt att kunna använda befintliga makescript och korskompilera från den vanliga miljön. den äldre varianten av mingw börjar bli lite till åren. Prenumerera på: Kommentarer till inlägget (Atom).
pauldreik.blogspot.com
Paul Dreiks blog: april 2014
http://pauldreik.blogspot.com/2014_04_01_archive.html
En blogg om bland annat segling och linux. Lördag 5 april 2014. Programmeringsrelaterade saker på min attgöralista. De här sakerna skulle jag vilja prova:. Hitta onödiga #includes. iwyu. En konkurrent till det utmärkta cppcheck. Kan användas för att korskompilera till windows från linux. otroligt bekvämt att kunna använda befintliga makescript och korskompilera från den vanliga miljön. den äldre varianten av mingw börjar bli lite till åren. Prenumerera på: Inlägg (Atom). Privat hemsida pauldreik.se.
theboldmole.com
First thoughts on Swift
http://www.theboldmole.com/2014/06/03/first-thoughts-on-swift.html
Where I write things about code. First thoughts on Swift. June 3rd, 2014. Everyone’s writing about it Apple sort of dropped a bomb on their developers yesterday by announcing a new programming language, called Swift. Here are some of my thoughts about it, oriented towards an audience that hasn’t done application development on Apple platforms. I was prompted to write this by some comments a CS professor friend made on Facebook, but there’s some other stuff here, too. Structure-based primitive types. ...
llvm.linuxfoundation.org
Bugs - LLVMLinux
http://llvm.linuxfoundation.org/index.php/Bugs
Who wouldn't want a penguin with dragon wings? This project involves different code bases with many inter-dependencies. As a result issues can be in different categories: LLVM, Clang, Linux Kernel, etc. I you want to work on something from the list below, please assign it to yourself. Probably best first to discuss it on the mailing list. Or IRC Channel (#llvmlinux on OFTC). This page is implemented with Todo Lists. Get help on Todo Lists here. Architecture Independent Clang/LLVM Issues. Integrated Assme...
benjaminma.wordpress.com
Find Bugs with Clang Static Analyzer | Ben's iPhone Dev Blog
https://benjaminma.wordpress.com/2009/07/31/find-bugs-with-clang-static-analyzer
Ben’s iPhone Dev Blog. Just another WordPress.com weblog about iPhone Development and sometimes other things. Find Bugs with Clang Static Analyzer. July 31, 2009. So in my absence I wrapped my first iPhone app. I sent off a build for review last Monday and I’m hoping to hear back from Apple sometime this or next week. These were the steps that worked for me (repost from here. Download the latest build from: http:/ clang-analyzer.llvm.org/. I use “/Developer/clang/”). From May 6, 2009 (05:00-17:47). And h...