summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Removed obsolete cmake modules, updated spec filesAde Lee2012-11-203-468/+0
|
* Updating cmake variablesAde Lee2012-11-202-5/+5
|
* removed obsolete cmake modulesAde Lee2012-11-208-1137/+0
|
* Enable building on ARM architecture.Matthew Harmsen2012-11-071-0/+2
| | | | * Dogtag TRAC Ticket #402 - pki-core is FTBFS on ARM
* Added VERSION file.Endi Sukma Dewata2012-09-281-4/+4
| | | | | | | | | | | The CMake scripts have been modified to store the version number in /usr/share/pki/VERSION and in JAR manifest files. These files can be read by PKI applications to obtain the version number without having to query the RPM database. Fixed warnings in Java.cmake file. Ticket #339
* Updated CMake jar() function.Endi Sukma Dewata2012-08-301-23/+60
| | | | | | | | | The jar() function has been modified to support multiple input dirs in a single command. This way it's not necessary to define multiple jar targets for the same jar file. The pki-console build script has been updated to utilize this functionality. Ticket #89
* Updated test build scripts.Endi Sukma Dewata2012-08-151-0/+3
| | | | | | | | The build scripts for test, util test, and common test components have been updated to automatically find the source codes and not create unnecessary test jar files. Ticket #62
* Added Javadoc CMake function.Endi Sukma Dewata2012-07-191-19/+121
| | | | | | | | | | A new javadoc function has been added into Java CMake script. The function supports generating Javadoc for Java packages including all subpackages in it. It also support package exclusion. This way it's no longer necessary to specify the entire list of packages or source codes. Ticket #62
* Added support for exclusion in Java CMake script.Endi Sukma Dewata2012-07-192-12/+38
| | | | | | | The Java CMake scripts has been modified to support excluding some files from compilation or JAR packaging. Ticket #62
* Added Java CMake library.Endi Sukma Dewata2012-07-182-0/+207
| | | | | | | | | | | New Java CMake library has been added to find the source codes automatically so it's no longer necessary to maintain the list of source codes in the build script. The library also provides separate functions to compile, package, and create symbolic links allowing more flexibility over the build process. Ticket #62
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2626-0/+2571
Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131