code-generation
How to generate classes for multiple languages
I am looking for a way to generate some model classes to multiple languages (Java, C#, JavaScript) to maintain consistency among these. Is there some tool which will help me define the model in one pl[详细]
2023-03-11 21:03 分类:问答Are there any tools for parsing a c header file and extract a function protoype from a c header file
Especially getting the function return type(and if possible whether its a pointer type). (I\'m trying to write auto generation of ioctl/dlsym wrapper libs(to be LD_PRELOAD ed)). A python or ruby libr[详细]
2023-03-11 20:56 分类:问答T4 Template Transformation Service
We currently have an asp.net website that we use to generate html emails. Basically we pass in some parameters and it开发者_开发百科 spits out an html page that we then send in an email. Essentially A[详细]
2023-03-11 11:44 分类:问答View, how gcc plan (schedule) instructions on tick-by-tick level
As I remember, with gcc for Pentium it was possible to view advanced dump of compilation process, where gcc shows, how it plans (schedules) assembler instructions for U and V pipelines and also shows[详细]
2023-03-11 11:10 分类:问答Should I expect differences in the ouput of a cuda application between generations?
I have some code that is compiled and tested on both Tesla and Fermi generation chipsets. Across all Tesla generation chips (260,280,c1060) the output is consistent.[详细]
2023-03-11 01:20 分类:问答Is T4 template run every time it is requested?
I am trying to setup an environment which would let me use a template to send out email to thousands of people. In all of this, per开发者_Go百科formance is a key and I am trying to find out,[详细]
2023-03-10 01:11 分类:问答Code Generation Templates of Migration Classes in FluentMigrator
Are there any code generation templates available开发者_StackOverflow中文版 for use with FluentMigrator to generate migration classes from SQL (T-SQL) statements?[详细]
2023-03-09 17:45 分类:问答MvcScaffolding a new project and add it to the solution (Large Scale Generation)
If I want to Large Scale Generation and define Application = Framework (binary core components) + Generated Code + Custom Code[详细]
2023-03-09 06:38 分类:问答Correct llvm target triple for iPhone simulator
I have written a small piece of code to generate an LLVM module containing a few global variables. I am converting the module to LLVM assembly code using the LLVM assembler and then to native binary b[详细]
2023-03-09 04:52 分类:问答Generate Complex SQL with any ORM
Following on from another question I have just asked... As much as I love LINQ and other ORM\'s for speed of development, I am finding that it is actually quiet difficult/impossible/slower (in terms[详细]
2023-03-08 20:53 分类:问答