]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/TODO.txt
Replace Boost.Signals with Boost.Signals2
[lyx.git] / development / cmake / TODO.txt
index 0797a13c127e5c077568eef75d93fca283564307..45c1e0df84ff475fadf4778658e48e3ca2373cf9 100644 (file)
@@ -20,8 +20,8 @@ Bug fixing
      This is what I do: copy them from an autotools install into the cmake project.
         Package.cpp and config.h.cmake has to be fixed.
   * check that .tar.gz and .xz are identical to those from autotools
-  * DONE: Fix libintl, LYX_EXTERNAL_LIBINTL=OFF triggers compilation in intl even when LYX_NLS is OFF
-  * *.po are too often generated by Visual Studio 
+  * *.po are too often generated by Visual Studio
+  * show correct values in cmake-gui: write forced to cache
 
 
 Documentation
@@ -46,6 +46,7 @@ Features
       - DONE: target for regenaration of lfuns manual would be nice (ie make lfundoc)
       - DONE: target for doxygen generation (ie make doxydoc)
   * DONE: get patch version from configure.ac (regex)
+  * DONE: Automatically generate package dependencies for debian
 
 
 Cleanup
@@ -55,8 +56,9 @@ Cleanup
     Then the cmake files doesn't look that antiquated. And seeing an uppercase variable means
     that this variable wasn't introduced by lyx and is a cmake default name.
   * DONE: port 'development/cmake/doc/ReplaceValues.pl' to python
-  * split master CMakeLists somehow: cpack, pcs, warnings, dependencies, defaults, install, options, ...
+  * STARTED: split master CMakeLists somehow: cpack, pcs, warnings, dependencies, defaults, install, options, ...
                                      remove dependencies between these modules
+       DONE for cpack