aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25Try to get CMake to build the Developer Guide again. I don't haveGerald Combs1-40/+0
dblatex installed so the release notes fail to build but the WSDG targets appear to work. svn path=/trunk/; revision=54952
2014-01-24Prepare for conversion of Guide chapters to AsciiDoc.Gerald Combs1-0/+39
svn path=/trunk/; revision=54936
2014-01-19Add option to specify special permissions for dumpcap during cmake phase:Jörg Mayer1-0/+21
set(DUMPCAP_INSTALL_OPTION <val>) where val is one of "normal" "suid" "capabilities" Some things left to do: - Error out in cmake if setcap isn't found or libcap isn't found. - Move multivalue option handling into it's own macro (-file) with value checking svn path=/trunk/; revision=54840
2014-01-16Look for win_flex and win_bison.Gerald Combs2-0/+2
svn path=/trunk/; revision=54830
2014-01-16More Chocolatey lex/yacc updates.Gerald Combs3-0/+52
Add Windows-style path handling to runlex.sh. Update the example Chocolatey LEX path accordingly. This lets us use path information in LEX and have it work in both nmake and runlex.sh Add a FindChocolatey.cmake module. Update FindLEX and FindYACC to use it. The code is currently untested and commented out. svn path=/trunk/; revision=54828
2013-12-22Beginnings of doxygen support.Jörg Mayer1-0/+42
Currently the doxygen.cfg files are not designed for out-of-tree builds - that needs to be fixed first. svn path=/trunk/; revision=54348
2013-12-05Only try to fix absolute Unix paths.Jörg Mayer1-3/+3
svn path=/trunk/; revision=53801
2013-12-01The changes to work around the msbuild deficiencies brokeJörg Mayer1-2/+4
dependeny tracking (replaced the list of dissectors by the file containing the dissectors). Fix that. svn path=/trunk/; revision=53703
2013-12-01Too litte modify in copy - modify - paste cycleJörg Mayer1-2/+2
svn path=/trunk/; revision=53693
2013-12-01Graham BloiceJörg Mayer3-49/+73
- Using gtk[23] is a hack. Implement a clean solution. Me - In the current setup, building Qt ONLY is not supported as lots of required support libraries are only found in gtk2 and gtk3. Print an error in that case. - Small style changes (lowercasing, whitespace) svn path=/trunk/; revision=53692
2013-11-29Graham BloiceJörg Mayer1-2/+13
I've now got tshark to build from a VS solution file, had to do some hacks to get there though, patch files attached for others to peruse, as I'm not sure if they are the optimal solutions: 3. As mentioned in my previous message, the VS solution chops out every 8192nd byte from the command line passed to make-dissector-reg.py. My patch (make-reg.patch) gets CMake to write out the required source file list to a file and modifies the python script to read in the file. The python changes *should* be backwards compatible. Me: Small fix to UseMakeDissectorReg.cmake (elseif() -> else()) svn path=/trunk/; revision=53654
2013-11-27- Avoid copying of the graphics, specify the graphics sourceJörg Mayer1-18/+16
dir instead. - (Finally!) fix the problem of missing admon graphics in out of tree builds - specify the admin directory as an absolute path This may need porting to Makefile.am svn path=/trunk/; revision=53618
2013-11-24Ensure the WIRESHARK_BASE_DIR env var is in cmake format. Required for the ↵Graham Bloice1-1/+1
regex in FindGTK3.cmake. svn path=/trunk/; revision=53550
2013-11-18Beginnings of CheckAPI support. More diligence neededJörg Mayer1-0/+18
(need to seperate generated files into their own variables). svn path=/trunk/; revision=53407
2013-11-10On Windows find the standard html viewer by using bigger and biggerJörg Mayer1-9/+22
hammers only to realize that this really needs to be done at runtime. Commit it anyway. svn path=/trunk/; revision=53226
2013-11-10Make FindGTK3 work on windowsJörg Mayer1-20/+46
svn path=/trunk/; revision=53218
2013-11-10Try to get findhtmlviewer working on windows. Doesn't work butJörg Mayer1-0/+2
at least remember the registry keys for the next time someone works on this. svn path=/trunk/; revision=53215
2013-11-07Remove extraction of cmake parameters from autotools files.Jörg Mayer1-53/+0
While it was an interesting exercise it just doesn't work good enough to stay, i.e. it doesn't automatically pick up changes but requires rerunning cmake instead. svn path=/trunk/; revision=53149
2013-11-03Pass the name of the sed executable as an explicit argurment toJörg Mayer1-1/+1
runlex.sh (like it is done with LEX already). May fix a problem on Windows with cmake. svn path=/trunk/; revision=53059
2013-11-01Add generation of release notes.Jörg Mayer1-0/+107
Regenerate NEWS file svn path=/trunk/; revision=53014
2013-11-01Remove a comment about adding use of the sh version of the script.Jörg Mayer1-13/+0
svn path=/trunk/; revision=53013
2013-11-01Fix a typo that was never noticedJörg Mayer1-4/+4
svn path=/trunk/; revision=53012
2013-10-27More SVN properties cleanup.Jeff Morriss1-3/+3
svn path=/trunk/; revision=52884
2013-10-25Fix more SVN properties.Jeff Morriss1-0/+2
svn path=/trunk/; revision=52834
2013-10-19Minor refactoring in CMake ABI dump generationBalint Reczey1-0/+3
svn path=/trunk/; revision=52689
2013-10-19Set and use TMPDIR for ABI dump generation when using CMakeBalint Reczey1-2/+3
svn path=/trunk/; revision=52688
2013-10-15Factor out common parts of ABI checks to UseABICheck.cmakeBalint Reczey1-0/+20
svn path=/trunk/; revision=52614
2013-10-14Make pkgconfig work - sort of:Jörg Mayer1-9/+11
- fix a typo - Add the library dirs and not just the libraries. This would help if the paths that are now returned were actually correct. svn path=/trunk/; revision=52598
2013-10-13Don't clobber PKG_CONFIG_PATH.Gerald Combs1-1/+10
svn path=/trunk/; revision=52589
2013-10-13Set CMake to use Python when building the tap register files.Graham Bloice1-8/+8
svn path=/trunk/; revision=52581
2013-10-12Remove some things that I added while not understanding the realJörg Mayer1-3/+4
problem/solution. "Long" since solved by copying the solution from Makefile.nmake. Small update to the status of cmake builds on windows svn path=/trunk/; revision=52574
2013-10-11qtshark and wireshark(gtk2) now actually find their libs.Jörg Mayer1-1/+1
svn path=/trunk/; revision=52539
2013-10-11Now the GUI programs (wireshark/gtk2 and qtshark) compile and linkJörg Mayer1-0/+1
svn path=/trunk/; revision=52538
2013-10-11Make airpcap detection workJörg Mayer2-8/+15
svn path=/trunk/; revision=52535
2013-10-11Fix check for inflatePrime in zlib (ZLIB_LIBRARIES isn't set at thatGuy Harris1-1/+1
point, you want ZLIB_LIBRARY). svn path=/trunk/; revision=52532
2013-10-10Fix a few things - untested until current build finishes.Jörg Mayer1-7/+4
svn path=/trunk/; revision=52516
2013-10-10Don't check for pcap_version(); we don't use it.Guy Harris1-1/+0
Sort the #cmakedefines in cmakeconfig.h.in to more closely match the order in config.h.in, to make it easier to make sure CMake and autofoo are doing the same checks. Remove some #cmakedefines that don't correspond to check that are being done either by CMake or autofoo. svn path=/trunk/; revision=52515
2013-10-10Check for bpf_image(), just as the autoconf script does.Guy Harris1-0/+1
svn path=/trunk/; revision=52514
2013-10-10Add Airpcap detection, use it by default on win32Jörg Mayer1-0/+41
QT5 compile working - NOT. It's almost working, except that I *still* need to get GTK detection working on Win :-( svn path=/trunk/; revision=52513
2013-10-10lib is required for linking, the dlls are in binJörg Mayer1-0/+2
And with this change, I'm finally able to run the executables in the top builddir. svn path=/trunk/; revision=52498
2013-10-10Generate setpath.bat to set the paths necessary for runningJörg Mayer1-1/+30
the generated binaries inside the build dir. svn path=/trunk/; revision=52492
2013-10-10Revert "Fix using fop from CMake"Balint Reczey1-2/+2
This reverts commit r52484 svn path=/trunk/; revision=52488
2013-10-10Fix using fop from CMakeBalint Reczey1-2/+2
svn path=/trunk/; revision=52484
2013-10-07Try to get gtk3 detection working via pkg-configJörg Mayer1-1/+1
(not yet working). svn path=/trunk/; revision=52432
2013-10-06Use the correct syntax for the shellJörg Mayer1-1/+1
svn path=/trunk/; revision=52425
2013-10-06Libwireshark now links on windows with cmakeJörg Mayer1-0/+1
svn path=/trunk/; revision=52424
2013-10-06Fix a typoJörg Mayer1-1/+1
svn path=/trunk/; revision=52418
2013-10-06Make FindGTK3 work againJörg Mayer1-21/+24
svn path=/trunk/; revision=52416
2013-10-06Missed this part of Grahams patch.Jörg Mayer1-0/+134
svn path=/trunk/; revision=52411
2013-10-06Finding GTK3 works now, but the list of libs is incompleteJörg Mayer1-15/+32
svn path=/trunk/; revision=52408