search for: cproject

Displaying 7 results from an estimated 7 matches for "cproject".

Did you mean: project
2012 Aug 27
1
Hidden files in source packages
...app.history .Rhistory .Rbuildindex.xxxxx inst/doc/.build.timestamp are R leftovers, ._.DS_store is from an Apple filesystem and .tex .log .aux .pdf .png are junk (as file names, not extensions). However, is there ever any reason for any of .Renviron .Rprofile .Rproj.user .backups .cvsignore .cproject .directory .dropbox .exrc .gdb.history .gitattributes .gitignore .gitmodules .hgignore .hqtags .htaccess .latex2html-init .project .seed .settings to be in a source package tarball? (For some of these it is not clear where they come from since there are multiple possible origins.) If you know o...
2013 Sep 06
0
opus code optimization
...t; have to figure out how your IDE is driving the build. If it was calling > out to Makefile.unix changing that file should have had an effect. Since > it didn't, I would guess it's either calling the autotools build, or you > have a custom project file. > > If there's a .cproject in your source tree you can share I might be able > to figure out which it is from that. > > Sorry not to be more help, > -r > > > > ------------------------------ > > _______________________________________________ > opus mailing list > opus at xiph.org > ht...
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to change it to -o3. I have tried doing the changes in makefile.unix . The change is not getting reflected. I am building the code in Code composer studio for TI processor C6000. Could anybody help me with this -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Oct 26
4
R 2.15.2 is released
...available). (Wish of PR#14989.) o R CMD build now omits several types of hidden files/directories, including inst/doc/.Rinstignore, vignettes/.Rinstignore, (.Rinstignore should be at top level), .deps under src, .Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore, .cproject, .directory, .dropbox, .exrc, .gdb.history, .gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags, .htaccess, .latex2html-init, .project, .seed, .settings, .tm_properties and various leftovers. o R CMD check now checks for .C(), .Call(), .External() and .Fortran()...
2012 Oct 26
4
R 2.15.2 is released
...available). (Wish of PR#14989.) o R CMD build now omits several types of hidden files/directories, including inst/doc/.Rinstignore, vignettes/.Rinstignore, (.Rinstignore should be at top level), .deps under src, .Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore, .cproject, .directory, .dropbox, .exrc, .gdb.history, .gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags, .htaccess, .latex2html-init, .project, .seed, .settings, .tm_properties and various leftovers. o R CMD check now checks for .C(), .Call(), .External() and .Fortran()...
2012 Oct 26
4
R 2.15.2 is released
...available). (Wish of PR#14989.) o R CMD build now omits several types of hidden files/directories, including inst/doc/.Rinstignore, vignettes/.Rinstignore, (.Rinstignore should be at top level), .deps under src, .Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore, .cproject, .directory, .dropbox, .exrc, .gdb.history, .gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags, .htaccess, .latex2html-init, .project, .seed, .settings, .tm_properties and various leftovers. o R CMD check now checks for .C(), .Call(), .External() and .Fortran()...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...JECT_NAME}_VERSION_MINOR}) ++set(CPACK_SOURCE_PACKAGE_FILE_NAME "tpm_emulator-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.4") ++set(CPACK_SOURCE_GENERATOR "TGZ") ++set(CPACK_SOURCE_IGNORE_FILES ".svn/" "/build/" "/.project" "/.cproject") ++set(CPACK_GENERATOR "ZIP") ++set(CPACK_SET_DESTDIR ON) ++include(CPack) ++ ++# include root directories ++include_directories(${CMAKE_SOURCE_DIR}) ++include_directories(${CMAKE_BINARY_DIR}) ++ ++# add internal libraries ++add_subdirectory(tpm) ++add_subdirectory(mtm) ++add_subdir...